UNHCR Refugee Population Intelligence
Pricing
Pay per usage
UNHCR Refugee Population Intelligence
Extract UNHCR refugee data — displacement, asylum, resettlement by country. Humanitarian research, NGO analysis, migration policy.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Wakefield
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share

UNHCR Refugee Data Normalizer
Search and normalize current UNHCR Refugee Data Finder statistics for refugees, asylum-seekers, internally displaced people and stateless populations. The Actor cleans text and ISO fields, converts numeric measures consistently, removes duplicate records and adds a comparable total-displaced-or-stateless measure while retaining the original population dimensions.
Why use this Actor?
UNHCR data is authoritative but returned with inconsistent placeholder values and mixed numeric representations. This Actor produces analysis-ready records for humanitarian reporting, NGO programme planning, academic research, country-risk analysis and grant intelligence.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
yearFrom | integer | 2023 | First year to include |
yearTo | integer | 2023 | Last year to include |
countryOfOrigin | string | — | Optional 3-letter ISO origin code, e.g. SYR |
countryOfAsylum | string | — | Optional 3-letter ISO asylum-location code, e.g. DEU |
maxResults | integer | 100 | Maximum records, up to 1,000 |
Example input
{"yearFrom": 2022, "yearTo": 2023, "countryOfOrigin": "SYR", "maxResults": 25}
Example normalized output
{"year": 2023, "cooName": "Syrian Arab Republic", "cooIso": "SYR", "coaName": "Germany", "coaIso": "DEU", "refugees": 789123, "asylum_seekers": 32145, "idps": 0, "stateless": 0, "totalDisplacedOrStateless": 821268, "source": "UNHCR Refugee Data Finder"}
The default dataset contains one normalized record per result. The OUTPUT key-value record contains a readable summary table, and STATS contains machine-readable totals.
Data source and attribution
Data is retrieved live from the UNHCR Refugee Data Finder API. UNHCR data is provided under the terms shown by the source. Please attribute UNHCR when publishing derived analyses.