When a district exists but is not yet accessible, the API returns a structured 403 (not a 404). The district exists conceptually, but is not available in your plan.
403
Copy
Ask AI
{ "error": "District 'sdny' is not yet accessible.", "district": { "district_id": "sdny", "name": "Southern District of New York", "status": "preview", "judges_mapped": 45 }, "accessible_districts": ["edny"], "contact": "api@courtrules.app"}