AI Tools Database
Comprehensive database of 50+ AI tools with pricing, features, ratings and comparisons. Search, filter, and compare AI tools instantly.
AI Tools Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| Info | ||
| GET |
root__get / |
API root - returns basic info and available endpoints. |
| Tools | ||
| GET |
get_tool_by_id_tools__tool_id__get /tools/{tool_id} |
Get detailed information about a specific AI tool. - **tool_id**: The unique identifier of the tool (e.g., 'chatgpt', 'claude', 'midjourney') |
| GET |
get_all_tools_tools_get /tools |
Get all AI tools with pagination. - **limit**: Maximum number of tools to return (1-100) - **offset**: Number of tools to skip for pagination - **sort_by**: Field to sort by… |
| GET |
get_tools_by_category_tools_category__category__get /tools/category/{category} |
Get all tools in a specific category. - **category**: Category name (e.g., 'AI Chatbot', 'Image Generation', 'Code Assistant') |
| GET |
search_tools_tools_search_get /tools/search |
Search for AI tools by name, description, or features. - **q**: Search query (required) - **category**: Optional category filter - **free_only**: Only return tools with free tier… |
| Pricing | ||
| GET |
get_tool_pricing_pricing__tool_id__get /pricing/{tool_id} |
Get detailed pricing information for a specific tool. - **tool_id**: The unique identifier of the tool Returns pricing tiers, features per tier, and whether a free tier exists. |
| Compare | ||
| GET |
compare_tools_compare_get /compare |
Compare multiple AI tools side by side. - **tools**: Comma-separated list of tool IDs (e.g., 'chatgpt,claude,gemini') Returns detailed comparison including features, pricing, and… |
| Statistics | ||
| GET |
get_stats_stats_get /stats |
Get database statistics. Returns total tools count, category breakdown, and other aggregate data. |
| Categories | ||
| GET |
get_categories_categories_get /categories |
Get all available categories with tool counts. Returns a list of all categories and the number of tools in each. |
| System | ||
| GET |
health_check_health_get /health |
Health check endpoint for monitoring. |
AI Tools Database pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|