Games & Comics — entry 071 of 77

TETR.IO

Verified Jul 2026

TETR.IO's "Tetra Channel" API, documented right on the game's own about page, exposes read-only JSON endpoints under ch.tetr.io for player stats, records, leaderboards, and server-wide totals like games played and pieces placed. No key or account is required, but a live Origin-header probe against ch.tetr.io always reflects a fixed Access-Control-Allow-Origin: https://tetr.io regardless of the requesting origin, so browser code on any other site can't read the response directly even though server-side fetches work fine.

tetrisleaderboardsstatsno-auth
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/tetr-io/"><img src="https://greatapis.com/badge/tetr-io.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.