Get-stats-mediterranean-monthly-arrivals-by-location

From UNHCR
Jump to: navigation, search


Returns a list of arrivals by location

Resource URL


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


Parameters


country

optional

Country code

Example Values: ITA

location

optional

Name of location in the country

Example Values: Calabria

year

optional

The year of the desired data

Example Values: 2014

month

optional

Month of year

Example Values: 1


Example Request


GET http://data.unhcr.org/api/stats/mediterranean/monthly_arrivals_by_location.json?country=ITA&location=Calabria&year=2014&month=1
[
    {
        "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,
    }
]