get
https://api.rotowire.com/Golf/PGA/Injuries.php
Returns the current list of injured PGA Tour players. Updated in real time.
Attributes
Top-Level Fields
| Field | Type | Description |
|---|---|---|
Players | array |
Players Object
| Field | Type | Description |
|---|---|---|
IsWithdrawn | string | |
FirstName | string | |
LastName | string | |
Injury | object | |
Id | string |
Example Response
{"Players": [{"IsWithdrawn": "0", "FirstName": "Tiger", "LastName": "Woods", "Injury": {"Status": "OUT", "Type": "Achilles", "ReturnDate": "2026-07-01"}, "Id": "3"}]}