---
title: "Get the YP protocol data"
method: GET
path: "/yp"
tags: ["Internal"]
---

# Get the YP protocol data

`GET /yp`

## Response `200`

The current YP protocol configuration

- YPDetails
  - `lastConnectTime` string
  - `name` string
  - `description` string
  - `streamTitle` string
  - `logo` string
  - `tags` string[]
  - `social` SocialHandle[]
    - `platform` string
    - `url` string
    - `icon` string
  - `viewerCount` integer
  - `overallMaxViewerCount` integer
  - `sessionMaxViewerCount` integer
  - `nsfw` boolean
  - `online` boolean

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.net/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owncast/owncast-apis/versions/d3510588e78e/schema)
