UnifyAPI
← Back to catalog

unhcr.solutions

mock data$0.001 / call

UNHCR Durable Solutions Data

Get UNHCR durable solutions data — voluntary repatriation (returned refugees), resettlement, and naturalization/citizenship grants for refugees and IDPs (1951–present). Durable solutions represent the three pathways out of displacement recognized by international law. Filter by year, country of origin ISO3 (coo), or country of asylum ISO3 (coa). Includes aggregate totals when available. Paginated; default 10 items. UNHCR Data License — open humanitarian data, no upstream cost.

Referenceprovider: Unhcr#unhcr#reference

Input schema

coa

ISO 3-letter country code for country of asylum, e.g. DEU (Germany), TUR (Turkey), COL (Colombia). Omit to include all asylum countries.

string
coo

ISO 3-letter country code for country of origin, e.g. SYR (Syria), AFG (Afghanistan), UKR (Ukraine). Omit to include all origin countries.

string
year

Reference year for the statistics (1951–present). Omit to return all years (paginated).

integer
limit

Number of records to return per page (1–100, default 10).

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/unhcr.solutions \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"coa":"<coa>","coo":"<coo>","year":0,"limit":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.