---
title: "Get Featured Guides"
method: GET
path: "/guides/featured"
tags: ["guides"]
---

# Get Featured Guides

`GET /guides/featured`

Return recently published public guides for the landing page.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- FeaturedGuideEntry[]
  - `username` string, required
  - `creator_name` string, nullable
  - `slug` string, required
  - `title` string, nullable
  - `hero_photo_url` string, nullable
  - `hero_portrait_photo_url` string, nullable
  - `extracted_destination_name` string, nullable
  - `kudos_count` integer

## 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)
