Search for a jurisdiction by name. Returns matching jurisdictions with their IDs for use in legal.find() and other legal research endpoints.
{
"query": "<string>",
"found": 123,
"jurisdictions": [
{
"id": "<string>",
"name": "<string>",
"state": "<string>"
}
],
"hint": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Jurisdiction search query
Jurisdiction name (e.g., "California", "US Federal", "NY")
2 - 100Was this page helpful?
{
"query": "<string>",
"found": 123,
"jurisdictions": [
{
"id": "<string>",
"name": "<string>",
"state": "<string>"
}
],
"hint": "<string>"
}