Codelist Item List
Returns a list of IATI codelist values stored in OIPA.
request parameters
code(optional): Comma separated list of codes on the codelist.vocabulary(optional): Comma separated list of .category(optional): Comma separated list of categories (if applicable for the codelist).
Ordering
API request may include ordering parameter. This parameter controls the
order in which results are returned.
Results can be ordered by:
name
The user may also specify reverse orderings by prefixing the field name
with '-', like so: -name
Result details
Each item contains all information on the codelist items being shown.
GET /api/codelists/SectorCategory/
[
{
"code": "111",
"name": "Education, level unspecified"
},
{
"code": "112",
"name": "Basic education"
},
{
"code": "113",
"name": "Secondary education"
},
{
"code": "114",
"name": "Post-secondary education"
},
{
"code": "121",
"name": "Health, general"
},
{
"code": "122",
"name": "Basic health"
},
{
"code": "130",
"name": "Population policies/ programmes and reproductive health"
},
{
"code": "140",
"name": "Water and sanitation"
},
{
"code": "151",
"name": "Government and civil society, general"
},
{
"code": "152",
"name": "Conflict prevention and resolution, peace and security"
},
{
"code": "160",
"name": "Other social infrastructure and services"
},
{
"code": "210",
"name": "Transport and storage"
},
{
"code": "220",
"name": "Communications"
},
{
"code": "230",
"name": "Energy generation and supply"
},
{
"code": "231",
"name": "Energy generation, distribution and efficiency – general"
},
{
"code": "232",
"name": "Energy generation, renewable sources"
},
{
"code": "233",
"name": "Energy generation, non-renewable sources"
},
{
"code": "234",
"name": "Hybrid energy electric power plants"
},
{
"code": "235",
"name": "Nuclear energy electric power plants"
},
{
"code": "236",
"name": "Heating, cooling and energy distribution"
},
{
"code": "240",
"name": "Banking and financial services"
},
{
"code": "250",
"name": "Business and other services"
},
{
"code": "311",
"name": "Agriculture"
},
{
"code": "312",
"name": "Forestry"
},
{
"code": "313",
"name": "Fishing"
},
{
"code": "321",
"name": "Industry"
},
{
"code": "322",
"name": "Mineral resources and mining"
},
{
"code": "323",
"name": "Construction"
},
{
"code": "331",
"name": "Trade policy and regulations and trade- related adjustment"
},
{
"code": "332",
"name": "Tourism"
},
{
"code": "410",
"name": "General environmental protection"
},
{
"code": "430",
"name": "Other multisector"
},
{
"code": "510",
"name": "General budget support"
},
{
"code": "520",
"name": "Developmental food aid/food security assistance"
},
{
"code": "530",
"name": "Other commodity assistance"
},
{
"code": "600",
"name": "Debt relief"
},
{
"code": "720",
"name": "Emergency response"
},
{
"code": "730",
"name": "Reconstruction relief and rehabilitation"
},
{
"code": "740",
"name": "Disaster prevention and preparedness"
},
{
"code": "910",
"name": "Administrative costs of donors"
},
{
"code": "920",
"name": "Support to non- governmental organisations (ngos)"
},
{
"code": "930",
"name": "Refugees in donor countries"
},
{
"code": "998",
"name": "Unallocated/ unspecified"
},
{
"code": "120",
"name": "Health"
},
{
"code": "150",
"name": "Government and civil society"
}
]