Oscn: Search Cases
Oscn via Parse · government_public
Searches for cases using various filters across Oklahoma district courts. At least one filter (case_type with date range, or lname) should be provided for reliable results. The site caps results at 500; narrow date ranges to paginate through larger sets. Returns case summaries with links to full details. Access Oklahoma State Court Network (OSCN) records including case searches, detailed docket information, and daily filing reports across 80+ counties. Fulfilled by Parse from oscn.net.
- b2b-directory
- government-public
- news-media
- oscn
- oscn-net
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/36371741-d78c-4d8e-8eac-70ab6b987f9f/search_cases
- Interface artifact
- sha256:6575d07836e254b77f9fa7e1c9cb69dd531ac0f393428b47794f04d8e7e1291c
- Manifest digest
- sha256:a4a6c7fa35b9c35826a2dbc41f570a3ac7de1884d8c53263f1498b6fce68e27e
Request fields
- db (string): County identifier from list_counties (lowercase, e.g., 'tulsa', 'oklahoma').
- fname (string): Party first name to search for.
- lname (string): Party last name to search for.
- case_type (string): Case type ID from list_district_court_case_types (e.g., '31' for Criminal Felony, '7' for Probate).
- case_number (string): Specific case number (e.g., 'CF-2026-2214').
- filed_date_h (string): End filing date in MM/DD/YYYY format.
- filed_date_l (string): Start filing date in MM/DD/YYYY format.
Example queries
- {"db":"tulsa","case_type":"31","filed_date_h":"06/09/2026","filed_date_l":"06/03/2026"}