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/SectorVocabulary/
[
{
"code": "1",
"name": "OECD DAC CRS Purpose Codes (5 digit)"
},
{
"code": "2",
"name": "OECD DAC CRS Purpose Codes (3 digit)"
},
{
"code": "3",
"name": "Classification of the Functions of Government (UN)"
},
{
"code": "4",
"name": "Statistical classification of economic activities in the European Community"
},
{
"code": "5",
"name": "National Taxonomy for Exempt Entities (USA)"
},
{
"code": "6",
"name": "AidData"
},
{
"code": "7",
"name": "SDG Goal"
},
{
"code": "8",
"name": "SDG Target"
},
{
"code": "9",
"name": "SDG Indicator"
},
{
"code": "10",
"name": "Humanitarian Global Clusters (Inter-Agency Standing Committee)"
},
{
"code": "11",
"name": "North American Industry Classification System (NAICS)"
},
{
"code": "99",
"name": "Reporting Organisation"
},
{
"code": "98",
"name": "Reporting Organisation 2"
}
]