Skip to main content
GET
/
court-structure
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "response": {
    "totalStates": 28,
    "generatedAt": "2024-01-15T10:30:00.000Z",
    "data": [
      {
        "stateName": "Maharashtra",
        "stateCode": "MH",
        "totalDistricts": 123,
        "districts": [
          {
            "districtName": "Pune",
            "districtCode": "PUNE",
            "totalComplexes": 123,
            "complexes": [
              {
                "complexName": "<string>",
                "complexCode": "<string>",
                "totalCourts": 123
              }
            ]
          }
        ]
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Full hierarchy

success
boolean
required
Example:

true

response
object
required