View Categories

List books

< 1 min read

GET/books

Code Samples #

  • 💻 cURL
  • 📄 JavaScript
  • 🐍 Python
  • 🐘 PHP
  • 🔷 C#
  • Java
Copy
curl --request GET \
  --url 'https://api.bookstore.example.com/v1/books' \
  --header 'X-API-Key: YOUR_API_KEY'

Returns A paginated list of books. Filter by genre.

Query Parameters #

NameTypeRequiredDescription
genrestringOptional
limitstringOptional

Responses #

200 — Successful response #

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.