EuroLeague News

Query Parameters

ParameterTypeRequiredDescription
datestringNoDate to retrieve news for. Format YYYY-MM-DD. Defaults to current date.
hoursintegerNoReturn news from the last N hours.
max_priorityintegerNoReturn only news at or above this priority level.
with_analysisintegerNoInclude analytical commentary. 1 = Yes, 0 = No. Options: 0, 1 · Default: 1

Attributes

Top-Level Fields

FieldTypeDescription
LeaguestringLeague identifier code (e.g. NBA, MLB, EPL)
DatestringDate in YYYY-MM-DD format
UpdatesarrayArray of news or injury update objects

Updates Object

FieldTypeDescription
IdstringUnique RotoWire identifier
DateTimestringDate and time in ISO 8601 format
PrioritystringNews priority level — 1 = Biggest News, 2 = Top Players, 3 = Regular, 4 = Minor Leaguers, 5 = Non-Fantasy
HeadlinestringShort headline summarizing the update
NotesstringBrief factual notes about the player or event
AnalysisstringIn-depth analytical commentary on fantasy and betting impact
InjuryobjectInjury status and details
PlayerobjectPlayer information object
TeamobjectTeam information object

Injury Object

FieldTypeDescription
StatusstringInjury or availability status (e.g. OUT, GTD, Q, D, IR)
TypestringType of injury (e.g. Knee, Ankle, Back, Hamstring)
LocationstringGeneral body location of the injury
DetailstringSpecific injury detail or descriptor (e.g. Sprain, Strain, Fracture)
SidestringAffected side of the body (Left, Right, or Not Specified)
ReturnDatestringEstimated date of return from injury (YYYY-MM-DD)

Player Object

FieldTypeDescription
FirstNamestringPlayer's first name
LastNamestringPlayer's last name
PositionstringPlayer's eligible position(s) (e.g. PG, SG, SF, PF, C, G, F, G/F, F/C)
InjuryStatusstringPlayer injury status abbreviation
IdstringUnique RotoWire identifier

Team Object

FieldTypeDescription
NamestringFull name
IdstringUnique RotoWire identifier
CodestringShort team code or abbreviation (e.g. NYY, LAL, NE)


Example Response

{"League":"EURO","Date":"2026-05-14","Updates":[{"Id":"29838","DateTime":"2026-05-14T07:21:00-07:00","Priority":"3","Headline":"Shelved with shoulder injury","Notes":"Ebo sustained \"a torn ligament in the shoulder area\" and \"is not expected to return to play this season,\" according to Maccabi\u0027s official X account.","Analysis":"Ebo made his Maccabi debut Monday after recovering from a foot injury, but he is now dealing with another issue -- one that will seemingly bring an early end to his campaign.","Injury":{"Status":"","Type":"Shoulder","Location":null,"Detail":null,"Side":null,"ReturnDate":"2026-09-01"},"Player":{"FirstName":"Amit","LastName":"Ebo","Position":"G","InjuryStatus":"OUT","Id":"1531"},"Team":{"Name":"Maccabi Rapyd Tel Aviv","Id":"10","Code":"MTA"}},{"Id":"29839","DateTime":"2026-05-14T09:51:00-07:00","Priority":"3","Headline":"Rejoins Monaco","Notes":"Makoundou signed a contract with Monaco through the end of the 2025-26 season, the team announced Thursday via its official X account.","Analysis":"Makoundou spent a couple months with Fujian of the Chinese league after parting ways with Monaco in March, but he will be back with the latter club for the rest of the current campaign.","Injury":{"Status":"","Type":null,"Location":null,"Detail":null,"Side":null,"ReturnDate":null},"Player":{"FirstName":"Yoan","LastName":"Makoundou","Position":"C","InjuryStatus":"","Id":"1138"},"Team":{"Name":"AS Monaco","Id":"27","Code":"ASM"}}]}
Query Params
date

Date to retrieve news for. Format YYYY-MM-DD. Defaults to current date.

integer

Return news from the last N hours.

integer

Return only news at or above this priority level.

integer
enum
Defaults to 1

Include analytical commentary. 1 = Yes, 0 = No.

Allowed:
string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json