---
title: "List Author Guides"
method: GET
path: "/guides/user/{username}"
tags: ["guides"]
---

# List Author Guides

`GET /guides/user/{username}`

List public guides by a user, for the 'More by this author' section.

## Path parameters

- `username` string, required

## Query parameters

- `exclude_slug` string, nullable
- `limit` integer

## Response `200`

Successful Response

- AuthorGuidesResponse — List of public guides by an author.
  - `username` string, required
  - `creator_name` string, nullable
  - `guides` AuthorGuidePreview[], required
    - `slug` string, required
    - `title` string, nullable
    - `hero_photo_url` string, nullable
    - `hero_portrait_photo_url` string, nullable
    - `extracted_destination_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
