Voie API
Programmatic access to Europe's largest index of digital infrastructure providers. Search, filter, and integrate 1,400+ providers across 23 categories.
Try it
What you're querying
Documentation
Authentication
Pass your API key via the Authorization header or as a query parameter:
Rate limits reset daily at midnight UTC.
| Tier | Daily limit |
|---|---|
| Free | 100 requests |
| Pro | 10,000 requests |
| Enterprise | 100,000 requests |
GET /api/v1/topics List all topics
Returns all topic categories with subtopic and provider counts.
Example request
Example response
GET /api/v1/subtopics List subtopics
Returns all subtopics with provider counts. Filter by topic_id to get subtopics for a specific category.
Query parameters
| Param | Type | Description |
|---|---|---|
topic_id | integer | Filter by topic (optional) |
Example request
Example response
GET /api/v1/providers Filterable provider list
Returns paginated providers. Supports filtering by topic, subtopic, and offering attributes.
Query parameters
| Param | Type | Description |
|---|---|---|
topic_id | integer | Filter by topic |
subtopic_id | integer | Filter by subtopic |
free_tier | 0 | 1 | Filter by free tier availability |
has_api | 0 | 1 | Filter by API availability |
page | integer | Page number (default 1) |
per_page | integer | Results per page (default 25, max 100) |
Example request
Example response
GET /api/v1/search?q= Unified search
Multi-layer search across providers, subtopics, and competitor mappings. Supports natural language queries.
Query parameters
| Param | Type | Description |
|---|---|---|
q | string | Search query (required) |
Example request
Example response
GET /api/v1/stats Catalog statistics
Returns aggregate statistics about the Voie catalog.
Example request
Example response
Get your API key
Your API key is generated immediately. To keep it active, confirm your email within 7 days — we'll be in touch shortly.