Back to home

API Documentation

Access our directory data programmatically

Public API Endpoints

Free to use, no authentication required

GET/api/tools

Returns all tools in the directory

GET/api/categories

Returns all categories

GET/api/stacks

Returns all recommended stacks

Example Response

{
  "tools": [
    {
      "id": "openrouter",
      "name": "OpenRouter",
      "category": "llm-api",
      "description": "...",
      "pricing": {
        "type": "freemium",
        "freeTier": "50 requests/day"
      }
    }
  ]
}

Rate Limits

  • • 100 requests per minute per IP
  • • No authentication required
  • • CORS enabled for client-side requests