> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bimengine.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Jurisdiction

> GET /api/gov/jurisdiction

```bash theme={null}
GET /api/gov/jurisdiction
```

### Response

```json theme={null}
{
  "id": "jur_abc123",
  "name": "City of Austin Building Department",
  "state": "TX",
  "codeEditions": [
    {
      "id": "ed_xyz",
      "baseName": "International Building Code",
      "edition": "2021"
    }
  ]
}
```
