← Estonie

Législation estonienne

GET /riigiteataja/laws

Parcourez et recherchez les principales lois estoniennes du Riigi Teataja (Journal officiel). Comprend la Constitution, les lois fiscales, le code de commerce, le droit du travail, la protection des données et bien plus encore. Filtrez par titre ou par catégorie.

Paramètres

q optionnel

Search query (filters by title or category)

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/riigiteataja/laws

Réponse en direct

{
  "data": [
    {
      "category": "Constitutional",
      "eli_id": "521052015001",
      "title": "Constitution of the Republic of Estonia"
    },
    {
      "category": "Tax",
      "eli_id": "530012014003",
      "title": "Income Tax Act"
    },
    {
      "category": "Civil",
      "eli_id": "506012024009",
      "title": "Law of Obligations Act"
    },
    {
      "category": "Labor",
      "eli_id": "502012023007",
      "title": "Employment Contracts Act"
    },
    {
      "category": "Business",
      "eli_id": "506012024008",
      "title": "Commercial Code"
    },
    {
      "category": "Consumer",
      "eli_id": "509012024002",
      "title": "Consumer Protection Act"
    },
    {
      "category": "Government",
      "eli_id": "514112013001",
      "title": "Public Information Act"
    },
    {
      "category": "Privacy",
      "eli_id": "504012019011",
      "title": "Personal Data Protection Act"
    },
    {
      "category": "Regulation",
      "eli_id": "530062024006",
      "title": "Alcohol Act"
    },
    {
      "category": "Regulation",
      "eli_id": "530062024005",
      "title": "Tobacco Act"
    },
    {
      "category": "Transport",
      "eli_id": "531032023003",
      "title": "Traffic Act"
    },
    {
      "category": "Construction",
      "eli_id": "503012024017",
      "title": "Building Code"
    },
    {
      "category": "Planning",
      "eli_id": "503012024018",
      "title": "Planning Act"
    },
    {
      "category": "Citizenship",
      "eli_id": "506012024011",
      "title": "Citizenship Act"
    },
    {
      "category": "Finance",
      "eli_id": "507012024004",
      "title": "State Budget Act"
    }
  ],
  "success": true
}