Get-instances-list

From UNHCR
Jump to: navigation, search


Returns all instances that are currently deployed in a production environment

Resource URL


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


Example Request


GET http://data.unhcr.org/api/instances/list.json
{
    "instances": [
        "car",
        "cotedivoire",
        "horn",
        "liberia",
        "mali",
        "southsudan",
        "syria",
        "thai"
    ]
}