Public API v1
Creator analytics, website intelligence, trending, rankings, and compare — over a versioned REST API. JSON only. Keyless to explore; an API key lifts your limits.
Edge-cached responses, sub-150ms where warm.
Every field labelled live, measured, inferred, or estimated.
Import the spec into Swagger, Postman, or your codegen.
Authentication
Self-serve, stored securely, shown once. Send it as a Bearer token or x-api-key header.
Free tier: 5,000 requests/day, 120/min. Keyless requests also work at a lower anonymous tier. Your key is shown once — store it securely.
Quickstart
A minimal call to a channel's Metrix Scores. Every endpoint follows the same shape.
curl -H "Authorization: Bearer $METRIXALL_KEY" \
"https://metrixall.com/api/v1/youtube/mrbeast/score"Reference
All responses are JSON with a { data, meta } envelope and rate-limit headers.
/api/v1/searchUniversal entity search./api/v1/youtube/{channel}Public profile + headline stats./api/v1/youtube/{channel}/historyMeasured daily snapshots./api/v1/youtube/{channel}/videosRecent + top videos./api/v1/youtube/{channel}/growthMeasured growth (estimated fallback)./api/v1/youtube/{channel}/revenueEstimated ad-revenue ranges./api/v1/youtube/{channel}/trendingMomentum + cohort rank./api/v1/youtube/{channel}/scoreMetrix Scores (0–100)./api/v1/website/{domain}Profile + estimated traffic + live identity./api/v1/website/{domain}/technologyInferred technology stack./api/v1/website/{domain}/securityLive HTTPS, TLS + security headers./api/v1/website/{domain}/seoLive metadata, robots, sitemap, social./api/v1/rankingsA MetrixAll leaderboard./api/v1/trendingMeasured trending lists./api/v1/liveReal-time leaderboard: intraday movers + breakouts./api/v1/compareHead-to-head metrics./api/v1/keysMint a self-serve API key (returned once)./api/v1/keys/rotateRotate the presented key./api/v1/keys/usageUsage for the presented key.Private, channel-owner-authorized analytics (audience demographics, retention, real revenue) will be available to verified creators through OAuth. Public endpoints never expose private data. Learn more.