get
https://api.rotowire.com/Basketball/CBB/TeamPreviewMen.php
Pre-season and in-season team preview content for men's college basketball programs.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Season | string | |
Previews | array |
Previews Object
| Field | Type | Description |
|---|---|---|
PreviewID | string | |
Team | object | |
Preview | string | |
LastUpdated | string |
Example Response
{
"Season": "2025-2026",
"Previews": [
{
"PreviewID": "636",
"Team": {"Name": "Akron","Nickname": "Zips","Id": "Akron"},
"Preview": "Akron finished the year on a 19-1 run to win the MAC tournament title.",
"LastUpdated": "2026-03-15 14:46:12.033"
}
]
}