Docs

API reference

Get a book

GET /v1/books/{id}

Edition by fds_ed_ id.

Markdown Full spec OpenAPI

Edition by FullDatasets id.

MCP: get_book { "id": "fds_ed_37306635333664393039" }

When to use

You already stored an fds_ed_… from ISBN, match, or search. For a raw ISBN, use ISBN lookup instead.

Request

curl -sS -H "Authorization: Bearer $FDS_API_KEY" \
  https://api.fulldatasets.com/v1/books/fds_ed_37306635333664393039
Path Required Notes
id yes Edition id (fds_ed_…)

Response

  • 200book object
  • 301 — id was merged; Location is /v1/books/{surviving_id}. Follow it.
  • 404 — unknown id

Cached 24h after auth (X-Cache).

See also