Opendatasoft · Example Payload
Catalog Datasets Search
Open DataDatasetsPublic DataODataRESTGovernmentCities
Catalog Datasets Search is an example object payload from Opendatasoft, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://{domain}/api/explore/v2.1/catalog/datasets",
"parameters": {
"where": "modified > '2023-01-01'",
"limit": 10,
"offset": 0,
"order_by": "modified desc",
"lang": "en",
"timezone": "UTC"
}
},
"response": {
"total_count": 1234,
"results": [
{
"dataset_id": "geonames-all-cities-with-a-population-1000",
"has_records": true,
"data_visible": true,
"fields": [
{
"name": "geonameid",
"label": "Geoname ID",
"type": "int",
"annotations": {}
},
{
"name": "name",
"label": "Name",
"type": "text",
"annotations": {}
},
{
"name": "country_code",
"label": "Country Code",
"type": "text",
"annotations": {}
}
],
"metas": {
"default": {
"title": "GeoNames All Cities with a Population > 1000",
"description": "List of all cities with a population > 1000 or seats of adm div (\u2248150.000). Data from GeoNames.",
"license": "Open Data Commons - Open Database License (ODbL)",
"modified": "2023-06-01T12:00:00Z",
"publisher": "GeoNames",
"language": "en",
"timezone": "UTC",
"records_count": 150000,
"keyword": [
"cities",
"geography",
"population"
]
}
},
"features": [
"analyze",
"download",
"timeserie",
"geo"
]
}
],
"links": [
{
"href": "/api/explore/v2.1/catalog/datasets?limit=10&offset=10",
"rel": "next"
}
]
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/catalog-datasets-search"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.