afl_competition_get
Retrieves a single AFL competition's details by integer ID, returning metadata and competition info such as code and name.
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. |