Get-stats-mediterranean-monthly-arrivals-by-country

From UNHCR
Jump to: navigation, search


Returns a list of arrivals by country

Resource URL


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


Parameters


year

optional

The year of the desired data

Example Values: 2014

month

optional

Month of year

Example Values: 1

country

optional

Three letter acronym of country of a country

Example Values: ITA


Example Request


GET http://data.unhcr.org/api/stats/mediterranean/monthly_arrivals_by_country.json?year=2014&month=1&country=ITA
[
    {
        "country": "ITA",
        "country_en": "Italy",
        "country_latitude": 41.57,
        "country_longitude": 41.57,
        "country_total": 128000,
        "year": 2014,
        "month": 1,
        "month_en": "January",
        "value": 2171,
        "last_updated": 1442808000,
    }
]