Public API

Developers

Read-only access to the Research Radar dataset. Stable JSON, cursor pagination, no auth required for public endpoints.

All endpoints below are read-only and return JSON, served directly from https://ai-research-radar-api.onrender.com/api/v1. Requests are unauthenticated by default and rate-limited per IP.

Papers

  • GET/api/v1/papersList & filter papers (cursor paginated).
  • GET/api/v1/papers/{id}Full paper detail incl. AI summary.
  • GET/api/v1/papers/{id}/relatedSemantically related papers.
  • GET/api/v1/papers/compare?ids=a,bSide-by-side compare (up to 4).

Trends & Models

  • GET/api/v1/trendsCategory momentum & growth signals.
  • GET/api/v1/trends/{slug}Single category trend detail.
  • GET/api/v1/modelsTrending open-weights models.
  • GET/api/v1/models/{id}Model detail & adoption history.

Search & Graph

  • GET/api/v1/search?q=Hybrid semantic + keyword search.
  • GET/api/v1/graph/paper/{id}Citation / concept neighborhood.

Intelligence

  • GET/api/v1/intelligence/sleeping-giantsUnder-cited breakout candidates.
  • GET/api/v1/intelligence/frontierCategory explosion probabilities.
  • GET/api/v1/intelligence/dna/{id}Conceptual composition of a paper.
  • GET/api/v1/intelligence/narrativesAI-written state-of-the-field.

Example

curl -s https://ai-research-radar-api.onrender.com/api/v1/papers \
  -H "Accept: application/json"

Rate limits

Anonymous requests are limited per IP — no key required to explore the data. The API supports a higher-limit X-API-Key tier internally, but there's no public self-serve signup for one yet.