API Documentation

Reference documentation for all 0 endpoints across 0 API products.

Authentication

All requests require a Bearer token in the Authorization header. Register for a free API key.

Authorization: Bearer YOUR_API_TOKEN
Base URL https://feddataapi.com

Response Format

All endpoints return JSON with a consistent envelope. List endpoints include pagination metadata.

{
  "data": [...],
  "total": 1234,
  "page": 1,
  "per_page": 50
}

Error responses use standard HTTP status codes (400, 401, 404, 429) with a message field.