---
title: "DFS Slate Ownership Projections by SlateID"
method: GET
path: "/{format}/DfsSlateOwnershipProjectionsBySlateID/{slateId}"
---

# DFS Slate Ownership Projections by SlateID

`GET /{format}/DfsSlateOwnershipProjectionsBySlateID/{slateId}`

Slate Ownership Projections for a specific slate. Projections are for GPP format ownership. Will return an empty list if the slate is not yet projected or not a slate we have projections for.

## Path parameters

- `format` 'XML' | 'JSON', required
- `slateId` string, required

## Response `200`

- DfsSlateWithOwnershipProjection
  - `Operator` string, nullable
  - `OperatorDay` string, nullable
  - `OperatorName` string, nullable
  - `OperatorSlateID` integer, nullable
  - `OperatorStartTime` string, nullable
  - `SlateID` integer
  - `SlateOwnershipProjections` DfsSlatePlayerOwnershipProjection[]
    - `FantasyDefensePlayerID` integer, nullable
    - `IsCaptain` boolean
    - `PlayerID` integer, nullable
    - `ProjectedOwnershipPercentage` number
    - `SlateID` integer

---

[API](https://skmtc.net/sportsdata/apis/nfl-v3-projections.md) · [All operations](https://skmtc.net/sportsdata/apis/nfl-v3-projections/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sportsdata/nfl-v3-projections/versions/6481372b20df/schema)
