SportsDataIO · Capability

SOCCER API — Soccer v4 Projections

SOCCER API — Soccer v4 Projections. 4 operations. Lead operation: DFS Slates - by Date. Self-contained Naftiko capability covering one Sportsdataio business surface.

Run with Naftiko SportsdataioSoccer v4 Projections

What You Can Do

GET
Soccerv4projectionsdfsslatesbydate — DFS Slates - by Date
/v1/v4/soccer/projections/{format}/dfsslatesbydate/{competition}/{date}
GET
Soccerv4projectionsplayerdetailsbyinjured — Player Details - by Injured
/v1/v4/soccer/projections/{format}/injuredplayers/{competition}
GET
Soccerv4projectionsprojectedplayergamestatsbydate — Projected Player Game Stats - by Date
/v1/v4/soccer/projections/{format}/playergameprojectionstatsbydate/{competition}/{date}
GET
Soccerv4projectionsupcomingdfsslatesbycompetition — Upcoming DFS Slates - by Competition
/v1/v4/soccer/projections/{format}/upcomingdfsslatesbycompetition/{competition}

MCP Tools

dfs-slates-date

DFS Slates - by Date

read-only idempotent
player-details-injured

Player Details - by Injured

read-only idempotent
projected-player-game-stats-date

Projected Player Game Stats - by Date

read-only idempotent
upcoming-dfs-slates-competition

Upcoming DFS Slates - by Competition

read-only idempotent

Capability Spec

soccer-soccer-v4-projections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SOCCER API — Soccer v4 Projections
  description: 'SOCCER API — Soccer v4 Projections. 4 operations. Lead operation: DFS Slates - by Date. Self-contained Naftiko
    capability covering one Sportsdataio business surface.'
  tags:
  - Sportsdataio
  - Soccer v4 Projections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SPORTSDATAIO_API_KEY: SPORTSDATAIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: soccer-soccer-v4-projections
    baseUri: https://api.sportsdata.io
    description: SOCCER API — Soccer v4 Projections business capability. Self-contained, no shared references.
    resources:
    - name: v4-soccer-projections-format-DfsSlatesByDate-competition-date
      path: /v4/soccer/projections/{format}/DfsSlatesByDate/{competition}/{date}
      operations:
      - name: soccerv4projectionsdfsslatesbydate
        method: GET
        description: DFS Slates - by Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: path
          type: string
          description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
          required: true
        - name: competition
          in: path
          type: string
          description: 'An indication of a soccer competition/league. This value can be the CompetitionId or the Competition
            Key. Possible values include: <code>EPL</code>, <code>1</co'
          required: true
        - name: date
          in: path
          type: string
          description: The date of the game(s).
          required: true
    - name: v4-soccer-projections-format-InjuredPlayers-competition
      path: /v4/soccer/projections/{format}/InjuredPlayers/{competition}
      operations:
      - name: soccerv4projectionsplayerdetailsbyinjured
        method: GET
        description: Player Details - by Injured
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: path
          type: string
          description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
          required: true
        - name: competition
          in: path
          type: string
          description: 'An indication of a soccer competition/league. This value can be the CompetitionId or the Competition
            Key. Possible values include: <code>EPL</code>, <code>1</co'
          required: true
    - name: v4-soccer-projections-format-PlayerGameProjectionStatsByDate-competition-date
      path: /v4/soccer/projections/{format}/PlayerGameProjectionStatsByDate/{competition}/{date}
      operations:
      - name: soccerv4projectionsprojectedplayergamestatsbydate
        method: GET
        description: Projected Player Game Stats - by Date
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: path
          type: string
          description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
          required: true
        - name: competition
          in: path
          type: string
          description: 'An indication of a soccer competition/league. This value can be the CompetitionId or the Competition
            Key. Possible values include: <code>EPL</code>, <code>1</co'
          required: true
        - name: date
          in: path
          type: string
          description: The date of the game(s).
          required: true
    - name: v4-soccer-projections-format-UpcomingDfsSlatesByCompetition-competition
      path: /v4/soccer/projections/{format}/UpcomingDfsSlatesByCompetition/{competition}
      operations:
      - name: soccerv4projectionsupcomingdfsslatesbycompetition
        method: GET
        description: Upcoming DFS Slates - by Competition
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: path
          type: string
          description: Desired response format. Valid entries are <code>JSON</code> or <code>XML</code>.
          required: true
        - name: competition
          in: path
          type: string
          description: 'An indication of a soccer competition/league. This value can be the CompetitionId or the Competition
            Key. Possible values include: <code>EPL</code>, <code>1</co'
          required: true
    authentication:
      type: apikey
      key: Ocp-Apim-Subscription-Key
      value: '{{env.SPORTSDATAIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: soccer-soccer-v4-projections-rest
    port: 8080
    description: REST adapter for SOCCER API — Soccer v4 Projections. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v4/soccer/projections/{format}/dfsslatesbydate/{competition}/{date}
      name: v4-soccer-projections-format-dfsslatesbydate-competition-date
      description: REST surface for v4-soccer-projections-format-DfsSlatesByDate-competition-date.
      operations:
      - method: GET
        name: soccerv4projectionsdfsslatesbydate
        description: DFS Slates - by Date
        call: soccer-soccer-v4-projections.soccerv4projectionsdfsslatesbydate
        with:
          format: rest.format
          competition: rest.competition
          date: rest.date
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v4/soccer/projections/{format}/injuredplayers/{competition}
      name: v4-soccer-projections-format-injuredplayers-competition
      description: REST surface for v4-soccer-projections-format-InjuredPlayers-competition.
      operations:
      - method: GET
        name: soccerv4projectionsplayerdetailsbyinjured
        description: Player Details - by Injured
        call: soccer-soccer-v4-projections.soccerv4projectionsplayerdetailsbyinjured
        with:
          format: rest.format
          competition: rest.competition
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v4/soccer/projections/{format}/playergameprojectionstatsbydate/{competition}/{date}
      name: v4-soccer-projections-format-playergameprojectionstatsbydate-competition-date
      description: REST surface for v4-soccer-projections-format-PlayerGameProjectionStatsByDate-competition-date.
      operations:
      - method: GET
        name: soccerv4projectionsprojectedplayergamestatsbydate
        description: Projected Player Game Stats - by Date
        call: soccer-soccer-v4-projections.soccerv4projectionsprojectedplayergamestatsbydate
        with:
          format: rest.format
          competition: rest.competition
          date: rest.date
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v4/soccer/projections/{format}/upcomingdfsslatesbycompetition/{competition}
      name: v4-soccer-projections-format-upcomingdfsslatesbycompetition-competition
      description: REST surface for v4-soccer-projections-format-UpcomingDfsSlatesByCompetition-competition.
      operations:
      - method: GET
        name: soccerv4projectionsupcomingdfsslatesbycompetition
        description: Upcoming DFS Slates - by Competition
        call: soccer-soccer-v4-projections.soccerv4projectionsupcomingdfsslatesbycompetition
        with:
          format: rest.format
          competition: rest.competition
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: soccer-soccer-v4-projections-mcp
    port: 9090
    transport: http
    description: MCP adapter for SOCCER API — Soccer v4 Projections. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: dfs-slates-date
      description: DFS Slates - by Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: soccer-soccer-v4-projections.soccerv4projectionsdfsslatesbydate
      with:
        format: tools.format
        competition: tools.competition
        date: tools.date
      outputParameters:
      - type: object
        mapping: $.
    - name: player-details-injured
      description: Player Details - by Injured
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: soccer-soccer-v4-projections.soccerv4projectionsplayerdetailsbyinjured
      with:
        format: tools.format
        competition: tools.competition
      outputParameters:
      - type: object
        mapping: $.
    - name: projected-player-game-stats-date
      description: Projected Player Game Stats - by Date
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: soccer-soccer-v4-projections.soccerv4projectionsprojectedplayergamestatsbydate
      with:
        format: tools.format
        competition: tools.competition
        date: tools.date
      outputParameters:
      - type: object
        mapping: $.
    - name: upcoming-dfs-slates-competition
      description: Upcoming DFS Slates - by Competition
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: soccer-soccer-v4-projections.soccerv4projectionsupcomingdfsslatesbycompetition
      with:
        format: tools.format
        competition: tools.competition
      outputParameters:
      - type: object
        mapping: $.