GET /api/cmefIndicators/values?memberStateCodes=PT&sources=eurostat&codes=CTX_SOC_01_2b&years=2018 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
The Common Monitoring and Evaluation Framework (CMEF) for the CAP 2014-2020 identifies a set of performance indicators in four categories: context, output, result and impact. Context indicators provide information on agricultural and rural statistics as well as general economic and environmental trends.
More information can be found on the portal’s CMEF indicators page
Parameter | Optional | Description |
---|---|---|
memberStateCodes |
true |
The optional codes of the EU Member States. |
years |
true |
The optional year(s) must be in format yyyy to search for CMEF indicator values. |
types |
true |
The optional type(s) of a CMEF indicator. |
categories |
true |
The optional category(ies) of a CMEF indicator. |
indicators |
true |
The optional name(s) of the indicator(s) to search for. |
subindicators |
true |
The optional name(s) of the subindicator(s) to search for a CMEF indicator values. |
parameters |
true |
The optional parameter(s) to search for a CMEF indicator values. |
units |
true |
The optional unit(s) to search for a CMEF indicator values. |
codes |
true |
The optional code(s) to search for a CMEF indicator values. |
sources |
true |
The optional source(s) system to search for a CMEF indicator values. |
GET /api/cmefIndicators/values?memberStateCodes=PT&sources=eurostat&codes=CTX_SOC_01_2b&years=2018 HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with CMEF indicators values |
|
|
The code of the EU Member State. |
|
|
The name of the EU Member State. |
|
|
The CMEF indicator. |
|
|
The CMEF subindicator. |
|
|
The parameter of the CMEF indicator value. |
|
|
The unit of the CMEF indicator value. |
|
|
Based on Eurostat flags, will allow noting, for instance,
if the data is provisional. The list of valid flags is : b
= break in time series; |
|
|
The code of the CMEF indicator value. |
|
|
The source system of the CMEF indicator value. |
|
|
The year of the CMEF indicator value. |
|
|
The value of the CMEF indicator. |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 340
[ {
"indicator" : "C.01 Population",
"subindicator" : "Distribution of population by type of region",
"parameter" : "intermediate regions",
"unit" : "% of total",
"code" : "CTX_SOC_01_2b",
"source" : "EUROSTAT",
"memberStateCode" : "PT",
"memberStateName" : "Portugal",
"year" : 2014,
"value" : 39.08,
"flag" : "H"
} ]
GET /api/cmefIndicators/types HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with CMEF indicators types |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 23
[ "Context", "Impact" ]
GET /api/cmefIndicators/categories HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with all categories |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 27
[ "Environment", "Impact" ]
GET /api/cmefIndicators/indicators HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with CMEF indicators |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 43
[ "C.01 Population", "C.02 Age structure" ]
Parameter | Optional | Description |
---|---|---|
indicators |
true |
The optional name(s) of the indicator(s) to search for subindicator(s). |
GET /api/cmefIndicators/subindicators?indicators=C.01%20Population HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with CMEF subindicators |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 70
[ "Distribution of population by type of region", "Total population" ]
Parameter | Optional | Description |
---|---|---|
indicators |
true |
The optional name(s) of the indicator(s) to search for parameter(s). |
subindicators |
true |
The optional name(s) of the subindicator(s) of the CMEF indicator to search for parameter(s) |
GET /api/cmefIndicators/parameters?indicators=C.01%20Population&subindicators=Distribution%20of%20population%20by%20type%20of%20region HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with CMEF parameters |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 43
[ "intermediate regions", "rural regions" ]
GET /api/cmefIndicators/units HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with all units |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 18
[ "%", "persons" ]
GET /api/cmefIndicators/codes HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with all codes |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 36
[ "CTX_ENV_31_1a", "CTX_ENV_32_2b" ]
GET /api/cmefIndicators/sources HTTP/1.1
Content-Type: application/json;charset=UTF-8
Accept: application/json
Host: localhost:8080
Path | Type | Description |
---|---|---|
|
|
Array with all sources |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 20
[ "ABAC", "COMEXT" ]