Valorant API for Developers

Valorant API coverage is not generally available yet. Join the waitlist and we will notify you when VCT endpoints open.

Join the Valorant API Waitlist

curl -X POST "https://api.citoapi.com/api/v1/waitlist" \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","product":"valorant","source":"valorant-landing"}'

Pricing Comparison

FeatureCito APIPandaScoreOfficial Riot API
PriceWaitlist$2,000+/moN/A (limited access)
VCT DataPlanned✓ YesLimited
Setup TimeWaitlist2 weeksWeeks to months
Rate LimitsNot live yetRestrictedVery restricted

Waitlist Example

Valorant endpoints are not generally available yet. Register interest with this live waitlist endpoint:

await fetch("https://api.citoapi.com/api/v1/waitlist", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    email: "you@example.com",
    product: "valorant",
    useCase: "Discord bot for VCT alerts"
  })
});

Why Developers Choose Cito vs PandaScore

💰 Price

Waitlist now while enterprise VCT providers stay expensive

No sales process

Tell us the exact VCT data you need before the API opens

💬 Discord community

Get help choosing a supported Cito API while Valorant is planned

Planned Endpoint Coverage

GET /api/v1/valorant/matches/live

Planned live VCT matches

GET /api/v1/valorant/tournaments/live

Planned active VCT tournaments

GET /api/v1/valorant/players/:username

Planned player rank and stats

GET /api/v1/valorant/leaderboards/competitive

Planned competitive leaderboards

Current status: Valorant coverage is planned and not generally available yet.

Want early access to Valorant data?

Join the waitlist. If you need working data today, use the supported Call of Duty, Fortnite, League of Legends, Dota 2, Apex, or UFC APIs.