> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fyndera.be/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the Fyndera API documentation

<Warning>These API docs are under construction and prone to change.</Warning>

# Introduction

Welcome to the Fyndera API! This API provides access to legislation and regulatory documents, allowing you to search, filter, and retrieve legal information programmatically.

## What is the Fyndera API?

The Fyndera API is a RESTful service that enables developers to:

* Search for legislation and regulatory documents
* Filter documents by various criteria including publication date, topic, type, and source
* Retrieve detailed document information including content, summaries, and metadata
* Access multilingual legal content

## Getting Started

To get started with the Fyndera API:

1. **Authentication**: Obtain your API credentials (see [Authentication](/api/authentication))
2. **Make your first request**: Try the [GET /legislation](/api/endpoints) endpoint
3. **Handle responses**: Understand the response format and error handling

## Base URL

All API requests should be made to:

```
https://api.fyndera.be/v1
```

## Rate Limits

By default, we process a maximum of 1.000 requests per hour. If you need
different limits, contact <a href="mailto:api-support@fyndera.be">[api-support@fyndera.be](mailto:api-support@fyndera.be)</a>.

## Support

Need help? Contact our support team at:

* Email: [api-support@fyndera.be](mailto:api-support@fyndera.be)
