Get-population-regional
From UNHCR
Returns population data for the specified instance or all instances.
Resource URL
http://data.unhcr.org/api/population/regional.json
Parameters
instance_id optional |
The ID of the desired instance Example Values: car |
Example Request
GET | http://data.unhcr.org/api/population/regional.json?instance_id=car |
[ { "name": "car", "population": [ { "module_name": [ { "EN": "Refugees from the Central African Republic" }, { "FR": "Réfugiés de la République centrafricaine" } ], "value": "341914", "demography": { "04M": "2307", "04F": "2400", "511M": "3195", "511F": "3262", "1217M": "2238", "1217F": "2134", "1859M": "5662", "1859F": "5919", "60M": "147", "60F": "254" }, "updated_at": "2014-04-23 20:57:25" }, { "module_name": [ { "EN": "Estimated number of Internally Displaced Persons in CAR" }, { "FR": "Estimation du nombre des Personnes Déplacées en RCA" } ], "value": "602891", "updated_at": "2014-04-22 17:44:12" }, { "module_name": [ { "EN": "Estimated number of Internally Displaced Persons in Bangui" }, { "FR": "Estimation du nombre des Personnes Déplacées à Bangui" } ], "value": "177891", "updated_at": "2014-04-22 17:43:30" } ], "updated_at": "2014-04-24 14:43:31", "instance_id": "car" } ]