Government · head-to-head
Colorado Information Marketplace vs District of Columbia Open Data
The Colorado Information Marketplace is the state's open-data portal, built on the Socrata platform and covering budget, transportation, public-safety, and demographic datasets from Colorado agencies. Every dataset is queryable through Socrata's SODA REST API without an account, with an optional free app token only needed to raise the anonymous rate limit. Results are returned as JSON by default, with CSV and XML also available per dataset.
Open Data DC is the District of Columbia government's catalogue of public datasets, spanning crime incidents, GIS/mapping layers, and financial and demographic data, published on an Esri ArcGIS Hub site. Datasets are queryable keyless through the Hub's search and DCAT feed APIs and through individual ArcGIS Feature/Map Services, returning JSON, GeoJSON, CSV, or shapefile depending on the layer. No account or API key is required to read data.
| Colorado Information Marketplace | District of Columbia Open Data | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, CSV, XML | JSON, GeoJSON, CSV, Shapefile |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
District of Columbia Open Data supports 4 response formats, while Colorado Information Marketplace offers fewer — pick District of Columbia Open Data for more integration flexibility.