Skip to content

Searching Bankrupts

Searches for individuals and legal entities included in the unified federal register of bankruptcy information.

URL

Method: GET

  • Production: https://registry.wallet.kvell.group/lists/search-data/bankruptcy

Query parameters

Name Data type Required Description
search_string string Yes Name of the person/entity, INN, or case number

Request example

GET https://registry.wallet.kvell.group/lists/search-data/bankruptcy?search_string=%D0%98%D0%92%D0%90%D0%9D%20%D0%9A%D0%90%D0%9B%D0%98%D0%A2%D0%90

Request headers

Name Data type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Response example

[
{
    "category": "Обычная организация",
    "region": "Краснодарский край",
    "address": "350001, КРАСНОДАРСКИЙ КРАЙ, Г. КРАСНОДАР, УЛ. ИМ. ВИШНЯКОВОЙ, Д.5/2",
    "lastLegalCase": {
        "number": "А32-33769/2016",
        "arbitrManagerFio": "Извеков Константин Александрович",
        "status": {
            "code": "Tender",
            "description": "Конкурсное производство",
            "date": "2019-07-19T00:00:00"
        }
    },
    "guid": "68206961-3fcc-4fe8-ba14-f230d7a08d42",
    "name": "ООО \"СК ИВАН КАЛИТА\"",
    "ogrn": "1062309026658",
    "inn": "2309101921",
    "statusUpdateDate": "2019-07-31T00:00:00",
    "status": "Юридическое лицо признано несостоятельным (банкротом) и в отношении него открыто конкурсное производство",
    "isActive": true
}
]

Response parameters

Name Data type Description
category string Category
region string Region name
address string Address
lastLegalCase object Bankruptcy case details
guid string Unique identifier
name string Full name / organization name
ogrn string OGRN (primary state registration number)
inn string INN (taxpayer identification number)
statusUpdateDate string Status update date
status string Status
isActive bool Whether the status is active