Get Athletes

GET https://api.collegepipe.com/v1/athletes

Authentication

You need to authenticate first to get your athletes.

Authentication

Example

Request

GET https://api.collegepipe.com/v1/athletes
Authorization: Bearer <token>

Optional Parameters

Param

Type

Default Value

Description

page

Integer

1

Page to fetch

itemsPerPage

Integer

100

Items per page

Example

https://api.collegepipe.com/v1/athletes?page=2&itemsPerPage=20

Response Object

Field

Type

Description

content

Array of Athlete

Athlete's Data

page

Integer

Current page number

itemsPerPage

Integer

Item per page

totalPages

Integer

Total number of pages

totalItems

Integer

Total number of items

Response Example

{
"content": [
{
"id": "00000102",
"email": "basketball.male@collegepipe.com",
"firstname": "Alex",
"lastname": "Basketball",
"gender": "MALE",
"pictureUrl": null,
"publicProfile": "/a/alex-basketball/00000102",
"dateOfBirth": "2003-01-23",
"pictures": [],
"phoneNumber": null,
"address": null,
"city": null,
"postalCode": null,
"countryCode": "AUT",
"stateCode": null,
"created": "2025-08-22 11:29",
"profileCompleted": 40.0,
"videos": [],
"info": [],
"sport": "Basketball",
"agent": {
"id": "00000004",
"email": "agent.expert1@collegepipe.com",
"firstname": "Agent",
"lastname": "Expert1",
"gender": "MALE",
"pictureUrl": null
},
"supportStaff": null,
"athleteType": "NEW_INCOMING",
"currentUniversity": null,
"universitySignedWith": null,
"position1": "POINT_GUARD",
"position2": "SHOOTING_GUARD",
"position3": null,
"dominantFoot": null,
"dominantHand": null,
"standingReach": null,
"wingspan": null,
"nationalExp": null,
"weight": 100.0,
"height": 6.58,
"status": "SEARCHING",
"startingDateLabel": "FALL 2028",
"ncaaId": null,
"naiaId": null,
"about": null,
"clubName": "Red Star",
"clubDivision": "Division 1",
"athleticLevel": "VERY_GOOD",
"sportStats": [],
"seasons": [
{
"name": "2024-2025",
"info": "Red Star",
"created": "2025-09-30 11:26",
"stats": [
{
"name": "Games Played",
"value": 45.0
},
{
"name": "Games as Starter",
"value": 42.0
},
{
"name": "3-Points",
"value": 12.0
},
{
"name": "Free Throws",
"value": 23.0
},
{
"name": "Points",
"value": 45.0
},
{
"name": "Rebounds",
"value": 34.0
},
{
"name": "Assists",
"value": 23.0
},
{
"name": "Blocks",
"value": 12.0
},
{
"name": "Turnover",
"value": 19.0
},
{
"name": "Minutes",
"value": 542.0
}
]
}
],
"athleticsCategories": [
{
"name": "Block Jump",
"data": [
{
"name": "PB",
"value": "9.75",
"type": "NUMBER"
}
]
},
{
"name": "Jump Height",
"data": [
{
"name": "PB",
"value": "5.42",
"type": "NUMBER"
},
{
"name": "DATE",
"value": "2025-09-18",
"type": "DATE"
}
]
},
{
"name": "Bench Press",
"data": [
{
"name": "PB",
"value": "329.0",
"type": "NUMBER"
}
]
},
{
"name": "Squat",
"data": [
{
"name": "PB",
"value": "306.0",
"type": "NUMBER"
}
]
}
],
"results": [],
"gpa": 3.5,
"sat": 1300,
"satDate": null,
"act": null,
"actDate": null,
"toefl": null,
"toeflDate": null,
"duolingo": null,
"duolingoDate": null,
"ielts": null,
"ieltsDate": null,
"majors": [],
"hsGraduationYear": 2023,
"hsName": null,
"hsClassRank": null,
"hsHonorClasses": null,
"hsApIbClasses": null,
"facebook": null,
"instagram": null,
"twitter": null,
"tiktok": null,
"fafsa": null
},
{
"id": "00000130",
"email": "collegepipe.e2e@gmail.com",
"firstname": "Alex",
"lastname": "Tennis",
"gender": "MALE",
"pictureUrl": "https://res.cloudinary.com/cp-test/image/upload/v1759224044/uz3eedduy8sjuwnu4bek.png",
"publicProfile": "/a/alex-tennis/00000130",
"dateOfBirth": "2003-01-23",
"pictures": [
"https://res.cloudinary.com/cp-test/image/upload/v1759224120/kt1mrdu0u7tmjf2zskzh.png",
"https://res.cloudinary.com/cp-test/image/upload/v1759224129/a6g0aquu3msiztzsyrfa.png"
],
"phoneNumber": null,
"address": null,
"city": null,
"postalCode": null,
"countryCode": "AUT",
"stateCode": null,
"created": "2025-08-22 11:29",
"profileCompleted": 72.0,
"videos": [
{
"id": 1,
"no": null,
"created": "2025-09-30",
"modified": "2025-09-30",
"title": "My Best Video",
"link": "https://www.youtube.com/shorts/pRYJHxmZdQE"
}
],
"info": [],
"sport": "Tennis",
"agent": {
"id": "00000004",
"email": "agent.expert1@collegepipe.com",
"firstname": "Agent",
"lastname": "Expert1",
"gender": "MALE",
"pictureUrl": null
},
"supportStaff": {
"id": "00000003",
"email": "agent.support@collegepipe.com",
"firstname": "Agent",
"lastname": "Support",
"gender": "MALE",
"pictureUrl": null
},
"athleteType": "NEW_INCOMING",
"currentUniversity": null,
"universitySignedWith": null,
"position1": null,
"position2": null,
"position3": null,
"dominantFoot": null,
"dominantHand": "RIGHT",
"standingReach": null,
"wingspan": null,
"nationalExp": true,
"weight": 155.0,
"height": 7.75,
"status": "SEARCHING",
"startingDateLabel": "FALL 2028",
"ncaaId": "123456",
"naiaId": "654321",
"about": "",
"clubName": "Red Star",
"clubDivision": "Division 3",
"athleticLevel": "VERY_GOOD",
"sportStats": [],
"seasons": null,
"athleticsCategories": [
{
"name": "UTR",
"data": [
{
"name": "RATING",
"value": "12.3",
"type": "NUMBER"
},
{
"name": "DATE",
"value": "2025-09-17",
"type": "DATE"
},
{
"name": "VERIFY_LINK",
"value": "https://www.utrsports.net/pages/play-tennis",
"type": "TEXT"
}
]
},
{
"name": "5K",
"data": [
{
"name": "PB",
"value": "1136.0",
"type": "NUMBER"
},
{
"name": "DATE",
"value": "2025-09-05",
"type": "DATE"
}
]
},
{
"name": "10K",
"data": [
{
"name": "PB",
"value": "2303.0",
"type": "NUMBER"
}
]
},
{
"name": "WTN",
"data": [
{
"name": "RATING",
"value": "23",
"type": "TEXT"
},
{
"name": "DATE",
"value": "2025-09-20",
"type": "DATE"
}
]
},
{
"name": "International Ranking/Rating U18",
"data": [
{
"name": "RATING",
"value": "56",
"type": "TEXT"
}
]
}
],
"results": [
{
"id": 1,
"no": null,
"event": "Master 1000",
"date": "2025-08-06",
"opponent": "John Doe",
"score": "6-4 6-3",
"perf": null
}
],
"gpa": 3.8,
"sat": 1280,
"satDate": null,
"act": 33,
"actDate": null,
"toefl": 115,
"toeflDate": null,
"duolingo": 85,
"duolingoDate": null,
"ielts": 7.0,
"ieltsDate": null,
"majors": [
{
"id": 512311,
"cat": 51,
"name": "Kinesiotherapy/Kinesiotherapist"
},
{
"id": 512308,
"cat": 51,
"name": "Physical Therapy/Therapist"
}
],
"hsGraduationYear": 2024,
"hsName": "Lincoln High School",
"hsClassRank": "2",
"hsHonorClasses": true,
"hsApIbClasses": null,
"facebook": "https://www.facebook.com/my-account",
"instagram": "@my-instagram-account",
"twitter": "@my-twitter-account",
"tiktok": "https://www.tiktok.com/my-account",
"fafsa": "PARTIAL_QUALIFIER"
}
],
"page": 1,
"itemsPerPage": 2,
"totalPages": 17,
"totalItems": 33
}


Previous: Authentication - Next: Entities

Published with Nuclino