v1

latestOpenAPI 3.1.02026-07-241642423.7 KB

List agencies

Returns the list of agencies.

get/agencies

Query parameters

idstring[]

Agency IDs to look up, for batch lookups. Repeat the parameter to provide multiple values (max 500 per request).

jurisdictionstring[]

Jurisdictions to filter to, as lowercase region codes (e.g. fed, ny, pa). A state's code includes its state and local agencies. Repeat the parameter to provide multiple values.

label_containsstring

Case-insensitive substring match on the agency label. Useful for looking up local agencies by name.

limitinteger

Number of results per page (default 25, max 500).

Response

200

nextstring nullable

URL of the next page of results, or null if there are no more.

previousstring nullable

URL of the previous page of results, or null on the first page.

Example response

{
  "results": [
    {
      "id": "agc_ukjABgbD0hQ3dfBRyMPD",
      "label": "Internal Revenue Service",
      "jurisdiction": "fed"
    }
  ]
}