Download OpenAPI specification:Download
Access comprehensive data on national boundaries and addresses registered in the Republic of Lithuania
This API provides detailed information and geometries about counties, municipalities, elderships, residential areas, streets, addresses, and rooms.
ReDoc style documentation can be found here.
This API is licensed under the MIT License.
Data from this API is licensed under CC BY 4.0. For more information, visit Registrų centras.
Search for counties with pagination using various filters such as county codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (SearchSortBy) Default: "code" Enum: "code" "name" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching counties, combined using OR logic. |
Retrieve data for counties by specifying county codes.
{- "filters": [
- {
- "counties": {
- "codes": [
- 5,
- 10
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "area_ha": 0,
- "created_at": "2019-08-24"
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a county along with its geometry by its unique code. Optionally specify the SRID for the geometry output.
code required | integer (Code) Example: 10 The code of the county to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "area_ha": 0,
- "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for municipalities with pagination using various filters such as municipality codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (SearchSortBy) Default: "code" Enum: "code" "name" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching municipalities, combined using OR logic. |
Retrieve data for municipalities by specifying municipality codes.
{- "filters": [
- {
- "municipalities": {
- "codes": [
- 21,
- 23
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "area_ha": 0,
- "created_at": "2019-08-24"
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a municipality by its unique code.
code required | integer (Code) Example: 13 The code of the municipality to retrieve |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "area_ha": 0,
- "created_at": "2019-08-24"
}
Retrieve a municipality along with its geometry by its unique code. Optionally specify the SRID for the geometry output.
code required | integer (Code) Example: 13 The code of the municipality to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "area_ha": 0,
- "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for elderships with pagination using various filters such as eldership codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (SearchSortBy) Default: "code" Enum: "code" "name" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching elderships, combined using OR logic. |
Retrieve data for elderships by specifying eldership codes.
{- "filters": [
- {
- "elderships": {
- "codes": [
- 1302,
- 1303
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "name": "string",
- "feature_id": 0,
- "area_ha": 0,
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "created_at": "2019-08-24"
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a eldership by its unique code.
code required | integer (Code) Example: 1306 The code of the eldership to retrieve |
{- "code": 0,
- "name": "string",
- "feature_id": 0,
- "area_ha": 0,
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "created_at": "2019-08-24"
}
Retrieve a eldership along with its geometry by its unique code. Optionally specify the SRID for the geometry output.
code required | integer (Code) Example: 1306 The code of the eldership to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "name": "string",
- "feature_id": 0,
- "area_ha": 0,
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for residential areas with pagination using various filters such as residential area codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (SearchSortBy) Default: "code" Enum: "code" "name" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching residential areas, combined using OR logic. |
Retrieve data for residential areas by specifying residential area codes.
{- "filters": [
- {
- "residential_areas": {
- "codes": [
- 10184,
- 10264
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "area_ha": 0,
- "created_at": "2019-08-24"
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a residential area by its unique code.
code required | integer (Code) Example: 31003 The code of the residential area to retrieve |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "area_ha": 0,
- "created_at": "2019-08-24"
}
Retrieve a residential area along with its geometry by its unique code. Optionally specify the SRID for the geometry output.
code required | integer (Code) Example: 31003 The code of the residential area to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "area_ha": 0,
- "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for streets with pagination using various filters such as street codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (SearchSortBy) Default: "code" Enum: "code" "name" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching streets, combined using OR logic. |
Retrieve data for streets by specifying street codes.
{- "filters": [
- {
- "streets": {
- "codes": [
- 1207622,
- 1611772
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string",
- "length_m": 0,
- "created_at": "2019-08-24",
- "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a street by its unique code.
code required | integer (Code) Example: 1453778 The code of the street to retrieve |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string",
- "length_m": 0,
- "created_at": "2019-08-24",
- "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}
}
Retrieve a street along with its geometry by its unique code. Optionally specify the SRID for the geometry output.
code required | integer (Code) Example: 1453778 The code of the street to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string",
- "length_m": 0,
- "created_at": "2019-08-24",
- "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}, - "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for addresses with pagination using various filters such as address codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (AddressSearchSortBy) Default: "code" Enum: "code" "plot_or_building_number" "building_block_number" "postal_code" "feature_id" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching addresses, combined using OR logic. |
Retrieve data for addresses by specifying address codes.
{- "filters": [
- {
- "addresses": {
- "codes": [
- 157385248,
- 156657369
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "feature_id": 0,
- "plot_or_building_number": "string",
- "building_block_number": "string",
- "postal_code": "string",
- "street": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string"
}, - "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "geometry": {
- "srid": 0,
- "data": "string"
}
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a address by its unique code.
code required | integer (Code) Examples:
The code of the address to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "feature_id": 0,
- "plot_or_building_number": "string",
- "building_block_number": "string",
- "postal_code": "string",
- "street": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string"
}, - "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}, - "geometry": {
- "srid": 0,
- "data": "string"
}
}
Search for rooms with pagination using various filters such as address codes, feature IDs, name. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (RoomsSearchSortBy) Default: "code" Enum: "code" "room_number" "created_at" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching rooms, combined using OR logic. |
Retrieve data for rooms by specifying room codes.
{- "filters": [
- {
- "rooms": {
- "codes": [
- 160311305,
- 160311324
]
}
}
]
}
{- "items": [
- {
- "code": 0,
- "room_number": "string",
- "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}, - "address": {
- "code": 0,
- "feature_id": 0,
- "plot_or_building_number": "string",
- "building_block_number": "string",
- "postal_code": "string",
- "street": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string"
}, - "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Retrieve a room by its unique code.
code required | integer (Code) Examples:
The code of the room to retrieve |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
{- "code": 0,
- "room_number": "string",
- "created_at": "2019-08-24",
- "geometry": {
- "srid": 0,
- "data": "string"
}, - "address": {
- "code": 0,
- "feature_id": 0,
- "plot_or_building_number": "string",
- "building_block_number": "string",
- "postal_code": "string",
- "street": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "full_name": "string"
}, - "residential_area": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}, - "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}
}
Search for parcels with pagination using various filters such as parcel unique numbers, cadastral numbers. Additionally, you can filter by GeoJson, EWKT geometry
sort_by | string (ParcelsSearchSortBy) Default: "unique_number" Enum: "unique_number" "cadastral_number" "updated_at" "area_ha" |
sort_order | string (SearchSortOrder) Default: "asc" Enum: "asc" "desc" |
geometry_output_format | string (GeometryOutputFormat) Default: "ewkt" Enum: "ewkt" "ewkb" Examples:
Specify the format for geometry output. |
srid | integer (Srid) Default: 3346 Examples:
A spatial reference identifier (SRID) for geometry output. |
Cursor (string) or Cursor (null) (Cursor) Cursor for the next page | |
size | integer (Size) [ 0 .. 100 ] Default: 50 Page size |
Array of objects (Filters) Default: [] A list of filters to apply for searching parcels, combined using OR logic. |
Retrieve data for parcels by specifying parcel unique numbers.
{- "filters": [
- {
- "parcels": {
- "unique_numbers": [
- 110100090085,
- 110100210172
]
}
}
]
}
{- "items": [
- {
- "unique_number": 0,
- "cadastral_number": "string",
- "updated_at": "2019-08-24",
- "area_ha": 0,
- "geometry": {
- "srid": 0,
- "data": "string"
}, - "status": {
- "status_id": 0,
- "name": "string",
- "name_en": "string",
- "full_name": "string",
- "full_name_en": "string"
}, - "purpose": {
- "purpose_id": 0,
- "purpose_group": {
- "group_id": 0,
- "name": "string",
- "full_name": "string"
}, - "name": "string",
- "full_name": "string",
- "full_name_en": "string"
}, - "municipality": {
- "code": 0,
- "feature_id": 0,
- "name": "string",
- "county": {
- "code": 0,
- "feature_id": 0,
- "name": "string"
}
}
}
], - "total": 0,
- "current_page": "string",
- "current_page_backwards": "string",
- "previous_page": "string",
- "next_page": "string"
}
Endpoint to perform a healthcheck on. This endpoint can primarily be used Docker to ensure a robust container orchestration and management is in place. Other services which rely on proper functioning of the API service will not deploy if this endpoint returns any other HTTP status code except 200 (OK). Returns: HealthCheck: Returns a JSON response with the health status
{- "healthy": true
}