Skip to content

Instantly share code, notes, and snippets.

@klpn
Created November 23, 2015 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klpn/df58bd3c9c07fd06ed1b to your computer and use it in GitHub Desktop.
Save klpn/df58bd3c9c07fd06ed1b to your computer and use it in GitHub Desktop.
JSON to Statistics Sweden
{
"response": {
"format": "json-stat"
},
"query": [
{
"code": "Region",
"selection": {
"values": [
"25"
],
"filter": "vs:RegionLän"
}
},
{
"code": "Dodsorsak",
"selection": {
"values": [
"23-28"
],
"filter": "agg:DödsorsakKapitel"
}
},
{
"code": "Alder",
"selection": {
"values": [
"0",
"1-4",
"5-9",
"10-14",
"15-19",
"20-24",
"25-29",
"30-34",
"35-39",
"40-44",
"45-49",
"50-54",
"55-59",
"60-64",
"65-69",
"70-74",
"75-79",
"80-84",
"85-89",
"90+"
],
"filter": "item"
}
},
{
"code": "Kon",
"selection": {
"values": [
"1",
"2"
],
"filter": "item"
}
},
{
"code": "Tid",
"selection": {
"values": [
"1969",
"1970",
"1971",
"1972",
"1973",
"1974",
"1975",
"1976",
"1977",
"1978",
"1979",
"1980",
"1981",
"1982",
"1983",
"1984",
"1985",
"1986",
"1987",
"1988",
"1989",
"1990",
"1991",
"1992",
"1993",
"1994",
"1995",
"1996"
],
"filter": "item"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment