Get-stats-mediterranean-demographics

From UNHCR
Revision as of 16:44, 1 October 2015 by HQ Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Returns demographics related to Mediterranean countries (men, women, children).

Resource URL


http://data.unhcr.org/api/stats/mediterranean/demographics.json


Parameters


country_of_asylum

optional

Country of asylum

Example Values: GRE


Example Request


GET http://data.unhcr.org/api/stats/mediterranean/demographics.json?country_of_asylum=GRE
[
    {
        "country_of_asylum" : "GRE",
        "country_of_asylum_en" : "Greece",
        "men" : 229333,
        "women" : 45172,
        "children" : 72970
    }
]