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.

Get an API Key

Endpoints

GET/api/v1/toolsList tools — ?search=&category=&page=&limit=
GET/api/v1/tools/{slug}Get a single tool by slug
GET/api/v1/categoriesList all categories

Every request needs an x-api-key header. Example: curl -H "x-api-key: YOUR_KEY" https://alverhub.com/api/v1/tools

Developers — Public API | AlverHub