---
title: "GET /recruiting/players"
method: GET
path: "/recruiting/players"
tags: ["recruiting"]
---

# GET /recruiting/players

`GET /recruiting/players`

Returns player recruiting rankings.

## Query parameters

- `year` integer
- `team` string
- `position` string
- `state` string
- `classification` 'JUCO' | 'PrepSchool' | 'HighSchool'

## Response `200`

Ok

- Recruit[]
  - `id` string, required
  - `athleteId` string, nullable, required
  - `recruitType` 'JUCO' | 'PrepSchool' | 'HighSchool', required
  - `year` integer, required
  - `ranking` integer, nullable, required
  - `name` string, required
  - `school` string, nullable, required
  - `committedTo` string, nullable, required
  - `position` string, nullable, required
  - `height` number, double, nullable, required
  - `weight` integer, nullable, required
  - `stars` integer, nullable, required
  - `rating` number, double, nullable, required
  - `city` string, nullable, required
  - `stateProvince` string, nullable, required
  - `country` string, nullable, required
  - `hometownInfo` object, required
    - `fipsCode` string, nullable, required
    - `longitude` number, double, nullable, required
    - `latitude` number, double, nullable, required

---

[API](https://skmtc.net/collegefootballdata/apis/college-football-data-api.md) · [All operations](https://skmtc.net/collegefootballdata/apis/college-football-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collegefootballdata/college-football-data-api/revisions/2753e757620d/schema)
