← Estland

Estnisk lag via ELI-ID

GET /riigiteataja/:eli_id

Get detaljer of a specifik estnisk law by dess ELI (European Legislation Identifier) ID. Returnerar the law titel, ELI ID, and link till fullständig text on Riigi Teataja.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/riigiteataja/521052015001

Livesvar

{
  "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
}