Skip to main content
Search for vocabularies by name or description. Returns matching vocabularies with relevance scoring.

Query Parameters

query
string
required
Search query string. Searches across vocabulary names and descriptions.
page
integer
default:"1"
Page number for pagination (1-based).
page_size
integer
default:"20"
Number of results per page (max 100).
include_inactive
boolean
default:"false"
Include inactive vocabularies in search results.
vocab_release
string
Specific vocabulary release version to query
Example: 2025.1

Response

success
boolean
Indicates if the request was successful.
data
array
Array of matching vocabulary objects.
meta
object
Response metadata.

Usage Examples

Search for vocabularies by name:

With Pagination

Search with custom page size:

Include Inactive

Include deprecated vocabularies: