Skip to main content
GET
/
court-structure
/
states
/
{state}
/
districts
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "response": {
    "stateName": "Maharashtra",
    "stateCode": "MH",
    "totalDistricts": 123,
    "data": [
      {
        "districtName": "Pune",
        "districtCode": "PUNE"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

state
string
required

Two-letter state code — for example, MH for Maharashtra.

Example:

"MH"

Response

Districts in state

success
boolean
required
Example:

true

response
object
required