← Estland

Estisk lovgivning

GET /riigiteataja/laws

Bla i og søk etter store estiske lover fra Riigi Teataja (Statstidende). Inkluderer grunnloven, skattelover, handelslov, arbeidsrett, personvern og mer. Filtrer etter tittel eller kategori.

Parametere

q valgfri

Search query (filters by title or category)

Eksempelforespørsler

Grunnleggende bruk
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
}