---
title: "GET /textbooks/{term}/{subject}/{code}"
method: GET
path: "/textbooks/{term}/{subject}/{code}"
---

# GET /textbooks/{term}/{subject}/{code}

`GET /textbooks/{term}/{subject}/{code}`

## Path parameters

- `term` '202001' | '202005' | '202009' | '202101' | '202105' | '202109' | '202201' | '202205' | '202209' | '202301' | '202305' | '202309' | '202401', required
- `subject` string, required
- `code` string, required

## Response `200`

Ok

- union
  - TextbookInfo
    - `subject` string, required
    - `code` string, required
    - `term` string, required
    - `sections` CourseTextbook[], required
      - `textbooks` ExtendedTextbook[], required
        - `instructor` string
        - `isbn` string
        - `price` object, required
          - `newAndDigitalAccessCad` string
          - `digitalAccessCad` string
          - `usedCad` string
          - `newCad` string
        - `required` boolean, required
        - `authors` string[]
        - `title` string, required
        - `imageUrl` string
        - `bookstoreUrl` string
        - `amazonUrl` string
        - `isbn10` string
      - `instructor` string
      - `additionalInfo` string[]
      - `section` string
  - unknown

## Other responses

- `404` — Textbooks Not Found

---

[API](https://skmtc.net/vikelabs/apis/functions.md) · [All operations](https://skmtc.net/vikelabs/apis/functions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vikelabs/functions/versions/5043f9148dcf/schema)
