v2
latestOpenAPI 3.1.02026-07-21131250.4 KBPublic endpoints
APIs
List APIs
Returns a list of APIs included in the register. Supports the same filter query parameters as the filters endpoint and combines them with the optional q search term.
get/apis
Query parameters
pageinteger
Page number (1-based).
perPageinteger
Number of results per page.
qstring
Search term to combine with API filters. Matches API title.
organisationstring uri
Filter on organisation URI.
idsstring
Example:dicF0B3HR,diC1D4EHR
Comma-separated list of API IDs.
statusstring[]
Filter on lifecycle status. Repeat the parameter or use comma-separated values.
oasVersionstring[]
Filter on the API version from the OAS info.version field. Repeat the parameter or use comma-separated values.
adrScorestring[]
Filter on stored ADR score. Use exact scores or 'unknown' for APIs without a stored score.
[ "88" ]
authstring[]
Filter on the authentication/security type derived from the OAS security definition.
Response
OK
Example response
[
{
"id": "dicF0B3HR",
"contact": {
"email": "developer.overheid@geonovum.nl",
"name": "Developer Overheid",
"url": "https://developer.overheid.nl"
},
"title": "API register API v1",
"summary": "Short summary of the API register.",
"description": "This is version 1 of the API register. This description can also contain Markdown.",
"organisation": {
"uri": "https://developer.overheid.nl",
"label": "developer.overheid.nl"
},
"adrScore": 85,
"lifecycle": {
"status": "deprecated",
"version": "1.0.0",
"deprecated": "2025-10-10",
"sunset": "2027-11-11"
}
}
]