Topic listings, paginated feeds, article summaries, and citation metadata.
Article Details
ASYNCREADNo auth
Returns a full article with summary, body, source institution, and citation references.
ParametersFormJSON
Four-digit release year from the article URL path (/releases/{year}/{month}/{slug}.htm)
Two-digit release month from the article URL path
Article filename stem (without .htm) identifying the release page
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_sciencedaily_com_article_detail", "params": { "year": "2026", "month": "04", "article_slug": "260402042740" } }'