Skip to main content
POST
/
api
/
fedresurs
/
persons
/fedresurs/persons
curl --request POST \
  --url https://api.anysite.io/api/fedresurs/persons \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "person": "<string>",
  "timeout": 300
}
'
[
  {
    "guid": "<string>",
    "@type": "@fedresurs_person",
    "fio": "<string>",
    "inn": "<string>",
    "snils": "<string>",
    "category": "<string>",
    "region": "<string>",
    "address": "<string>",
    "last_legal_case": {
      "@type": "@fedresurs_legal_case",
      "number": "<string>",
      "arbitr_manager_fio": "<string>",
      "status": {
        "@type": "@fedresurs_legal_case_status",
        "code": "<string>",
        "description": "<string>",
        "date": "<string>"
      }
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
person
string
required

Individual INN (12 digits)

Example:

"780512327538"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

guid
string
required
@type
string
default:@fedresurs_person
fio
string | null
inn
string | null
snils
string | null
category
string | null
region
string | null
address
string | null