GET https://api.i-as.dev/api/google/books?q={query}&page={value}
GET https://api.i-as.dev/api/google/books?q=html&page=1
{
"totalItems": "value",
"books": [
{
"title": "string",
"subtitle": "string",
"author": "string",
"type": "string",
"category": "string",
"price": {
"amount": "value",
"currencyCode": "string"
},
"priceRetail": {
"amount": "value",
"currencyCode": "string"
},
"description": "string",
"images": {
"smallThumbnail": "url",
"thumbnail": "url"
},
"review": "url"
}
// More books data can be included
]
}
Let me know if you'd like any further explanation or examples!