---
title: "Get a single blog post"
method: GET
path: "/api/v1/blog/{slug}"
tags: ["Blog"]
---

# Get a single blog post

`GET /api/v1/blog/{slug}`

Fetch one blog post by slug, including the full article content.

## Path parameters

- `slug` string, required

## Response `200`

The blog post including full content.

- object
  - `data` BlogPost
    - `id` string
    - `title` string
    - `excerpt` string
    - `content` string — Full article content (single-post endpoint only).
    - `slug` string
    - `primaryCategory` string
    - `cancerTypeTags` string[]
    - `imageUrl` string, uri
    - `publishedAt` string, date-time

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `404` — The requested record was not found.
- `429` — Rate limit exceeded (100 requests/hour per key). Includes a Retry-After header.

---

[API](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api.md) · [All operations](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curecancerwithai/cure-cancer-with-ai-public-api/revisions/fd99aa2f2fd5/schema)
