ConsoleCatalog
Sign in
PDGA logo

PDGA

pdga.comSportsno auth

Disc golf player profiles, ratings, tournament results, schedules, and standings.

Event Results

ASYNCREADNo auth

Returns tournament results by event with divisions, standings, scores, and round breakdowns.

ParametersFormJSON

PDGA event or tournament ID used in the /tour/event/{event_id} URL path

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_pdga_event_detail_results",
    "params": {
      "event_id": "103013"
    }
  }'