Socrata Open Data API (Tyler Data and Insights)

Socrata Open Data API (SODA) is the read/write JSON API powering open data portals at federal, state, county, and city governments worldwide. Queries use SoQL (Socrata Query Language), responses are JSON/CSV/GeoJSON, and write operations require an OAuth token. App tokens (free, no auth) raise per-IP throttles. Socrata was acquired by Tyler Technologies in 2018 and now operates as the Data and Insights division — the same platform under new branding.

API entry from apis.yml

apis.yml Raw ↑
name: Socrata Open Data API (Tyler Data and Insights)
description: Socrata Open Data API (SODA) is the read/write JSON API powering open data portals at federal,
  state, county, and city governments worldwide. Queries use SoQL (Socrata Query Language), responses
  are JSON/CSV/GeoJSON, and write operations require an OAuth token. App tokens (free, no auth) raise
  per-IP throttles. Socrata was acquired by Tyler Technologies in 2018 and now operates as the Data and
  Insights division — the same platform under new branding.
humanURL: https://dev.socrata.com
baseURL: https://{domain}/resource/{datasetId}.json
tags:
- State
- Local
- Federal
- Open Data
- Socrata
- Tyler Technologies
properties:
- type: Portal
  url: https://dev.socrata.com
- type: Documentation
  url: https://dev.socrata.com/docs/endpoints.html
- type: GitHubOrganization
  url: https://github.com/socrata
- type: QueryLanguage
  url: https://dev.socrata.com/docs/queries/