Skip to main content
These API docs are under construction and prone to change.

Endpoints

The Fyndera API provides endpoints for accessing legislation and regulatory documents. All endpoints require authentication via API key.

GET /legislation

Retrieve legislation documents based on specified criteria.

Request

Query Parameters

All parameters are optional and can accept multiple values by repeating the parameter name in the URL.

Multiple Values

To pass multiple values for the same parameter, repeat the parameter name in the URL:
This is equivalent to passing an array: ["VAT", "Income Tax", "Customs"] Note: Multiple publicationDate values are rarely used as they represent “documents published on EITHER date”. For most use cases, use publicationDateFrom and publicationDateTo for date ranges instead.

Parameter Values

publicationDate

Date format: YYYY-MM-DD
  • Accepts specific dates
  • Multiple dates can be provided as an array
  • Use publicationDateFrom and publicationDateTo for date ranges

publicationDateFrom & publicationDateTo

Date format: YYYY-MM-DD
  • publicationDateFrom: Start date for range filter (inclusive) - documents published on or after this date
  • publicationDateTo: End date for range filter (inclusive) - documents published on or before this date
  • Both parameters are optional - you can use just one for open-ended ranges
  • Cannot be used together with publicationDate in the same request
  • Date range behavior: Returns documents published within the specified date range

documentTopic

Available topics:
  • Customs - Customs and import/export regulations
  • Excise Duties - Excise duties and taxes
  • Income Tax - General income tax regulations
  • VAT - Value Added Tax regulations
  • Succession and Registration Rights - Succession and registration rights
  • Other - - Other document topics

documentType

Available types:
  • Administrative Guideline - Administrative guidelines and procedures
  • Court Verdict - Court decisions and verdicts
  • International Treaty - International treaties and agreements
  • Legislation - Formal laws and legislation
  • Parliamentary Question - Parliamentary questions and answers
  • Ruling - Administrative rulings and decisions
  • Other - Other document types

documentSource

Available sources:
  • Fisconet - Fisconet database
  • Vlabel - Vlabel database
  • CBN - CBN database
Looking for other sources? Request more sources via api-support@fyndera.be.

Response

array
object

Example Response

Error Responses

See Error Codes for detailed error information.

Rate Limits

By default, we process a maximum of 1.000 requests per hour. If you need different limits, contact api-support@fyndera.be.

Bulk data delivery

If you prefer data delivery outside of the API, we can provide:
  • JSONL exports containing one document per line
  • Delivery to your cloud bucket (S3, GCS, or Azure Blob) or shared bucket access
Include the time window, sources, and fields you need. Contact api-support@fyndera.be to arrange bulk delivery.