← Estonie

Législation estonienne

GET /riigiteataja/laws

Parcourez et rechercher major Estonian laws de Riigi Teataja (State Gazette). Comprend le Constitution, tax laws, commercial code, employment law, data protection, et plus encore. Filtrez par title ou category.

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
}