ConsoleCatalog
Sign in
Goodreads logo

Goodreads

goodreads.comNews Mediano auth

Book catalog - titles, ratings, genres, author profiles, and curated lists.

Author Details

ASYNCREADNo auth

Returns an author profile with name, image, genres, and their books with ratings.

ParametersFormJSON

Goodreads author ID. e.g. "7327369.James_Clear" or "7327369"

cost: 3 credits · 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": "gr_author_details",
    "params": {
      "author_id": "7327369"
    }
  }'