Official Lithuanian company registry lookup (Juridinių asmenų registras, daily s
Official Lithuanian company registry lookup (Juridinių asmenų registras, daily snapshot of data.gov.lt, CC BY 4.0). Query: /v1/eu/entreprise/LT/304500803 (9-digit JAR code). Identity as published (sole proprietorships anonymised by the register, flagged), legal form, one of 31 register statuses with date, registration and removal dates, VAT, municipality, plus registre_lt (capital, taxpayer type, VAT dates, filing compliance, shareholder headcounts) and fiscalite_lt (tax arrears, taxes paid).
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.sirenic.eu/v1/eu/entreprise/LT/:kodas
| Category | Code and developer |
|---|---|
| Provider host | api.sirenic.eu |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"kodas": "304500803"
},
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"kodas": {
"description": "Lithuanian JAR code, 9 digits (e.g. 304500803) \u2014 Juridini\u0173 asmen\u0173 registras (Registr\u0173 centras)",
"type": "string"
}
},
"required": [
"kodas"
],
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}