Public API
A read-only API to access the Madeira site catalog. No key, no auth.
Endpoints
| Method | Endpoint | Parameters |
|---|---|---|
GET | /api/v1/sites | q, category, tag, page, per_page (≤50) |
GET | /api/v1/sites/{slug} | — |
GET | /api/v1/categories | — |
Example response
{
"data": [
{
"slug": "visitmadeira",
"name": "Visit Madeira",
"url": "https://visitmadeira.com",
"domain": "visitmadeira.com",
"description_en": "Official tourism board of Madeira.",
"tags": ["tourism", "official"],
"is_official": true,
"clicks": 128,
"category": { "slug": "turismo", "name_en": "Tourism" }
}
],
"page": 1,
"per_page": 20,
"total": 97
}Notes
The API is rate-limited per IP. Cache responses where possible.
Atom feed of the newest sites: /en/feed.xml