From 1468e6af0cae6c6ac53c87bb922ba94d5d1c5697 Mon Sep 17 00:00:00 2001 From: loco306 Date: Sat, 27 Jun 2026 02:34:42 -0500 Subject: [PATCH] docs(faqs): clarify kick.com/api/v2 internal endpoints are unsupported Co-Authored-By: Claude Opus 4.8 (1M context) --- apis/faqs.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apis/faqs.md b/apis/faqs.md index 3857956..1bde6c4 100644 --- a/apis/faqs.md +++ b/apis/faqs.md @@ -59,3 +59,15 @@ To do so: After following the above steps, you should be able to send requests by clicking the "Send" button on the top of the modal. + +
+ +Can I use the kick.com/api/v2 internal endpoints in production? + +No. Endpoints such as `https://kick.com/api/v2/channels/{username}` are **internal endpoints** that power the Kick website. They are **not part of the Public API**, are **not intended for third-party use**, and may **change or break without notice**. + +For production integrations, only rely on the documented Public API endpoints listed on this site (hosted at `https://api.kick.com`). These are versioned and supported. + +If a documented endpoint is missing a field you need, or you need a brand new endpoint, please raise an **Endpoint request** or **Feature request** via [GitHub Issues](https://github.com/KickEngineering/KickDevDocs/issues) so it can be considered for the Public API. + +