v2
latestOpenAPI 3.1.02026-07-31131352.3 KBPublic endpoints
APIs
Search APIs
Deprecated. Use GET /apis with the q query parameter and filters instead.
get/apis/_search
Query parameters
pageinteger
Page number (1-based).
perPageinteger
Number of results per page.
organisationstring uri
Filter on organisation URI.
qstring required
Search term.
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"
}
}
]