Court Structure
Full court hierarchy
Returns the complete nested hierarchy of all states, districts, and court complexes in a single response. Use this to bootstrap a local directory cache.
GET
Error
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the complete nested hierarchy of all states, districts, and court complexes in a single response. Use this to bootstrap a local directory cache.
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
}
]
}
]
}
]
}
}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
}
]
}
]
}
]
}
}