https://skillscapes.csd.auth.gr:22223/docs

Observatory API

Comprehensive datasets focusing on macroeconomic indicators, employment rates, and sector-specific performance across the Greek and EU territory.

GET https://skillscapes.csd.auth.gr:22223/economy?include=gdp_mio_eur

{

"geo": "EL",

"year": "2008",

"nuts_level": "0",

"country_code": "EL",

"country_name": "Greece",

"gdp_mio_eur": 238735

}

GET

/economy

Retrieves an historical time-series of data regarding core macroeconomic indicators aggregated by year. Filterable by variable, geographical entity, and year range. Data source: Eurostat Time period: 2008 - present Include parameter is required.

Query Parameters

geo - Geographic code

Optional String

e.g., EL30

geo_label - Geographic label

Optional String

e.g., Notio Aigaio

nuts_level - NUTS level (0, 1, 2, 3)

Optional Integer

e.g., 2

country_code - Country code

Optional String

e.g., EL

country_name - Country name

Optional String

e.g., Greece

year_start - Start year (minimum year is 2008)

Optional Integer

e.g., 2008

year_end - End year

Optional Integer

e.g., 2023

include - Comma-separated list of variables to include

Required String

e.g., gdp_mio_eur

cURL Example

curl -X GET "https://skillscapes.csd.auth.gr:22223/economy?geo_label=Notio%20Aigaio&include=gdp_mio_eur" \

-H "accept: application/json"

GET

/labour

Retrieves an historical time-series of EU sectoral and occupational employment data, skill-level distributions and indicators of precarious labor aggregated by year. Filterable by variable, geographical entity, and year range. Data source: Eurostat & Calculated metrics Time period: 2008 - present (some ISCO skills are available from 2011, while some precarity indicators from 2021) Include parameter is required. Age groups vary by indicator (typically 15-64 for employment, 15-74 for unemployment, 15-29 for youth). SSA (Shift-Share Analysis): Decomposes employment change into National Share, Industry Mix, and Regional Shift components.

Query Parameters

geo - Geographic code

Optional String

e.g., EL30

geo_label - Geographic label

Optional String

e.g., Notio Aigaio

nuts_level - NUTS level (0, 1, 2, 3)

Optional Integer

e.g., 2

country_code - Country code

Optional String

e.g., EL

country_name - Country name

Optional String

e.g., Greece

year_start - Start year (minimum year is 2008)

Optional Integer

e.g., 2008

year_end - End year

Optional Integer

e.g., 2023

include - Comma-separated list of variables to include

Required String

e.g., labour_force

cURL Example

curl -X GET "https://skillscapes.csd.auth.gr:22223/labour?include=labour_force" \

-H "accept: application/json"

GET

/tourism

Retrieves an historical time-series of data regarding tourist arrivals and accommodation capacity in EU, aggregated by year. Filterable by variable, geographical entity, and year range. Data source: Eurostat Time period: 2008 - present (short-stay data are available from 2018) Include parameter is required.

Query Parameters

geo - Geographic code

Optional String

e.g., EL30

geo_label - Geographic label

Optional String

e.g., Notio Aigaio

nuts_level - NUTS level (0, 1, 2, 3)

Optional Integer

e.g., 2

country_code - Country code

Optional String

e.g., EL

country_name - Country name

Optional String

e.g., Greece

year_start - Start year (minimum year is 2008)

Optional Integer

e.g., 2008

year_end - End year

Optional Integer

e.g., 2023

include - Comma-separated list of variables to include

Required String

e.g., arrivals

cURL Example

curl -X GET "https://skillscapes.csd.auth.gr:22223/tourism?country_code=EL&year_start=2008&year_end=2024&include=arrivals" \

-H "accept: application/json"

GET

/greek-tourism

Retrieves an historical time-series of greek tourism market data and detailed insights, aggregated by year. Filterable by variable, geographical entity, and year range. Data source: INSETE intelligence & ELSTAT Time period: 2008 - present (data for hotels are available from 2010, for capacity from 2014, and for short-stay from 2019) Geographic coverage: NUTS regions and Greek Regional Units Include parameter is required.

Query Parameters

geo - Geographic code

Optional String

e.g., EL30

geo_label - Geographic label

Optional String

e.g., Notio Aigaio

nuts_level - NUTS level (0, 1, 2, 3)

Optional Integer

e.g., 2

is_el_regional_unit - Greek regional unit (1 for regional units, 0 for nuts regions)

Optional Integer

e.g., 1

year_start - Start year (minimum year is 2008)

Optional Integer

e.g., 2008

year_end - End year

Optional Integer

e.g., 2023

include - Comma-separated list of variables to include

Required String

e.g., receipts

cURL Example

curl -X GET "https://skillscapes.csd.auth.gr:22223/greek-tourism?is_el_regional_unit=1&include=receipts" \

-H "accept: application/json"

funding scheme