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/AidType/
[
{
"code": "A02",
"name": "Sector budget support"
},
{
"code": "A01",
"name": "General budget support"
},
{
"code": "B04",
"name": "Basket funds/pooled funding"
},
{
"code": "B03",
"name": "Contributions to specific-purpose programmes and funds managed by international organisations (multilateral, INGO)"
},
{
"code": "B02",
"name": "Core contributions to multilateral institutions"
},
{
"code": "B01",
"name": "Core support to NGOs, other private bodies, PPPs and research institutes"
},
{
"code": "C01",
"name": "Project-type interventions"
},
{
"code": "D02",
"name": "Other technical assistance"
},
{
"code": "D01",
"name": "Donor country personnel"
},
{
"code": "E02",
"name": "Imputed student costs"
},
{
"code": "E01",
"name": "Scholarships/training in donor country"
},
{
"code": "F01",
"name": "Debt relief"
},
{
"code": "G01",
"name": "Administrative costs not included elsewhere"
},
{
"code": "H02",
"name": "Refugees in donor countries"
},
{
"code": "H01",
"name": "Development awareness"
}
]