API Documentation
The RequestHunt API allows you to programmatically access feature requests collected from X, Reddit, and GitHub. Perfect for building AI agents, MCP integrations, or custom dashboards.
Quick Start
- Create an API key in your dashboard
- Make your first request using the example below
- Explore endpoints to find feature requests for your product
Example Request
curl -X GET "https://requesthunt.com/api/v1/requests?topic=kanban&limit=5" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Authentication
Learn how to authenticate your API requests
Rate Limits
Understand usage quotas and limits
List Requests
Fetch feature requests with filters
Search
Full-text search across all requests
MCP Integration
Use with Claude Desktop & Cursor
Agent Skill
Generate research reports with AI agents
Base URL
https://requesthunt.comAll API endpoints are relative to this base URL.