Skip to main content
POST
/
api
/
gaspravosudie
/
cases
/
parties
/gaspravosudie/cases/parties
curl --request POST \
  --url https://api.anysite.io/api/gaspravosudie/cases/parties \
  --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>"
}
'
[
  {
    "name": "<string>",
    "@type": "@gaspravosudie_case_party",
    "role": "<string>",
    "inn": "<string>",
    "kpp": "<string>",
    "ogrn": "<string>",
    "ogrnip": "<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

name
string
required
@type
string
default:@gaspravosudie_case_party
role
string | null
inn
string | null
kpp
string | null
ogrn
string | null
ogrnip
string | null