Discover/ballotpedia.org API
live

ballotpedia.org APIballotpedia.org

Search for information about US state courts and their judges, including details on specific states, court systems, and individual justices. Find judicial data organized by state to research court structures and judicial appointments across America.

Endpoints
3
Updated
3h ago
Try it

No input parameters required.

api.parse.bot/scraper/1345c3bd-ecb3-416f-9f80-50c8bbb64646/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1345c3bd-ecb3-416f-9f80-50c8bbb64646/list_states' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Returns a list of all 50 US states that have court information available on Ballotpedia.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer",
    "states": "array of state name strings"
  },
  "sample": {
    "total": 50,
    "states": [
      "Alabama",
      "Alaska",
      "Arizona",
      "Arkansas",
      "California"
    ]
  }
}

About the ballotpedia.org API

The ballotpedia.org API on Parse exposes 3 endpoints for the publicly available data on ballotpedia.org. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.