Government · head-to-head
District of Columbia Open Data vs Food Standards Agency
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.
The Food Hygiene Rating Scheme API returns FHRS/FHIS inspection ratings for food businesses across the UK, filterable by local authority, name, and location. A live keyless query against `api.ratings.food.gov.uk/Establishments` (with the mandatory `x-api-version: 2` header) returned real establishment JSON with a wildcard `Access-Control-Allow-Origin` header. The stored `/open-data/en-GB` path now 404s after the host moved fully to HTTPS; the API itself needs no key, only the version header.
| District of Columbia Open Data | Food Standards Agency | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GeoJSON, CSV, Shapefile | JSON, XML |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
District of Columbia Open Data supports 4 response formats, while Food Standards Agency offers fewer — pick District of Columbia Open Data for more integration flexibility.