---
title: "Gets quotes by a specific author"
method: GET
path: "/quotes/author/{author}"
tags: ["quote-operations"]
---

# Gets quotes by a specific author

`GET /quotes/author/{author}`

Retrieves a list of quotes associated with the provided author's name.

## Path parameters

- `author` string, required

## Response `200`

Successful retrieval of quotes by author

- Quote[]
  - `id` integer
  - `author` string
  - `quote` string

## Other responses

- `404` — Author not found
- `500` — Internal server error

---

[API](https://skmtc.net/google/apis/quote-api.md) · [All operations](https://skmtc.net/google/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/quote-api/versions/4359031ab455/schema)
