---
title: "Get kickstart detail"
method: GET
path: "/api/kickstarts/{slug_path}"
tags: ["Kickstarts"]
---

# Get kickstart detail

`GET /api/kickstarts/{slug_path}`

## Path parameters

- `slug_path` string, required

## Response `200`

Success

- object
  - `data` MarkdownDetail, required
    - `id` string, nullable, required
    - `type` 'blogpost' | 'guide' | 'livestream' | 'kickstart' | 'page' | 'person', required
    - `title` string, required
    - `path` string, required
    - `url` string, required
    - `markdown_url` string, nullable, required
    - `description` string, nullable, required
    - `image` ApiImage, required
      - `url` string, required
      - `alt` string, nullable, required
    - `taxonomies` ApiTaxonomies, required
      - `subjects` string[], required
      - `technology` string[], required
    - `authors` ApiAuthor[], required
      - `uid` string, required
      - `name` string, required
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required
    - `canonical_url` string, nullable, required
    - `markdown` string, required

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/contentstack/apis/developers-contentstack-com-public-json-api.md) · [All operations](https://skmtc.net/contentstack/apis/developers-contentstack-com-public-json-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contentstack/developers-contentstack-com-public-json-api/revisions/bab9698880ef/schema)
