v1

latestOpenAPI 3.0.3MIT License2026-07-138912.6 KB
Author

Retrieve an author

get/authors/{id}

Path parameters

ID of the author to retrieve

Response

Author retrieved successfully

idstring

The author ID

birthDatestring YYYY-MM-DD nullable

The date of birth of the author

countrystring nullable

The country where the author from

linkstring nullable

The link to the author biography

namestring

The author name

picturestring nullable

The link to the author picture

Example response

{
  "id": "612103be20aaf1e4d5e85641",
  "birthDate": "1955-05-19",
  "country": "Canada",
  "link": "https://fr.wikipedia.org/wiki/James_Gosling",
  "name": "Jame Gosling",
  "picture": "https://link-to-picture.com/author-name"
}