Show the navigation →

API Instrument Types Resource

Returns the list of instrument types for a county.

Notice: When generating this list, we replace all occurrences of the forward slash character (/) with the hyphen character (-). We also change the casing so that "oil & gas lease" becomes "Oil & Gas Lease", and "ogl" becomes "OGL". You can still search by these instrument types as they are, but be aware that the types on the results may not be identical.

Address

https://okcountyrecords.com/api/v1/instrument-types

Parameters

NameDescription
countyRequired. A county name.

Example Request

https://okcountyrecords.com/api/v1/instrument-types?county=Adair
[
    {
        "name": "Mortgage",
        "alternate_name": "MTG",
        "number_of_instruments": 3857
    }
]