STOPHY

Introduction

The API to search YouTube, get transcripts, read comments, and inspect channels.

Stophy helps AI tools work with structured YouTube data.

Search videos, get timestamped transcripts, read threaded comments, inspect channels, and fetch playlists through one API. Each successful request returns structured JSON and uses one credit.

Base URL

https://api.stophy.dev

Endpoints

How it works

Every request to a /v1/* endpoint:

  1. Authenticates with your API key (Authorization: Bearer st_...)
  2. Deducts 1 credit on success
  3. Returns a consistent JSON envelope with success, requestId, cacheState, creditsUsed, creditsRemaining, and data

Get started

On this page