Retour à la bibliothèque
API Kick User Info
Retrieve complete public channel data from Kick including streamer profile, follower count, live status, and recent categories.
Actif1 crédit = 1 requêteGET/v2/kick/user/info
Vue d'ensemble de l'endpoint
Documentation détaillée, tarifs et exemples d'utilisation.
Chargement…
Exemples de code
Bash
curl --location --request GET 'https://api.piloterr.com/v2/kick/user/info' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Remplacez <token> par votre clé API, puis exécutez la requête depuis votre terminal ou votre application.
Essayer gratuitementExemple de réponse
JSON
{
"id": 668,
"role": null,
"slug": "xqc",
"user": {
"id": 676,
"bio": "THE BEST AT ABSOLUTELY EVERYTHING. THE JUICER. LEADER OF THE JUICERS.",
"city": null,
"gender": null,
"discord": "xqcow",
"twitter": "xqc",
"youtube": "channel/UCmDTrq0LNgPodDOFZiSbsww",
"username": "xQc",
"instagram": "xqcow1/",
"profile_pic": "https://files.kick.com/images/user/676/profile_image/conversion/931b4e8f-5445-427c-bd82-b473530390cc-fullsize.webp"
},
"muted": false,
"user_id": 676,
"verified": true,
"is_banned": false,
"livestream": null,
"vod_enabled": true,
"banner_image": {
"url": "https://files.kick.com/images/channel/668/banner_image/6fcf7418-df00-460b-9467-1fa95b8eb981"
},
"playback_url": "https://fa723fc1b171.us-west-2.playback.live-video.net/api/video/v1/us-west-2.196233775518.channel.DsuAwCgUc9Bh.m3u8",
"follower_badges": [],
"followers_count": 1053235,
"recent_categories": [
{
"id": 8549,
"name": "IRL",
"slug": "irl",
"tags": [
"IRL",
"Adventure"
]
}
],
"subscription_enabled": true
}Intégrations
Intégrez Kick User Info avec vos outils préférés.
Tarifs
1 crédit par requête
Avis
5 / 5 (58 avis)
66 utilisateurs actifs
392K requêtes
12ms temps de réponse moyen
Méthode
GET, POST
Chemin
/v2/kick/user/info
Statut
Actif
Collections