List Technologies
Use the technologies listing endpoint to browse supported vendors, categories, slugs, and approximate adoption coverage.
Endpoint
GET /v1/technologies
| Parameter | Type | Description |
|---|---|---|
| page | integer | 1-based page number |
| limit | integer | Results per page. Max 100 |
| category | string | Filter by technology category |
| q | string | Search by name or slug |
Response
{
"data": [
{
"id": "tech_01",
"name": "Cloudbeds",
"slug": "cloudbeds",
"category": "Property Management",
"company_count": 18000,
"market_share": 8
}
]
}