Don Best Sports

In Play Data Service

Team


<?xml version="1.0" encoding="utf-8"?>
<don_best_sports>
    <id>schedule</id>
    <updated></updated>
    <schedule>
        <sport id="2" name="Basketball">
            <league id="3" name="NBA">
                <group id="2345533" type="event" type_id="1" description="NBA ">
                    <event id="342695" opentime="2014-10-09T06:21:39+0000" name="Miami Heat vs San Antonio Spurs" event_state="in-progress" event_state_id="2" time_changed_flag="false" neutral_flag="false">
                        <location name="ATT Center" location_id="952"/>
                        <participant name="Miami Heat" abbreviation="Heat" rotation="501" side="away" team_id="317"/>
                        <participant name="San Antonio Spurs" abbreviation="Spurs" rotation="502" side="home" team_id="329"/>
                    </event>
                </group>
            </league>
        </sport>
    </schedule>
</don_best_sports>
             
         
name description notes
team_id unique team id @int unique team identifier
name full team name @string team name
abbreviation team short name (mascot) @string abbreviation of name
city home city @string common city name
state geographical state @string state
country country @string country
location stadium home location id @int location id

`hyperlight` needs a code to work on!