Opendatasoft
Connector for the opendatasoft API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://public.opendatasoft.com/api/v2 - Auth:
query:apikey(pass your key via theapiKeyinput)
Operations
getroot— GET / — API entry point
Provides links for:
* catalog, your domain's list of datasets
*
- getpages — GET /pages — List of all pages from this portal.
-
getpage— GET /pages/{slug} — A single page's metadata from this portal -
getsource— GET /{source} — Source entry points
Provides links for the source's datasets and metadata.
-
aggregatedatasets— GET /{source}/aggregates — Deprecated, use/datasetsinstead. -
getdatasets— GET /{source}/datasets — List of available datasets, each with their endpoints, paginated.
Links provide
Inputs
apiKey— your opendatasoft API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getroot
apiKey: <your key>