The data and images hosted on this website do not belong to KellPro. All data and images belong to the respective circuit clerk offices.
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.
https://arcountyrecords.com/api/v1/offices
Name | Description |
---|---|
county | A county name. |
code | An office code. |
https://arcountyrecords.com/api/v1/offices?county=Arkansas
[
{
"code": 1,
"county": "Arkansas",
"name": "Southern District (DeWitt)"
},
{
"code": 2,
"county": "Arkansas",
"name": "Nothern District (Stuttgart)"
}
]