Skip to content

Transcripts · cs

Czech YouTube transcripts

Čeština

Czech (`cs`) uses the code `cs`, not `cz`. Háčky and čárky stay in the JSON. If `/languages` is empty for `cs`, `translate=cs` is the fallback.

curl
curl "https://api.ytapi.dev/v1/transcripts/dQw4w9WgXcQ?lang=cs" \
  -H "Authorization: Bearer yta_YOUR_KEY"
Example 200
{
  "video_id": "dQw4w9WgXcQ",
  "lang": "cs",
  "is_auto_generated": true,
  "is_translated": true,
  "segments": [
    {
      "start": 18,
      "duration": 4.2,
      "text": "Lásce nejsme cizí"
    },
    {
      "start": 22.2,
      "duration": 4.8,
      "text": "Ty znáš pravidla a já taky"
    }
  ]
}

Probe available tracks first with the free GET /v1/transcripts/{id}/languages endpoint — 0 credits. Fetching the transcript itself is 1 credit on HTTP 200; missing tracks return transcript_language_not_available and are not billed.

Other languages