Show the navigation →

API Offices Resource

Returns a list of offices for counties we serve that have multiple offices. If no parameters are specified, a full list of offices will be returned.

Note: At the time of this writing, the only county we serve which uses offices is Arkansas County, AR.

Address

https://okcountyrecords.com/api/v1/offices

Parameters

NameDescription
countyA county name.
codeAn office code.

Example Request

https://okcountyrecords.com/api/v1/offices?county=Arkansas
[
    {
        "code": 1,
        "county": "Arkansas",
        "name": "Southern District (DeWitt)"
    },
    {
        "code": 2,
        "county": "Arkansas",
        "name": "Nothern District (Stuttgart)"
    }
]