v2
latestOpenAPI 3.1.02026-07-31131352.3 KBList APIs
Returns a list of APIs included in the register. Supports the same filter query parameters as the filters endpoint, combines them with the optional q search term, and sorts the filtered result before pagination.
Query parameters
Page number (1-based).
Number of results per page.
Property used to sort the filtered API collection. Version values are compared semantically; APIs without a sortable ADR score or version are placed last.
Direction used to sort the filtered API collection.
Search term to combine with API filters. Matches API title.
Filter on organisation URI.
Comma-separated list of API IDs.
Filter on lifecycle status. Repeat the parameter or use comma-separated values.
Filter on the API version from the OAS info.version field. Repeat the parameter or use comma-separated values.
Filter on stored ADR score. Use exact scores or 'unknown' for APIs without a stored score.
[ "88" ]
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"
}
}
]