GuidesRelease Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Racing APIs - Added States to Venues

We've added states to all relevant venues in our Racing APIs.

Use the new value (ex. state="CA" for California) to better represent the location of events.


☑️ Sample Request:

  • Stage Schedule (F1) - https://api.sportradar.com/formula1/trial/v2/en/sport_events/sr:stage:1189123/schedule.xml?api_key=[API_KEY]
  • Stage Schedule (IndyCar) - https://api.sportradar.com/indycar/trial/v2/en/sport_events/sr:stage:1122936/schedule.xml?api_key=[API_KEY]

🔢 Versions


🔁 Endpoints Affected

Stage Schedule, Stage Summary


⚙️ Return Samples

    <stage id="sr:stage:1191209" description="Miami Grand Prix 2025" scheduled="2025-05-02T16:30:00+00:00" scheduled_end="2025-05-04T22:00:00+00:00" type="event" status="Closed" single_event="false" gender="men" unique_stage_id="sr:stage_unique:899">
        <venue id="sr:venue:61177" name="Miami International Autodrome" capacity="65000" city="Miami, FL" country="USA" coordinates="25.958056,-80.238889" country_code="USA" url_official="https://f1miamigp.com/" debut="2022" length="5412" laps="57" curves_left="11" curves_right="8" timezone="America/New_York" state="FL"/>
        {
            "id": "sr:stage:1124202",
            "description": "Grand Prix of Long Beach",
            "scheduled": "2024-04-19T21:50:00+00:00",
            "scheduled_end": "2024-04-21T21:45:00+00:00",
            "type": "event",
            "status": "Closed",
            "single_event": false,
            "venue": {
                "id": "sr:venue:19641",
                "name": "Streets of Long Beach",
                "city": "Long Beach, CA",
                "country": "USA",
                "coordinates": "33.766322,-118.192662",
                "country_code": "USA",
                "debut": 1975,
                "curves_left": 6,
                "curves_right": 5,
                "url_official": "https://gplb.com/",
                "length": 3167,
                "timezone": "America/Los_Angeles",
                "state": "CA"
            },