Skip to main content
POST
/
api
/
gaspravosudie
/
courts
/gaspravosudie/courts
curl --request POST \
  --url https://api.anysite.io/api/gaspravosudie/courts \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "court": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "@type": "@gaspravosudie_court",
    "name": "<string>",
    "region": "<string>",
    "address": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "website": "<string>",
    "subdomain": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
court
string
required

Court classification code (e.g. 66RS0005)

Minimum string length: 1
Examples:

"66RS0005"

"77RS0027"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
@type
string
default:@gaspravosudie_court
name
string | null
region
string | null
address
string | null
phone
string | null
email
string | null
website
string | null
subdomain
string | null