unhcr.asylum_applications
mock data$0.001 / callUNHCR Asylum Applications
Get UNHCR asylum application counts — number of new asylum claims filed by year and country. Data includes procedure type (G=Government, U=UNHCR), application type (N=New, A=Appeal), decision level (FI=First Instance, AR=Appeal/Review), and applicant category (P=Person). Filter by year, country of origin ISO3 (coo), or country of asylum ISO3 (coa). Covers 1951–present with totals when available. Paginated; default 10 items. UNHCR Data License — open humanitarian data, no upstream cost.
Input schema
ISO 3-letter country code for country of asylum, e.g. DEU (Germany), TUR (Turkey), COL (Colombia). Omit to include all asylum countries.
ISO 3-letter country code for country of origin, e.g. SYR (Syria), AFG (Afghanistan), UKR (Ukraine). Omit to include all origin countries.
Reference year for the statistics (1951–present). Omit to return all years (paginated).
Number of records to return per page (1–100, default 10).
Call via REST
curl -X POST https://unifyapi.pro/api/call/unhcr.asylum_applications \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"coa":"<coa>","coo":"<coo>","year":0,"limit":0}'