Sportmonks · Capability

Sportmonks Football API — Standings

Sportmonks Football API — Standings. 1 operation. Lead operation: Get Standings By Season.

Sportmonks Football API — Standings is a Naftiko capability published by Sportmonks, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/standings/seasons/{…}.

The capability includes 1 read-only operation. Lead operation: Get Standings By Season. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Sportmonks, Football, and Standings.

Run with Naftiko SportmonksFootballStandings

What You Can Do

GET
Getstandingsbyseason — Get Standings By Season
/v1/standings/seasons/{seasonId}

MCP Tools

get-standings-by-season

Get Standings By Season

read-only idempotent

Capability Spec

football-standings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sportmonks Football API — Standings
  description: 'Sportmonks Football API — Standings. 1 operation. Lead operation: Get Standings By Season.'
  tags:
    - Sportmonks
    - Football
    - Standings
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      SPORTMONKS_API_TOKEN: SPORTMONKS_API_TOKEN
capability:
  consumes:
    - type: http
      namespace: football-standings
      baseUri: https://api.sportmonks.com/v3/football
      description: Sportmonks Football Standings business capability.
      resources:
        - name: standings-by-season
          path: /standings/seasons/{seasonId}
          operations:
            - name: getStandingsBySeason
              method: GET
              description: Get Standings By Season
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: seasonId
                  in: path
                  type: integer
                  required: true
                - name: include
                  in: query
                  type: string
                  required: false
      authentication:
        type: apikey
        key: api_token
        value: '{{env.SPORTMONKS_API_TOKEN}}'
        placement: query
  exposes:
    - type: rest
      namespace: football-standings-rest
      port: 8080
      description: REST adapter for Sportmonks Football Standings.
      resources:
        - path: /v1/standings/seasons/{seasonId}
          name: standings-by-season
          description: REST surface for standings by season.
          operations:
            - method: GET
              name: getStandingsBySeason
              description: Get Standings By Season
              call: football-standings.getStandingsBySeason
              with:
                seasonId: rest.seasonId
                include: rest.include
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: football-standings-mcp
      port: 9090
      transport: http
      description: MCP adapter for Sportmonks Football Standings.
      tools:
        - name: get-standings-by-season
          description: Get Standings By Season
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: football-standings.getStandingsBySeason
          with:
            seasonId: tools.seasonId
            include: tools.include
          outputParameters:
            - type: object
              mapping: $.