opendata
Public data APIs for company verification, sanctions screening, procurement research, and compliance workflows.
2 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
opendata endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
data_health_api_v1_data_health_get /api/v1/data/health |
Health check for the public data API — no authentication required. Returns component status for database, Redis, and configured upstream sources. Overall status is 'healthy' when… |
| products | ||
| GET |
export_data_api_v1_data_products__product_id__export_get /api/v1/data/products/{product_id}/export |
Export product data as a streaming CSV or JSON download. The export respects the same filter_fields as the search endpoint — pass filter values as query parameters matching a… |
| GET |
get_product_detail_api_v1_data_products__product_id__get /api/v1/data/products/{product_id} |
Get product metadata and schema. |
| GET |
get_current_key_session_api_v1_data_products__self_get /api/v1/data/products/_self |
Return a live snapshot of the currently authenticated external key. Returns the currently authenticated external API key scope and entitlement snapshot. |
| GET |
get_schema_api_v1_data_products__product_id__schema_get /api/v1/data/products/{product_id}/schema |
Get the output schema and metadata for a data product. |
| GET |
search_data_api_v1_data_products__product_id__search_get /api/v1/data/products/{product_id}/search |
Search data within a product. Any query parameter whose name matches one of the product's filter_fields is treated as an exact-match filter. Standard parameters (q, since, limit,… |
| GET |
list_available_products_api_v1_data_products_get /api/v1/data/products |
List all public data products. External API keys with an allowed_products restriction will only see the products they are permitted to access. |
| groups | ||
| GET |
get_group_detail_api_v1_data_groups__group_id__get /api/v1/data/groups/{group_id} |
Get a product group's metadata, including its member products. |
| GET |
search_group_api_v1_data_groups__group_id__search_get /api/v1/data/groups/{group_id}/search |
Search across all products in a group and return merged results. Standard query parameters (q, since, limit) are forwarded to each member product. Because member products may… |
| GET |
list_groups_api_v1_data_groups_get /api/v1/data/groups |
List all public product groups (topic-level aggregates). |
opendata pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $99 / month | — |
|