AgentHub API
A small, read-only JSON API for exploring AI agents, frameworks and agentic tools. The public API is available without authentication and is subject to fair-use limits.
Base URL
https://ai-agents-hub.online/api
Endpoints
GET /api/entriesBrowse the catalog. Supports q, type, tag, source, osi_only, local_llm, mcp, sort, page and limit.
GET /api/entries/{slug}Fetch a project profile with catalog metadata and compliance flags.
GET /api/entries/{slug}/metricsRead snapshot-backed stars, forks, activity and growth history.
GET /api/entries/{slug}/alternativesFind related projects using type, tags and persisted score.
GET /api/trendingList projects ranked by snapshot-backed growth for a week or month.
GET /api/statusRead crawler, snapshot, email, queue and deployed-release health.
GET /api/statsReturn catalog totals and capability/category counts from the same data source used by the site.
GET /api/tagsReturn normalized catalog tags and counts.
Example
curl 'https://ai-agents-hub.online/api/entries?q=browser&sort=stars&limit=20'Data and limits
Metrics are sourced from scheduled snapshots. A project is marked as having insufficient history until enough snapshots exist; the API does not invent growth values. For the scoring and update cadence, see the methodology.
There is no public write API. Newsletter subscriptions use the website form and require explicit consent. Please cache responses and avoid high-frequency polling.