GET /riigiteataja/:eli_id
Obtenga los detalles de una ley estonia concreta a partir de su ID ELI (European Legislation Identifier). Devuelve el título de la ley, el ID ELI y el enlace al texto completo en Riigi Teataja.
curl https://nordapi.ee/api/v1/riigiteataja/521052015001
{
"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
}