Skip to content

Developers

Read API (v1)

Query the AgingNexus corpus programmatically. Authenticate with a personal API key (create one under Settings → API keys). Calls are metered against your AI credits and rate-limited.

Authentication

curl -H "Authorization: Bearer an_live_xxx" \
  "https://www.agingnexus.com/api/v1/search?q=senescence&per_page=5"

Endpoints

MethodPathReturns
GET/api/v1/searchpaged results (q, facets, oa, year_from/to, sort, page, per_page)
GET/api/v1/works/{slug}a work incl. abstract, authors, categories
GET/api/v1/authors/{slug}author + their works
GET/api/v1/topics/{slug}a taxonomy topic + work count

Pricing & limits

Terms

Metadata is CC0/CC-BY per source; respect each work’s license. Full text is served only where the license permits — otherwise link to the canonical source. Don’t rehost paywalled content.