Get-stats-time-series-population types

From UNHCR
Jump to: navigation, search


Returns all population types for time series.

Resource URL


http://data.unhcr.org/api/stats/time_series_population_types.json


Example Request


GET http://data.unhcr.org/api/stats/time_series_population_types.json
[
    {
        "population_type_code": "AS",
        "population_type_en": "Asylum seekers"
    },
    {
        "population_type_code": "ID",
        "population_type_en": "Internally displaced persons"
    },
    {
        "population_type_code": "OC",
        "population_type_en": "Others of concern"
    },
    {
        "population_type_code": "RD",
        "population_type_en": "Returned IDPs"
    },
    {
        "population_type_code": "RF",
        "population_type_en": "Refugees"
    },
    {
        "population_type_code": "RT",
        "population_type_en": "Returned refugees"
    },
    {
        "population_type_code": "ST",
        "population_type_en": "Stateless persons"
    }
]