Case Detail
Get full case details by CNR number
Returns the complete case record for a single CNR number, including all parties, hearing schedule, legal references, and optional hearing history.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The 16-character Case Number Register identifier of the case to retrieve.
Required string length:
16Pattern:
^[A-Z]{4}[A-Z0-9]{2}\d{10}$When true, the response includes the full hearingHistory array. Defaults to false.
When true, order document links are populated inside hearingHistory entries. Requires includeHearings to also be true.
List all known judges from high court and supreme court
Previous
Get case details for multiple CNR numbers (max 50)
Next