📡 API Publică RCFM.RO
Integrează datele RCFM în aplicația ta
ℹ️ Informații Generale
- Base URL:
https://rcfm.ro/api - Format: JSON
- Rate Limit: 100 cereri pe oră per IP
- Autentificare: Nu este necesară pentru endpoint-urile publice
📋 Endpoint-uri
/api/public/squadsLista squad-urilor active (status SEARCHING)
Response: Squad[] cu game, squadMembers
/api/public/tournamentsLista turneelor cu echipe înscrise
Response: Tournament[] cu game, teams
/api/public/leaderboardTop 100 jucători după reputație
Response: User[] (id, username, avatar, reputation, wins, losses)
/api/public/locationsNumăr jucători per oraș
Response: Record<city, count>
/api/public/eventsEvenimente gaming viitoare
Response: GamingEvent[]
/api/public/metaMeta curent per joc
Response: MetaEntry[]
/api/gamesLista tuturor jocurilor
Response: Game[] (id, name, slug, coverUrl, maxPlayers)
/api/statsStatistici platformă
Response: { activeSquads, totalPlayers, totalServers, totalTournaments, games }
/api/stats/extendedStatistici extinse
Response: + totalTeams, totalSquadsEver
/api/elo/:gameIdClasament ELO per joc
Response: EloRating[] (userId, gameId, elo, wins, losses)
/api/mentorsLista mentorilor activi
Response: Mentor[] (userId, gameId, rating, sessions)