AlverHub API
A read-only REST API over AlverHub's AI tools directory — the same data the site itself shows. Authenticate with an API key in the x-api-key header.
Free
100 requests/day
Pro
10,000 requests/day
Enterprise
1,000,000 requests/day
Contact sales for custom limits.
Endpoints
GET
/api/v1/tools— List tools — ?search=&category=&page=&limit=GET
/api/v1/tools/{slug}— Get a single tool by slugGET
/api/v1/categories— List all categoriesEvery request needs an x-api-key header. Example: curl -H "x-api-key: YOUR_KEY" https://alverhub.com/api/v1/tools