afl_competition_get
Retrieve a specific competition by its integer ID to access its provider code and name, enabling cross-provider sports data comparison.
Instructions
Get a single competition by integer id.
Returns: {meta, competitions:[{id, providerId, code, name}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competitionId | Yes | Competition id (e.g. 1 = AFL) Required — part of the URL path. |