---
title: "Retrieve an author"
method: GET
path: "/authors/{id}"
tags: ["Author"]
---

# Retrieve an author

`GET /authors/{id}`

## Response `200`

Author retrieved successfully

- Author
  - `id` string — The author ID
  - `birthDate` string, YYYY-MM-DD, nullable — The date of birth of the author
  - `country` string, nullable — The country where the author from
  - `link` string, nullable — The link to the author biography
  - `name` string — The author name
  - `picture` string, nullable — The link to the author picture

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/osscameroon/apis/programming-languages-api.md) · [All operations](https://skmtc.dev/osscameroon/apis/programming-languages-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osscameroon/programming-languages-api/revisions/eda603bb63e2/schema)
