Download OpenAPI specification:Download
| type | string Enum: "Fiction" "Non-Fiction" Only get books of a specific type. When |
| topic | string Only return books of the provided topic. |
{- "books": [
- {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string",
- "topic": "string",
- "publication_date": "string",
- "pages": 0
}
]
}| title | string |
| type | string |
| author | string |
| topic | string |
| publication_date | string |
| pages | integer |
{- "title": "string",
- "type": "string",
- "author": "string",
- "topic": "string",
- "publication_date": "string",
- "pages": 0
}{- "book": {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string",
- "topic": "string",
- "publication_date": "string",
- "pages": 0
}
}| title | string |
| type | string |
| author | string |
| topic | string |
| publication_date | string |
| pages | integer |
{- "title": "string",
- "type": "string",
- "author": "string",
- "topic": "string",
- "publication_date": "string",
- "pages": 0
}{- "book": {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string",
- "topic": "string",
- "publication_date": "string",
- "pages": 0
}
}| name | string |
| age | integer |
| type | string |
| breed | string |
| has_microchip | boolean |
{- "name": "string",
- "age": 0,
- "type": "string",
- "breed": "string",
- "has_microchip": true
}{- "pet": {
- "id": 0,
- "name": "string",
- "age": 0,
- "type": "string",
- "breed": "string",
- "has_microchip": true
}
}| name | string |
| age | integer |
| type | string |
| breed | string |
| has_microchip | boolean |
{- "name": "string",
- "age": 0,
- "type": "string",
- "breed": "string",
- "has_microchip": true
}{- "pet": {
- "id": 0,
- "name": "string",
- "age": 0,
- "type": "string",
- "breed": "string",
- "has_microchip": true
}
}