Porta i rating PadelRank in tempo reale nell'app, sugli schermi o sul sito del tuo club.
Autentica ogni richiesta con la tua chiave API, tramite un'intestazione Authorization: Bearer o un parametro ?key=.
curl "function(){throw Error("Attempted to call RATING_API_BASE() from the server but RATING_API_BASE is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")}/v1/player?username=demoplayer" \
-H "Authorization: Bearer prk_your_key_here"https://us-central1-paddlerank-app.cloudfunctions.net/ratingApi/v1/player?username=<username>Rating, affidabilità, partite e posizione di un singolo giocatore.
/v1/rankings?country=<ISO2>&limit=<1-100>Migliori giocatori, a livello globale o per paese (ISO 3166 alfa-2).
{
"player": {
"username": "demoplayer",
"name": "Demo Player",
"rating": 18,
"reliability": 72,
"matches": 24,
"country": "ES",
"city": "Madrid"
}
}Crea una chiave per iniziare. La chiave completa viene mostrata una sola volta, conservala al sicuro.
Caricamento…