Skip to main content
POST
/
api
/
gaspravosudie
/
cases
/gaspravosudie/cases
curl --request POST \
  --url https://api.anysite.io/api/gaspravosudie/cases \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "timeout": 300,
  "url": "https://oktiabrsky--svd.sudrf.ru/modules.php?name=sud_delo&srv_num=1&name_op=case&case_id=574341722&case_uid=b86ef5ac-dc0c-4bfe-8b84-0d0e934b7f6e&delo_id=1540005",
  "court": "oktiabrsky.svd.sudrf.ru",
  "case_id": "<string>",
  "case_uid": "<string>",
  "delo_id": "<string>"
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@gaspravosudie_case",
    "case_number": "<string>",
    "uid": "<string>",
    "court": "<string>",
    "received_date": "<string>",
    "category": "<string>",
    "judge": "<string>",
    "hearing_mode": "<string>",
    "previous_case_number": "<string>",
    "decision_date": "<string>",
    "result": "<string>",
    "parties": [],
    "movement": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
url
string | null

Full case-card URL

Example:

"https://oktiabrsky--svd.sudrf.ru/modules.php?name=sud_delo&srv_num=1&name_op=case&case_id=574341722&case_uid=b86ef5ac-dc0c-4bfe-8b84-0d0e934b7f6e&delo_id=1540005"

court
string | null

Court subdomain (e.g. oktiabrsky.svd.sudrf.ru)

Example:

"oktiabrsky.svd.sudrf.ru"

case_id
string | null

Internal case id

case_uid
string | null

Case UUID

delo_id
string | null

Case-index (production type) id, e.g. 1540005

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@gaspravosudie_case
case_number
string | null
uid
string | null
court
string | null
received_date
string | null
category
string | null
judge
string | null
hearing_mode
string | null
previous_case_number
string | null
decision_date
string | null
result
string | null
parties
GaspravosudieCaseParty · object[]
movement
GaspravosudieCaseMovement · object[]