Population
populationForcibly displaced & stateless persons by year and country: refugees, asylum_seekers, idps (internally displaced), returned_refugees, returned_idps, stateless, others. Filter by coo (country of origin) and/or coa (country of asylum). coo_all/coa_all=true breaks the totals DOWN by that dimension (one row per origin or asylum country). NOTE: coo/coa take UNHCR's 3-letter code (e.g. Germany='GFR', not ISO3 'DEU') — resolve with list_countries first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coa | No | Country of ASYLUM — UNHCR 3-letter code (see list_countries.code). | |
| coo | No | Country of ORIGIN — UNHCR 3-letter code (see list_countries.code). | |
| page | No | 1-based page; response.maxPages tells you the total. | |
| limit | No | Rows per page (default 25). | |
| yearTo | No | End year, inclusive. | |
| coa_all | No | true = break results down per country of asylum. | |
| coo_all | No | true = break results down per country of origin. | |
| yearFrom | No | Start year, inclusive (data spans 1951+). |