Court Structure
List all states with state codes
Returns every state and union territory with its corresponding state code. Use state codes as path parameters in other court structure endpoints.
GET
Error
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns every state and union territory with its corresponding state code. Use state codes as path parameters in other court structure endpoints.
A valid request URL is required to generate request examples{
"success": true,
"response": {
"total": 28,
"data": [
{
"stateName": "Maharashtra",
"stateCode": "MH"
}
]
}
}A valid request URL is required to generate request examples{
"success": true,
"response": {
"total": 28,
"data": [
{
"stateName": "Maharashtra",
"stateCode": "MH"
}
]
}
}