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

  1. Create an API key in your dashboard
  2. Make your first request using the example below
  3. 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"

Base URL

https://requesthunt.com

All API endpoints are relative to this base URL.