Skip to main content
POST
/
api
/
fedresurs
/
persons
/
search
/fedresurs/persons/search
curl --request POST \
  --url https://api.anysite.io/api/fedresurs/persons/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 500,
  "timeout": 300,
  "keyword": "780512327538",
  "only_active_case": true
}
'
[
  {
    "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
count
integer
required

Max result count

Required range: 1 <= x <= 1000
Example:

20

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

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

Search by full name, INN or case number

Example:

"780512327538"

region
enum<string> | null

Region filter

Available options:
1,
10,
11,
12,
14,
15,
17,
18,
19,
20,
45,
40,
201,
205,
99,
101,
204,
24,
203,
25,
83,
27,
29,
30,
91,
32,
33,
34,
3,
4,
37,
38,
41,
42,
206,
44,
46,
47,
200,
22,
49,
50,
52,
53,
54,
56,
57,
5,
58,
79,
84,
80,
81,
82,
26,
85,
86,
87,
202,
88,
89,
98,
102,
92,
93,
95,
60,
61,
36,
63,
64,
65,
66,
7,
68,
28,
69,
70,
71,
94,
73,
8,
103,
207,
75,
96,
97,
77,
104,
78
category
enum<string> | null

Debtor category filter

Available options:
SimplePerson,
EnterpreneurPerson,
FarmerPerson,
AbsentBankrupt
only_active_case
boolean | null

Filter by ongoing bankruptcy case — true: active, false: closed, omit: any

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