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
| Method | Path | Returns |
|---|---|---|
| GET | /api/v1/search | paged 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
- $0.0002 per call, drawn from your prepaid AI credit balance.
- 60 requests/minute per key.
402when you’re out of credits;429when rate-limited;401for a missing/invalid/revoked key.
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.