Show the navigation →

API Counties Resource

Returns a list of one or more of the counties we serve.

Address

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

Parameters

NameDescription
nameA county name. If not specified, a full list of the counties we serve will be returned.

Example Request

https://okcountyrecords.com/api/v1/counties?name=Beckham
[
    {
        "code": 5,
        "name": "Beckham",
        "official": "Leasa Hartman",
        "address1": "Beckham County Courthouse",
        "address2": "P.O. Box 428",
        "city": "Sayre",
        "state": "OK",
        "postal": "73662",
        "phone": "(580) 928-3383",
        "email": "bkcoclerk@cableone.net",
        "hours": "8:00am - 4:00pm",
        "website": "http:\/\/beckham.okcounties.org",
        "data_beginning_date": "1990-05-22",
        "image_beginning_date": "1990-05-30",
        "searching_enabled": 1,
        "images_enabled": 1,
        "copies_enabled": 1,
        "tokens_per_page": 1,
        "number_of_instruments": 238642,
        "number_of_images": 1162628,
        "comments_enabled": 0
    }
]