Get-stats-asylum-seekers
From UNHCR
Returns statistics for asylum seekers of persons of concern.
Resource URL
http://data.unhcr.org/api/stats/asylum_seekers.json
Parameters
year required |
The year of the desired data Example Values: 2013 | |
country_of_asylum optional |
Three letter acronym of country of asylum Example Values: PAK | |
country_of_origin optional |
Three letter acronym of country of origin Example Values: AFG |
Example Request
GET | http://data.unhcr.org/api/stats/asylum_seekers.json?year=2013&country_of_asylum=PAK&country_of_origin=AFG |
[ { "year": "2013", "country_of_asylum": "PAK", "country_of_asylum_en": "Pakistan", "country_of_origin": "AFG", "country_of_origin_en": "Afghanistan", "rsd_procedure": "U / FA", "rsd_procedure_en": "UNHCR / First instance and appeal", "pending_start_of_year_total_persons": "3220", "pending_start_of_year_of_which_unhcr_assisted": "3220", "applied_during_year": "5087", "positive_decisions_convention_status": "2117", "positive_decisions_complementary_protection_status": null, "rejected": "638", "otherwise_closed": "229", "total_decisions": "2984", "pending_end_of_year_total_persons": "5323", "pending_end_of_year_of_which_unhcr_assisted": "5323" } ]