Skip to main content
POST
/
api
/
gaspravosudie
/
cases
/
movement
/gaspravosudie/cases/movement
curl --request POST \
  --url https://api.anysite.io/api/gaspravosudie/cases/movement \
  --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>"
}
'
[
  {
    "event": "<string>",
    "@type": "@gaspravosudie_case_movement",
    "date": "<string>",
    "time": "<string>",
    "place": "<string>",
    "result": "<string>",
    "basis": "<string>",
    "note": "<string>",
    "published_date": "<string>"
  }
]

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

event
string
required
@type
string
default:@gaspravosudie_case_movement
date
string | null
time
string | null
place
string | null
result
string | null
basis
string | null
note
string | null
published_date
string | null