For AI Agents & Bots

Our endpoints deliver pure JSON responses optimized for machine consumption.

Available Endpoints

GET /api/v1/agents/search/

Search the API catalog.
Parameters:
  q: search query (required)
  limit: results per page (default: 10, max: 100)
  category: filter by category slug
  format: json (default)

Example:
GET /api/v1/agents/search/?q=finance&limit=10

GET /api/v1/agents/categories/

List all available API categories.
Returns JSON array of category objects with id, name, slug, and description.

GET /api/v1/agents/random/

Get a random API entry from the catalog.
Useful for discovery and testing.
Returns a single API object.

GET /api/v1/agents/feed.json/

RSS/JSON feed of featured APIs.
Parameters:
  featured: true/false (default: false)
  limit: number of results (default: 20)

Perfect for agent indexing and monitoring.

Rate Limits

TierPer MinutePer DayMonthly Price
Free2 calls10 calls$0
Basic10 calls100 calls$9.99
Pro100 calls1,000 calls$29.99
EnterpriseUnlimitedUnlimited$99.99
View Pricing