Colorado Information Marketplace
Colorado Information Marketplace is the State of Colorado's open data portal, publishing hundreds of state government datasets covering budgets and expenditures, business registrations, education, health, transportation, and the environment. Built on the Socrata platform, it lets a caller search the dataset catalog, read a dataset's metadata and column schema, and query rows from any dataset with filtering, sorting, aggregation, and paging via SoQL query parameters. Results are returned as JSON, CSV, or GeoJSON. No credentials required.
What your agent can do with Colorado Information Marketplace
Triggers and actions 1 trigger · 4 actions
- TriggerNew record
Polling trigger: fires when a new row appears in a specified Colorado Information Marketplace (Socrata SODA API) dataset. GET https://data.colorado.gov/resource/{dataset_id}.json ordered by a rowid/created/updated system field ($order=:id DESC or an updated_at column) with $limit, dedup by the row's system id (:id) or an updated_at watermark since datasets vary in whether they expose a stable update timestamp column.
- ActionFind datasets
Search the Colorado Information Marketplace open-data catalog for datasets by keyword/category. GET https://data.colorado.gov/api/catalog/v1?q={query}&limit=... (Socrata Discovery API) returning dataset id, name, description, category, and update timestamps. Used to locate the dataset identifier that other ops (List/Get/Find records) require as input.
- ActionFind records by criteria
Query a Colorado Information Marketplace (Socrata SODA API) dataset with a SoQL $where/$select/$order filter. GET https://data.colorado.gov/api/v3/views/{dataset_id}/query.json (or resource/{dataset_id}.json on older SODA2 endpoints) with SoQL query params ($where, $select, $order, $limit, $offset). Requires the dataset identifier (8-char alphanumeric, e.g. ydr8-5enu) as input plus the SoQL clauses.
- ActionGet record
Get a single row from a Colorado Information Marketplace (Socrata SODA API) dataset by its row identifier. GET https://data.colorado.gov/resource/{dataset_id}/{row_id}.json (or a $where=:id='{row_id}' query when the dataset has no explicit row identifier). Requires dataset_id and row_id.
- ActionList records
List all rows in a Colorado Information Marketplace (Socrata SODA API) dataset, paginated. GET https://data.colorado.gov/resource/{dataset_id}.json with $limit/$offset params. Requires the dataset identifier (8-char alphanumeric, e.g. ydr8-5enu).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Colorado Information Marketplace API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
Data.parliament.ukData.parliament.uk exposes live open datasets from the UK Parliament. Callers can look up Members of...
District of Columbia Open DataDistrict of Columbia Open Data is the Washington DC government's public data portal, publishing city...
Federal RegisterThe Federal Register is the daily journal of the United States government, published as a REST API. Callers...
Neotimo DGFiP MirrorNeotimo mirrors the French DGFiP registry of certified e-invoicing platforms (Plateformes Agréées, or...
Open Government, ACTAustralian Capital Territory Open Data. Public open-data portal — search dataset catalogs and retrieve...
Open Government, ArgentinaArgentina Government Open Data. Public open-data portal — search dataset catalogs and retrieve published...
Open Government, AustraliaAustralian Government Open Data. Public open-data portal — search dataset catalogs and retrieve published...
Open Government, AustriaAustria Government Open Data. Public open-data portal — search dataset catalogs and retrieve published...