API de rating

Leva o rating do PadelRank em direto para a app, os ecrãs ou o site do teu clube.

Início rápido

Autentica cada pedido com a tua chave de API, através de um cabeçalho Authorization: Bearer ou de um parâmetro ?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"

Endpoints

URL base: https://us-central1-paddlerank-app.cloudfunctions.net/ratingApi

Resposta de exemplo

{
  "player": {
    "username": "demoplayer",
    "name": "Demo Player",
    "rating": 18,
    "reliability": 72,
    "matches": 24,
    "country": "ES",
    "city": "Madrid"
  }
}

As tuas chaves de API

Cria uma chave para começar. A chave completa é mostrada uma só vez, guarda-a num local seguro.

A carregar…