Skip to main content
POST
/
api
/
gaspravosudie
/
acts
/gaspravosudie/acts
curl --request POST \
  --url https://api.anysite.io/api/gaspravosudie/acts \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "act": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@gaspravosudie_act",
    "title": "<string>",
    "act_type": "<string>",
    "case_number": "<string>",
    "uid": "<string>",
    "date": "<string>",
    "court": "<string>",
    "court_url": "<string>",
    "region": "<string>",
    "case_type": "<string>",
    "judge": "<string>",
    "plaintiffs": [],
    "defendants": [],
    "third_parties": [],
    "judges": [],
    "text": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
act
string
required

Judicial act identifier or full act URL

Minimum string length: 1
Examples:

"0Y7b4d4xbfK"

"https://sudact.ru/regular/doc/0Y7b4d4xbfK/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@gaspravosudie_act
title
string | null
act_type
string | null
case_number
string | null
uid
string | null
date
string | null
court
string | null
court_url
string | null
region
string | null
case_type
string | null
judge
string | null
plaintiffs
string[]
defendants
string[]
third_parties
string[]
judges
GaspravosudieActParty · object[]
text
string | null