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
| Feature | Cito API | PandaScore | Official Riot API |
|---------|----------|------------|-------------------|
| Price | $50/mo | $2,000+/mo | N/A (limited access) |
| VCT Data | Planned | Yes | Limited |
| Setup Time | Waitlist | 2 weeks | Weeks to months |
| Rate Limits | Not live yet | Restricted | Very restricted |
| Feature | Cito API | PandaScore | Official Riot API |
|---|---|---|---|
| Price | Waitlist | $2,000+/mo | N/A (limited access) |
| VCT Data | Planned | ✓ Yes | Limited |
| Setup Time | Waitlist | 2 weeks | Weeks to months |
| Rate Limits | Not live yet | Restricted | Very 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/livePlanned live VCT matches
GET /api/v1/valorant/tournaments/livePlanned active VCT tournaments
GET /api/v1/valorant/players/:usernamePlanned player rank and stats
GET /api/v1/valorant/leaderboards/competitivePlanned 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.