OpenData Catalog
OpenData Catalog exposes a unified public-data API over hundreds of country and vertical datasets. Use the catalog endpoints to discover available products and groups, inspect output schemas, then query or export records by product id. This first Rapid release keeps the contract intentionally compact: - discover products with `/products` - inspect a product with `/products/{product_id}` - search…
OpenData Catalog endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
getHealth /health |
Returns current health information for the public-data API. |
| Catalog | ||
| GET |
getCatalogStats /stats |
Returns aggregate catalog and cache statistics. |
| GET |
listProducts /products |
Returns the currently available public products in the catalog. |
| GET |
getProduct /products/{product_id} |
Returns metadata for a single product, including its schema hints. |
| GET |
listGroups /groups |
Returns grouped product collections for themed search experiences. |
| GET |
getProductSchema /products/{product_id}/schema |
Returns the schema and filter metadata for a single product. |
| GET |
getGroup /groups/{group_id} |
|
| Product Search | ||
| GET |
exportProduct /products/{product_id}/export |
Streams product records as JSON or CSV. |
| GET |
searchProduct /products/{product_id}/search |
Searches records within a product. Besides the standard query params below, you may also pass any product-specific filter field as an extra query parameter. |
| Group Search | ||
| GET |
searchGroup /groups/{group_id}/search |
|
OpenData Catalog pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|