GET
/books/{id}
curl \
--request GET 'http://api.example.com/books/{id}'
Response examples (200)
{
"@context": "string",
"@id": "string",
"@type": "string",
"id": 42,
"isbn": "string",
"title": "string",
"description": "string",
"author": "string",
"publicationDate": "2026-05-04T09:42:00Z",
"reviews": [
"string"
]
}
Response examples (200)
{
"id": 42,
"isbn": "string",
"title": "string",
"description": "string",
"author": "string",
"publicationDate": "2026-05-04T09:42:00Z",
"reviews": [
"string"
]
}