---
title: "A specific sentence"
method: GET
path: "/sentences/{id}"
tags: ["Sentences"]
---

# A specific sentence

`GET /sentences/{id}`

## Response `200`

- object
  - `data` Sentence
    - `id` string
    - `sentence` string
    - `book` Book
      - `id` string
      - `name` string
      - `year` string

---

[API](https://skmtc.dev/randomlovecraft/apis/random-lovecraft.md) · [All operations](https://skmtc.dev/randomlovecraft/apis/random-lovecraft/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/randomlovecraft/random-lovecraft/revisions/cc27158696e8/schema)
