Skip to main content
POST
/
api
/
ariregister
/
companies
/ariregister/companies
curl --request POST \
  --url https://api.anysite.io/api/ariregister/companies \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "reg_code": "<string>",
  "timeout": 300
}
'
[
  {
    "reg_code": "<string>",
    "url": "<string>",
    "@type": "@ariregister_company",
    "name": "<string>",
    "legal_form": "<string>",
    "subtype": "<string>",
    "status": "<string>",
    "enterprise_register_code": "<string>",
    "lei_code": "<string>",
    "vat_number": "<string>",
    "vat_start_date": "<string>",
    "capital": "<string>",
    "founded_date": "<string>",
    "registered_date": "<string>",
    "financial_year_period": "<string>",
    "articles_amended_date": "<string>",
    "einvoice_operator": "<string>",
    "address": "<string>",
    "email": "<string>",
    "phone": "<string>",
    "website": "<string>",
    "board": [],
    "supervisory_board": [],
    "shareholders": [],
    "beneficial_owners": [],
    "activities": [],
    "annual_reports": [],
    "articles_of_association": [],
    "tax": {
      "@type": "@ariregister_tax_info",
      "has_tax_debt": true,
      "tax_debt": "<string>",
      "state_taxes": "<string>",
      "workforce_taxes": "<string>",
      "taxable_turnover": "<string>",
      "employee_count": 123,
      "period": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
reg_code
string
required

Estonian e-Business Register registry code (8 digits)

Example:

"10060701"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

reg_code
string
required
url
string
required
@type
string
default:@ariregister_company
name
string | null
subtype
string | null
status
string | null
enterprise_register_code
string | null
lei_code
string | null
vat_number
string | null
vat_start_date
string | null
capital
string | null
founded_date
string | null
registered_date
string | null
financial_year_period
string | null
articles_amended_date
string | null
einvoice_operator
string | null
address
string | null
email
string | null
phone
string | null
website
string | null
board
AriregisterPerson · object[]
supervisory_board
AriregisterPerson · object[]
shareholders
AriregisterShareholder · object[]
beneficial_owners
AriregisterBeneficialOwner · object[]
activities
AriregisterActivity · object[]
annual_reports
AriregisterAnnualReport · object[]
articles_of_association
AriregisterStatuteDocument · object[]
tax
AriregisterTaxInfo · object