← Estland

Estnisk lagstiftning

GET /riigiteataja/laws

Browse and sök stora estnisk lagar från Riigi Teataja (State Gazette). Inkluderar the Constitution, tax lagar, commercial code, employment law, data protection, och mer. Filtrera efter titel or category.

Parametrar

q valfri

Search query (filters by title or category)

Exempelförfrågningar

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

Livesvar

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