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.| Parameter | Type | Description | Example Values |
|---|---|---|---|
publicationDate | string[] | Filter by publication date(s) | 2024-01-01, 2024-01-15 |
publicationDateFrom | string | Start date for date range filter | 2024-01-01 |
publicationDateTo | string | End date for date range filter | 2024-12-31 |
documentTopic | string[] | Filter by document topic(s) | Income Tax, VAT |
documentType | string[] | Filter by document type(s) | Legislation, Ruling |
documentSource | string[] | Filter by document source(s) | Fisconet, Vlabel |
Multiple Values
To pass multiple values for the same parameter, repeat the parameter name in the URL:["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
publicationDateFromandpublicationDateTofor date ranges
publicationDateFrom & publicationDateTo
Date format:YYYY-MM-DD
publicationDateFrom: Start date for range filter (inclusive) - documents published on or after this datepublicationDateTo: 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
publicationDatein the same request - Date range behavior: Returns documents published within the specified date range
documentTopic
Available topics:Customs- Customs and import/export regulationsExcise Duties- Excise duties and taxesIncome Tax- General income tax regulationsVAT- Value Added Tax regulationsSuccession and Registration Rights- Succession and registration rightsOther- - Other document topics
documentType
Available types:Administrative Guideline- Administrative guidelines and proceduresCourt Verdict- Court decisions and verdictsInternational Treaty- International treaties and agreementsLegislation- Formal laws and legislationParliamentary Question- Parliamentary questions and answersRuling- Administrative rulings and decisionsOther- Other document types
documentSource
Available sources:Fisconet- Fisconet databaseVlabel- Vlabel databaseCBN- CBN database
Looking for other sources? Request more sources via
[email protected].
Response
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 [email protected].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