REST API Β· JSON Β· 10,000+ Tools

Build with the AI Tools API

Access our entire database of 10,000+ AI tools via clean REST API. Search, filter, discover β€” power your app with AI tool data.

example.js
// Fetch AI tools by category
const res = await fetch(
  'https://allaitoollist.com/api/tools?category=Writing&pricing=Free',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    }
  }
);

const { tools } = await res.json();
console.log(tools[0]);
// { name: "ChatGPT", category: "Writing", pricing: "Freemium", ... }
Get Free API Key
10,000+
AI Tools
80+
Categories
99.9%
Uptime
500+
API Keys Issued

Available Endpoints

Base URL: https://allaitoollist.com

GET/api/toolsList all tools with filters (category, pricing, search)
GET/api/tools/:slugGet full details for a specific tool
GET/api/categoriesList all tool categories with counts
GET/api/tools/trendingGet currently trending AI tools
GET/api/tools/featuredGet featured/editor-picked tools
GET/api/tools/:slug/alternativesGet alternatives for a specific tool

API Pricing

Start free, scale as you grow.

100 req/day

Free

$0/month
  • 100 API requests/day
  • Tools search endpoint
  • Basic tool data (name, category, pricing)
  • JSON responses
  • Community support
Get Free Key
Most Popular
10,000 req/day

Pro

$29/month
  • 10,000 API requests/day
  • All endpoints included
  • Full tool data (descriptions, tags, URLs)
  • Categories & use-cases API
  • Trending & featured tools
  • Email support
Unlimited

Enterprise

$199/month
  • Unlimited API requests
  • All Pro features
  • Webhooks (new tools, updates)
  • Bulk data export (CSV/JSON)
  • White-label data usage
  • SLA + dedicated support
  • Custom data fields

Questions?

We respond within 24 hours. Enterprise customers get a dedicated Slack channel.

Contact Us β†’