GET odcr/courts
Returns a list of courts and some information about them. The code property can be used to return the details about a single court.
Resource URL
https://api.kellpro.com/v2/odcr/courts.format
Parameters
code
Optional
Specifies the 4 character code that is assigned to each court.
Example: 019B
publishing
Optional
A boolean that can be used to limit the list of courts to those publishing their records on ODCR.com or those who are not.
Example: true | false
Example Request
GET https://api.kellpro.com/v2/odcr/courts.json?code=019B
{
"code":"019B",
"court":"Creek (Bristow/Drumright)",
"lastUpdate":"2025-11-03 07:16",
"publishing":true,
"address":"P.O. Box 1055",
"address2":"",
"city":"Bristow",
"state":"OK",
"zip":"74010",
"phone":"(918) 367-5537",
"fax":"(918) 367-5055",
"hours":"8:00am to 5:00pm"
}