generated from open-sdg/open-sdg-data-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpx_api.json
41 lines (41 loc) · 1.21 KB
/
px_api.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"indicators": [
{
"name": "7.2.1",
"csv_file": "indicator_7-2-1.csv",
"url": "https://px.hagstofa.is:443/pxis/api/v1/is/Umhverfi/4_orkumal/2_framleidslaognotkun/IDN02102.px",
"request": {
"query": [
{
"code": "Ár",
"selection": {
"filter": "all",
"values": ["199*", "20*"]
}
},
{
"code": "Eining",
"selection": {
"filter": "item",
"values": [
"1"
]
}
},
{
"code": "Tegund",
"selection": {
"filter": "item",
"values": [
"TOTAL_NATIONAL"
]
}
}
],
"response": {
"format": "csv"
}
}
}
]
}