Team Midnite API v2.4
API Live & Operational
Main Site Twitch Team
High-Throughput Creator Data Engine

Unified Creator & Stream APIs
Built for Team Midnite & Partners

Real-time Twitch Helix synchronization, cross-platform Velora & VPZone integration, rolling metrics, and partner community rosters for bots, dashboards, overlays, and apps.

Active Team Creators
61+
Twitch & VPZone verified members
Response Time
< 25ms
Cached in-memory & edge ready
Supported Platforms
3
Twitch, Velora & VPZone
Twitch Helix Slug
sutv / midnite
Auto-aliased: /teams/teammidnite
GET

Main Team Roster (Merged)

https://api.teammidnite.tv/teams/main

Retrieves the complete, authoritative Team Midnite membership roster. Combines live Twitch Helix membership and VPZone verified links with live stream statuses, categories, viewer counts, and About-panel social links.

Cache: 60s Public Endpoint JSON Response
curl -X GET "https://api.teammidnite.tv/teams/main"
GET

Team Midnite Aliases

https://api.teammidnite.tv/teams/teammidnite

Friendly alias routing for external apps and bots. Automatically resolves queries for /teams/teammidnite, /teams/midnite, and /teams/TeamMidnite directly to the full Team Midnite roster.

curl -X GET "https://api.teammidnite.tv/teams/teammidnite"
GET

Twitch-Native Team (sutv)

https://api.teammidnite.tv/teams/sutv

Direct Twitch Helix team roster enriched with total follower counts, durable rolling 7-day watch hours, airtime, and stream metrics collected natively.

curl -X GET "https://api.teammidnite.tv/teams/sutv"
GET

Team Metrics & Rolling Stats

https://api.teammidnite.tv/teams/sutv/stats

Returns aggregate rolling 7-day streaming statistics (hours watched, broadcast airtime, active streams, peak viewers) without delivering the full member payload.

curl -X GET "https://api.teammidnite.tv/teams/sutv/stats"
GET

Velora Multi-Platform Team

https://api.teammidnite.tv/teams/velora

Fetches Team Midnite creators and live streams from the official Velora.tv platform integration, formatted identically for uniform cross-platform display.

curl -X GET "https://api.teammidnite.tv/teams/velora"
GET

Velora Live Streams Feed

https://api.teammidnite.tv/teams/velora/live

A lightweight live streams feed curated for Discord auto-announcement bots, shoutout systems, OBS overlays, and real-time live tickers.

curl -X GET "https://api.teammidnite.tv/teams/velora/live"
GET

The Beanary Team

https://api.teammidnite.tv/teams/beanary

Returns the full live roster and member statuses for our allied partner team, The Beanary.

curl -X GET "https://api.teammidnite.tv/teams/beanary"
GET

KlumaArmy Roster & Live Streams

https://api.teammidnite.tv/teams/ka

Returns the full roster, live stream status, and creator social links for KlumaArmy (also accessible via /teams/klumaarmy).

curl -X GET "https://api.teammidnite.tv/teams/ka"
GET

Twitch App Token Validator

https://api.teammidnite.tv/twitch-auth/validate

Returns an active Twitch Client Credentials token and Client ID for authorized internal scripts and bot services.

curl -X GET "https://api.teammidnite.tv/twitch-auth/validate"
Copied to clipboard!