Public API v1
Creator analytics, website intelligence, trending, rankings, and compare — over a versioned REST API. JSON only. Keyless to explore; managed keys (soon) lift 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.
Access
The full API is live at the anonymous tier — no key needed. Managed keys with higher limits are in private beta.
Higher rate limits, per-key usage analytics and quota management are coming with our commercial launch. Keys aren’t self-serve yet — request early access and we’ll reach out when the managed tier opens.
Request early accessEvery endpoint below is live right now at the anonymous tier — no key required. Just call it.
Authorization: Bearer <key> or x-api-key: <key>.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/discoverHomepage discovery feed: AI companies, rising websites + measured creator momentum./api/v1/breakoutCreators accelerating beyond their own baseline (measured)./api/v1/moversBiggest measured subscriber movers today./api/v1/categoriesBrowsable ranking verticals (category & country leaderboards)./api/v1/recommendationsCreators measurably similar to a given creator./api/v1/compareHead-to-head metrics./api/v1/keysManaged keys — private beta (request early access). Anonymous tier needs no key./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.