← Estonia

Estonian Legislation

GET /riigiteataja/laws

Browse and search major Estonian laws from Riigi Teataja (State Gazette). Includes the Constitution, tax laws, commercial code, employment law, data protection, and more. Filter by title or category.

Parameters

q optional

Search query (filters by title or category)

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/riigiteataja/laws

Live Response

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