ConsoleCatalog
Sign in
OpenAlex logo

OpenAlex

openalex.orgResearchno auth

Scholarly papers, authors, institutions, and citations.

Author Details

ASYNCREADNo auth

Returns full details for a single academic author.

ParametersFormJSON

OpenAlex author ID e.g. `"A5023888391"` or full URL

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": "oa_author_details",
    "params": {
      "author_id": "A5023888391"
    }
  }'