---
title: "GET /podcasts/{podcastId}"
method: GET
path: "/podcasts/{podcastId}"
tags: ["Podcast"]
---

# GET /podcasts/{podcastId}

`GET /podcasts/{podcastId}`

Get a single Podcast.

## Path parameters

- `podcastId` string, required

## Response `200`

200 response

- SinglePodcast
  - `podcast` SinglePodcastPodcast
    - `podcastId` integer
    - `categoryId` integer
    - `featuredId` integer
    - `category` object
      - `id` integer
      - `name` string
    - `featured` object
      - `id` integer
      - `name` string
    - `title` string
    - `author` string
    - `image` string
    - `url` string
    - `episodes` integer
    - `keywords` string
    - `description` string
    - `website` string
    - `latest_episode_time` string

## Other responses

- `404` — 404 response
- `500` — 500 response

---

[API](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production.md) · [All operations](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubhopper/hubhopper-partner-integration-api-s-production/revisions/6b96d896e717/schema)
