Stream Empire
Hub / Public API
v1 free · rate-limited · no auth

One API,
every vertical.

Carried from the POC (already live on twitchdrops.app) and extended across the graph. Research showed a free public API is a proven moat + backlink magnet in this space — TwitchTracker and 7TV both run one.

Endpoints

shared envelope · 60 req/min per IP
EndpointReturnsVertical
/api/v1/gamesgames with live/expired campaigns (?status, ?publisher)drops
/api/v1/games/:slugfull campaign + reward chains for a gamedrops
/api/v1/badgesbadges (?obtainable=now, ?type=global|channel)badges
/api/v1/badges/:slugbadge with acquisition rule + windowsbadges
/api/v1/emotes/searchcross-provider emote search (?q, ?provider)emotes
/api/v1/streamers/:handleprofile + live eligibility + campaign historydatabase
/api/v1/collectibles/:idany collectible — the spine, directlyall

Envelope

{
  "data": { … },
  "meta": {
    "scrapedAt":  "2026-07-19T14:00:12Z",
    "dataAge":    312,
    "generatedAt":"2026-07-19T14:05:24Z"
  }
}

Who it's for

Chatbots (!drops), browser extensions, Discord bots, and other sites — every consumer is a backlink and a distribution channel.

Same POC contract Envelope, rate limiting and ETag caching carry over from twitchdrops.app's live API v1 — proven in production, now served from KV at the edge.