1+ {
2+ "version" : 1 ,
3+ "request" : {
4+ "url" : " http://statsapi.web.nhl.com/api/v1/teams" ,
5+ "method" : " GET" ,
6+ "params" : {
7+ "teamId" : false ,
8+ "expand" : false ,
9+ "season" : false
10+ }
11+ },
12+ "response" : {
13+ "ctype" : " application/json" ,
14+ "tablePath" : " $.teams[*]" ,
15+ "schema" : {
16+ "id" : {
17+ "target" : " $.id" ,
18+ "type" : " int"
19+ },
20+ "name" : {
21+ "target" : " $.name" ,
22+ "type" : " string"
23+ },
24+ "link" : {
25+ "target" : " $.link" ,
26+ "type" : " string"
27+ },
28+ "venue_name" : {
29+ "target" : " $.venue.name" ,
30+ "type" : " string"
31+ },
32+ "venue_link" : {
33+ "target" : " $.venue.link" ,
34+ "type" : " string"
35+ },
36+ "venue_city" : {
37+ "target" : " $.venue.city" ,
38+ "type" : " string"
39+ },
40+ "venue_timeZone_id" : {
41+ "target" : " $.venue.timeZone.id" ,
42+ "type" : " string"
43+ },
44+ "venue_timeZone_offset" : {
45+ "target" : " $.venue.timeZone.offset" ,
46+ "type" : " string"
47+ },
48+ "venue_timeZone_tz" : {
49+ "target" : " $.venue.timeZone.tz" ,
50+ "type" : " string"
51+ },
52+ "abbreviation" : {
53+ "target" : " $.abbreviation" ,
54+ "type" : " string"
55+ },
56+ "teamName" : {
57+ "target" : " $.teamName" ,
58+ "type" : " string"
59+ },
60+ "locationName" : {
61+ "target" : " $.locationName" ,
62+ "type" : " string"
63+ },
64+ "firstYearOfPlay" : {
65+ "target" : " $.firstYearOfPlay" ,
66+ "type" : " string"
67+ },
68+ "division_id" : {
69+ "target" : " $.division.id" ,
70+ "type" : " string"
71+ },
72+ "division_name" : {
73+ "target" : " $.division.name" ,
74+ "type" : " string"
75+ },
76+ "division_link" : {
77+ "target" : " $.division.name" ,
78+ "type" : " string"
79+ },
80+ "division_abbreviation" : {
81+ "target" : " $.division.name" ,
82+ "type" : " string"
83+ },
84+ "conference_id" : {
85+ "target" : " $.conference.id" ,
86+ "type" : " string"
87+ },
88+ "conference_name" : {
89+ "target" : " $.conference.name" ,
90+ "type" : " string"
91+ },
92+ "conference_link" : {
93+ "target" : " $.conference.link" ,
94+ "type" : " string"
95+ },
96+ "franchise_id" : {
97+ "target" : " $.franchise.franchiseId" ,
98+ "type" : " string"
99+ },
100+ "franchise_teamName" : {
101+ "target" : " $.franchise.teamName" ,
102+ "type" : " string"
103+ },
104+ "franchise_link" : {
105+ "target" : " $.franchise.link" ,
106+ "type" : " string"
107+ },
108+ "shortName" : {
109+ "target" : " $.shortName" ,
110+ "type" : " string"
111+ },
112+ "officialSiteUrl" : {
113+ "target" : " $.officialSiteUrl" ,
114+ "type" : " string"
115+ },
116+ "franchiseId" : {
117+ "target" : " $.franchiseId" ,
118+ "type" : " int"
119+ },
120+ "teamStats" : {
121+ "target" : " $.teamStats" ,
122+ "type" : " list"
123+ },
124+ "nextGameSchedule" : {
125+ "target" : " $.nextGameSchedule" ,
126+ "type" : " object"
127+ },
128+ "previousGameSchedule" : {
129+ "target" : " $.previousGameSchedule" ,
130+ "type" : " object"
131+ },
132+ "roster" : {
133+ "target" : " $.roster" ,
134+ "type" : " object"
135+ },
136+ "active" : {
137+ "target" : " $.active" ,
138+ "type" : " boolean"
139+ }
140+ },
141+ "orient" : " records"
142+ }
143+ }
0 commit comments