Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NCAA Football and UFL APIs

Venue Latitude and Longitude

Release DateFeeds AffectedBenefit
06/26/2024Current Season Schedule

Current Week Schedule

Game Boxscore

Game Roster

Game Statistics

League Hierarchy

Play-by-Play

Season Schedule

Team Roster

Weekly Schedule

Push Statistics
We've added latitude and longitude values for all venues.

Update applies to: NCAAFB v7, UFL v7

<team id="a2ee495d-37c7-45ac-ac3d-d3a492a219c1" name="Hawkeyes" market="Iowa" alias="IOW" founded="1847" mascot="Herky the Hawk" fight_song="Iowa Fight Song" championships_won="1" conference_titles="12" playoff_appearances="0">
  <franchise id="a2ee495d-37c7-45ac-ac3d-d3a492a219c1" name="Hawkeyes"/>
  <venue id="967ef86b-d0de-49b7-8984-61f95104d30d" name="Kinnick Stadium" city="Iowa City" state="IA" country="USA" zip="52242" address="886 Stadium Drive" capacity="69250" surface="artificial" roof_type="outdoor">
    <location lat="41.6587" lng="-91.5511"/>
  </venue>
</team>
<team id="fa0eb091-8e35-49c7-b00f-269794a99a61" name="Hoosiers" market="Indiana" alias="IU" founded="1820" fight_song="Indiana, Our Indiana" championships_won="0" conference_titles="2" playoff_appearances="0">
  <franchise id="fa0eb091-8e35-49c7-b00f-269794a99a61" name="Hoosiers"/>
  <venue id="36ac3e20-2bfe-4654-b15a-f6398037156b" name="Memorial Stadium (Bloomington, IN)" city="Bloomington" state="IN" country="USA" zip="47408" address="1001 E 17th Street" capacity="52929" surface="artificial" roof_type="outdoor" sr_id="sr:venue:20357">
    <location lat="39.1809" lng="-86.5256"/>
  </venue>
</team>
<team id="7293edba-9810-444b-9df1-709c24d1c522" name="Huskies" market="Washington" alias="WAS" founded="1861" mascot="Dubs, Harry the Husky" fight_song="Bow Down to Washington" championships_won="2" conference_titles="20" playoff_appearances="2">
  <franchise id="7293edba-9810-444b-9df1-709c24d1c522" name="Huskies"/>
  <venue id="1d2d7c40-a4b4-43ec-9463-c1fd1f483ce8" name="Alaska Airlines Field at Husky Stadium" city="Seattle" state="WA" country="USA" zip="98105" address="3800 Montlake Boulevard NE" capacity="70083" surface="artificial" roof_type="outdoor" sr_id="sr:venue:21336">
    <location lat="47.6503" lng="-122.3021"/>
  </venue>
</team>
<team id="eeb3ce19-6ddd-4c91-afab-811c6cc81974" name="Nittany Lions" market="Penn State" alias="PSU" founded="1855" mascot="Nittany Lion" fight_song="Fight On, State" championships_won="4" conference_titles="4" playoff_appearances="0">
  <franchise id="eeb3ce19-6ddd-4c91-afab-811c6cc81974" name="Nittany Lions"/>
  <venue id="ce739138-6c6a-48a7-a2ad-25a18f9c4139" name="Beaver Stadium" city="University Park" state="PA" country="USA" zip="16802" address="1 Beaver Stadium" capacity="106572" surface="turf" roof_type="outdoor">
    <location lat="40.8113" lng="-77.8550"/>
  </venue>
</team>

{
  "id": "a2ee495d-37c7-45ac-ac3d-d3a492a219c1",
  "name": "Hawkeyes",
  "market": "Iowa",
  "alias": "IOW",
  "founded": 1847,
  "mascot": "Herky the Hawk",
  "fight_song": "Iowa Fight Song",
  "championships_won": 1,
  "conference_titles": 12,
  "playoff_appearances": 0,
  "venue": {
    "id": "967ef86b-d0de-49b7-8984-61f95104d30d",
    "name": "Kinnick Stadium",
    "city": "Iowa City",
    "state": "IA",
    "country": "USA",
    "zip": "52242",
    "address": "886 Stadium Drive",
    "capacity": 69250,
    "surface": "artificial",
    "roof_type": "outdoor",
    "location": {
      "lat": "41.6587",
      "lng": "-91.5511"
    }
  },
  "franchise": {
    "id": "a2ee495d-37c7-45ac-ac3d-d3a492a219c1",
    "name": "Hawkeyes"
  }
},
{
  "id": "fa0eb091-8e35-49c7-b00f-269794a99a61",
  "name": "Hoosiers",
  "market": "Indiana",
  "alias": "IU",
  "founded": 1820,
  "fight_song": "Indiana, Our Indiana",
  "championships_won": 0,
  "conference_titles": 2,
  "playoff_appearances": 0,
  "venue": {
    "id": "36ac3e20-2bfe-4654-b15a-f6398037156b",
    "name": "Memorial Stadium (Bloomington, IN)",
    "city": "Bloomington",
    "state": "IN",
    "country": "USA",
    "zip": "47408",
    "address": "1001 E 17th Street",
    "capacity": 52929,
    "surface": "artificial",
    "roof_type": "outdoor",
    "sr_id": "sr:venue:20357",
    "location": {
      "lat": "39.1809",
      "lng": "-86.5256"
    }
  },
  "franchise": {
    "id": "fa0eb091-8e35-49c7-b00f-269794a99a61",
    "name": "Hoosiers"
  }
},