← Estonia

Estonian Law by ELI ID

GET /riigiteataja/:eli_id

Get details of a specific Estonian law by its ELI (European Legislation Identifier) ID. Returns the law title, ELI ID, and link to the full text on Riigi Teataja.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/riigiteataja/521052015001

Live Response

{
  "data": {
    "eli_id": "521052015001",
    "source": "Riigi Teataja",
    "title": "The Constitution of the Republic of Estonia",
    "url": "https://www.riigiteataja.ee/en/eli/521052015001/consolide"
  },
  "success": true
}