Get-instances-show-id

From UNHCR
Jump to: navigation, search


Retrieves the information for the instance represented by the given id.

Resource URL


http://data.unhcr.org/api/instances/show.json


Parameters


id

required

The ID of the desired instance

Example Values: syria


Example Request


GET http://data.unhcr.org/api/instances/show.json?id=syria
{
    "application_path": "syrianrefugees",
    "countries": {
        "DZA": "Algeria",
        "ARE": "Egypt",
        "ETH": "Ethiopia",
        "IRQ": "Iraq",
        "JOR": "Jordan",
        "LEB": "Lebanon",
        "SSD": "South Sudan",
        "SUD": "Sudan",
        "SYR": "Syria",
        "TUR": "Turkey"
    },
    "name": "syria",
    "site_name": "Syria Regional Refugee Response - Inter-agency Information Sharing Portal",
    "type": "regional",
    "updated_at": "2014-04-24 14:47:08"
}