Skip to main content
POST
/
api
/
banki
/
banks
/banki/banks
curl --request POST \
  --url https://api.anysite.io/api/banki/banks \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "bank": "<string>",
  "timeout": 300
}
'
[
  {
    "id": 123,
    "alias": "<string>",
    "name": "<string>",
    "@type": "@banki_bank",
    "name_full": "<string>",
    "name_eng": "<string>",
    "name_full_eng": "<string>",
    "name_alternative": "<string>",
    "image": "<string>",
    "mobile_logo": "<string>",
    "head_office_image": "<string>",
    "website_url": "<string>",
    "region": "<string>",
    "address": "<string>",
    "address_eng": "<string>",
    "licence": "<string>",
    "ogrn": "<string>",
    "bik": "<string>",
    "type": "<string>",
    "registration_date": "<string>",
    "description": "<string>",
    "description_eng": "<string>",
    "personal_director": "<string>",
    "cbr_url": "<string>",
    "is_state_bank": false,
    "is_foreign_bank": false,
    "is_nco": false,
    "is_top_bank": false,
    "is_deposit_insurance_member": false,
    "is_active": false,
    "available_in_mobile_app": false,
    "financial_rating_place": 123,
    "people_rating_place": 123,
    "people_rating_total": 123,
    "question_count": 123,
    "answer_count": 123,
    "avg_response_time": 123,
    "phones": [],
    "social_links": {
      "@type": "@banki_bank_social_links",
      "vk": "<string>",
      "telegram": "<string>",
      "ok": "<string>",
      "appstore": "<string>",
      "rustore": "<string>",
      "appgallery": "<string>",
      "googleplay": "<string>"
    },
    "credit_ratings": [],
    "url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
bank
string
required

Bank alias ('alfabank') or numeric bank id ('325') or bank page URL

Minimum string length: 1
Examples:

"alfabank"

"325"

"sberbank"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
alias
string
required
name
string
required
@type
string
default:@banki_bank
name_full
string | null
name_eng
string | null
name_full_eng
string | null
name_alternative
string | null
image
string | null
mobile_logo
string | null
head_office_image
string | null
website_url
string | null
region
string | null
address
string | null
address_eng
string | null
licence
string | null
ogrn
string | null
bik
string | null
type
string | null
registration_date
string | null
description
string | null
description_eng
string | null
personal_director
string | null
cbr_url
string | null
is_state_bank
boolean
default:false
is_foreign_bank
boolean
default:false
is_nco
boolean
default:false
is_top_bank
boolean
default:false
is_deposit_insurance_member
boolean
default:false
is_active
boolean
default:false
available_in_mobile_app
boolean
default:false
financial_rating_place
integer | null
people_rating_place
integer | null
people_rating_total
integer | null
question_count
integer | null
answer_count
integer | null
avg_response_time
integer | null
phones
BankiBankPhone · object[]
credit_ratings
BankiBankCreditRating · object[]
url
string | null