Skip to content

Commit

Permalink
Merge pull request #450 from joelataccelm/master
Browse files Browse the repository at this point in the history
added new 2023 scoring stats
  • Loading branch information
cwendt94 authored Jul 30, 2023
2 parents cf00aed + 7d8944b commit 81f8967
Showing 1 changed file with 129 additions and 105 deletions.
234 changes: 129 additions & 105 deletions espn_api/football/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,115 +369,139 @@
97: { 'abbr': 'BLKK', 'label': 'Blocked Punt, PAT or FG' },
98: { 'abbr': 'SF', 'label': 'Each Safety' },
99: { 'abbr': 'SK', 'label': 'Each Sack' },
100: { 'abbr': 'HALFSK', 'label': '1/2 Sack' },
101: { 'abbr': 'KRTD', 'label': 'Kickoff Return TD' },
102: { 'abbr': 'PRTD', 'label': 'Punt Return TD' },
103: { 'abbr': 'INTTD', 'label': 'Interception Return TD' },
104: { 'abbr': 'FRTD', 'label': 'Fumble Return TD' },
105: { 'abbr': 'TRTD', 'label': 'Total Return TD' },
106: { 'abbr': 'FF', 'label': 'Each Fumble Forced' },
107: { 'abbr': 'TKA', 'label': 'Assisted Tackles' },
108: { 'abbr': 'TKS', 'label': 'Solo Tackles' },
109: { 'abbr': 'TK', 'label': 'Total Tackles' },
110: { 'abbr': 'TK3', 'label': 'Every 3 Total Tackles' },
111: { 'abbr': 'TK5', 'label': 'Every 5 Total Tackles' },
112: { 'abbr': 'STF', 'label': 'Stuffs' },
113: { 'abbr': 'PD', 'label': 'Passes Defensed' },
114: { 'abbr': 'KR', 'label': 'Kickoff Return Yards' },
115: { 'abbr': 'PR', 'label': 'Punt Return Yards' },
116: { 'abbr': 'KR10', 'label': 'Every 10 kickoff return yards' },
117: { 'abbr': 'KR25', 'label': 'Every 25 kickoff return yards' },
118: { 'abbr': 'PR10', 'label': 'Every 10 punt return yards' },
119: { 'abbr': 'PR25', 'label': 'Every 25 punt return yards' },
120: { 'abbr': 'PTSA', 'label': 'Points Allowed' },
121: { 'abbr': 'PA18', 'label': '18-21 points allowed' },
122: { 'abbr': 'PA22', 'label': '22-27 points allowed' },
123: { 'abbr': 'PA28', 'label': '28-34 points allowed' },
124: { 'abbr': 'PA35', 'label': '35-45 points allowed' },
125: { 'abbr': 'PA46', 'label': '46+ points allowed' },
126: { 'abbr': 'PAPG', 'label': 'Points Allowed Per Game' },
127: { 'abbr': 'YA', 'label': 'Yards Allowed' },
128: { 'abbr': 'YA100', 'label': 'Less than 100 total yards allowed' },
129: { 'abbr': 'YA199', 'label': '100-199 total yards allowed' },
130: { 'abbr': 'YA299', 'label': '200-299 total yards allowed' },
131: { 'abbr': 'YA349', 'label': '300-349 total yards allowed' },
132: { 'abbr': 'YA399', 'label': '350-399 total yards allowed' },
133: { 'abbr': 'YA449', 'label': '400-449 total yards allowed' },
134: { 'abbr': 'YA499', 'label': '450-499 total yards allowed' },
135: { 'abbr': 'YA549', 'label': '500-549 total yards allowed' },
136: { 'abbr': 'YA550', 'label': '550+ total yards allowed' },
137: { 'abbr': 'YAPG', 'label': 'Yards Allowed Per Game' },
138: { 'abbr': 'PT', 'label': 'Net Punts' },
139: { 'abbr': 'PTY', 'label': 'Punt Yards' },
140: { 'abbr': 'PT10', 'label': 'Punts Inside the 10' },
141: { 'abbr': 'PT20', 'label': 'Punts Inside the 20' },
142: { 'abbr': 'PTB', 'label': 'Blocked Punts' },
143: { 'abbr': 'PTR', 'label': 'Punts Returned' },
144: { 'abbr': 'PTRY', 'label': 'Punt Return Yards' },
145: { 'abbr': 'PTTB', 'label': 'Touchbacks' },
146: { 'abbr': 'PTFC', 'label': 'Fair Catches' },
147: { 'abbr': 'PTAVG', 'label': 'Punt Average' },
148: { 'abbr': 'PTA44', 'label': 'Punt Average 44.0+' },
149: { 'abbr': 'PTA42', 'label': 'Punt Average 42.0-43.9' },
150: { 'abbr': 'PTA40', 'label': 'Punt Average 40.0-41.9' },
151: { 'abbr': 'PTA38', 'label': 'Punt Average 38.0-39.9' },
152: { 'abbr': 'PTA36', 'label': 'Punt Average 36.0-37.9' },
153: { 'abbr': 'PTA34', 'label': 'Punt Average 34.0-35.9' },
154: { 'abbr': 'PTA33', 'label': 'Punt Average 33.9 or less' },
155: { 'abbr': 'TW', 'label': 'Team Win' },
156: { 'abbr': 'TL', 'label': 'Team Loss' },
157: { 'abbr': 'TIE', 'label': 'Team Tie' },
158: { 'abbr': 'PTS', 'label': 'Points Scored' },
159: { 'abbr': 'PPG', 'label': 'Points Scored Per Game' },
160: { 'abbr': 'MGN', 'label': 'Margin of Victory' },
161: { 'abbr': 'WM25', 'label': '25+ point Win Margin' },
162: { 'abbr': 'WM20', 'label': '20-24 point Win Margin' },
163: { 'abbr': 'WM15', 'label': '15-19 point Win Margin' },
164: { 'abbr': 'WM10', 'label': '10-14 point Win Margin' },
165: { 'abbr': 'WM5', 'label': '5-9 point Win Margin' },
166: { 'abbr': 'WM1', 'label': '1-4 point Win Margin' },
167: { 'abbr': 'LM1', 'label': '1-4 point Loss Margin' },
168: { 'abbr': 'LM5', 'label': '5-9 point Loss Margin' },
169: { 'abbr': 'LM10', 'label': '10-14 point Loss Margin' },
170: { 'abbr': 'LM15', 'label': '15-19 point Loss Margin' },
171: { 'abbr': 'LM20', 'label': '20-24 point Loss Margin' },
172: { 'abbr': 'LM25', 'label': '25+ point Loss Margin' },
173: { 'abbr': 'MGNPG', 'label': 'Margin of Victory Per Game' },
174: { 'abbr': 'WINPCT', 'label': 'Winning Pct' },
175: { 'abbr': 'PTD0', 'label': '0-9 yd TD pass bonus' },
176: { 'abbr': 'PTD10', 'label': '10-19 yd TD pass bonus' },
177: { 'abbr': 'PTD20', 'label': '20-29 yd TD pass bonus' },
178: { 'abbr': 'PTD30', 'label': '30-39 yd TD pass bonus' },
179: { 'abbr': 'RTD0', 'label': '0-9 yd TD rush bonus' },
180: { 'abbr': 'RTD10', 'label': '10-19 yd TD rush bonus' },
181: { 'abbr': 'RTD20', 'label': '20-29 yd TD rush bonus' },
182: { 'abbr': 'RTD30', 'label': '30-39 yd TD rush bonus' },
183: { 'abbr': 'RETD0', 'label': '0-9 yd TD rec bonus' },
184: { 'abbr': 'RETD10', 'label': '10-19 yd TD rec bonus' },
185: { 'abbr': 'RETD20', 'label': '20-29 yd TD rec bonus' },
186: { 'abbr': 'RETD30', 'label': '30-39 yd TD rec bonus' },
187: { 'abbr': 'DPTSA', 'label': 'D/ST Points Allowed' },
188: { 'abbr': 'DPA0', 'label': 'D/ST 0 points allowed' },
189: { 'abbr': 'DPA1', 'label': 'D/ST 1-6 points allowed' },
190: { 'abbr': 'DPA7', 'label': 'D/ST 7-13 points allowed' },
191: { 'abbr': 'DPA14', 'label': 'D/ST 14-17 points allowed' },
192: { 'abbr': 'DPA18', 'label': 'D/ST 18-21 points allowed' },
193: { 'abbr': 'DPA22', 'label': 'D/ST 22-27 points allowed' },
194: { 'abbr': 'DPA28', 'label': 'D/ST 28-34 points allowed' },
195: { 'abbr': 'DPA35', 'label': 'D/ST 35-45 points allowed' },
196: { 'abbr': 'DPA46', 'label': 'D/ST 46+ points allowed' },
197: { 'abbr': 'DPAPG', 'label': 'D/ST Points Allowed Per Game' },
198: { 'abbr': 'FG50', 'label': 'FG Made (50-59 yards)' },
199: { 'abbr': 'FGA50', 'label': 'FG Attempted (50-59 yards)' },
200: { 'abbr': 'FGM50', 'label': 'FG Missed (50-59 yards)' },
201: { 'abbr': 'FG60', 'label': 'FG Made (60+ yards)' },
202: { 'abbr': 'FGA60', 'label': 'FG Attempted (60+ yards)' },
203: { 'abbr': 'FGM60', 'label': 'FG Missed (60+ yards)' },
204: { 'abbr': 'O2PRET', 'label': 'Offensive 2pt Return' },
100: { 'abbr': 'HALFSK', 'label': '1/2 Sack' },
101: { 'abbr': 'KRTD', 'label': 'Kickoff Return TD' },
102: { 'abbr': 'PRTD', 'label': 'Punt Return TD' },
103: { 'abbr': 'INTTD', 'label': 'Interception Return TD' },
104: { 'abbr': 'FRTD', 'label': 'Fumble Return TD' },
105: { 'abbr': 'TRTD', 'label': 'Total Return TD' },
106: { 'abbr': 'FF', 'label': 'Each Fumble Forced' },
107: { 'abbr': 'TKA', 'label': 'Assisted Tackles' },
108: { 'abbr': 'TKS', 'label': 'Solo Tackles' },
109: { 'abbr': 'TK', 'label': 'Total Tackles' },
110: { 'abbr': 'TK3', 'label': 'Every 3 Total Tackles' },
111: { 'abbr': 'TK5', 'label': 'Every 5 Total Tackles' },
112: { 'abbr': 'STF', 'label': 'Stuffs' },
113: { 'abbr': 'PD', 'label': 'Passes Defensed' },
114: { 'abbr': 'KR', 'label': 'Kickoff Return Yards' },
115: { 'abbr': 'PR', 'label': 'Punt Return Yards' },
116: { 'abbr': 'KR10', 'label': 'Every 10 kickoff return yards' },
117: { 'abbr': 'KR25', 'label': 'Every 25 kickoff return yards' },
118: { 'abbr': 'PR10', 'label': 'Every 10 punt return yards' },
119: { 'abbr': 'PR25', 'label': 'Every 25 punt return yards' },
120: { 'abbr': 'PTSA', 'label': 'Points Allowed' },
121: { 'abbr': 'PA18', 'label': '18-21 points allowed' },
122: { 'abbr': 'PA22', 'label': '22-27 points allowed' },
123: { 'abbr': 'PA28', 'label': '28-34 points allowed' },
124: { 'abbr': 'PA35', 'label': '35-45 points allowed' },
125: { 'abbr': 'PA46', 'label': '46+ points allowed' },
126: { 'abbr': 'PAPG', 'label': 'Points Allowed Per Game' },
127: { 'abbr': 'YA', 'label': 'Yards Allowed' },
128: { 'abbr': 'YA100', 'label': 'Less than 100 total yards allowed' },
129: { 'abbr': 'YA199', 'label': '100-199 total yards allowed' },
130: { 'abbr': 'YA299', 'label': '200-299 total yards allowed' },
131: { 'abbr': 'YA349', 'label': '300-349 total yards allowed' },
132: { 'abbr': 'YA399', 'label': '350-399 total yards allowed' },
133: { 'abbr': 'YA449', 'label': '400-449 total yards allowed' },
134: { 'abbr': 'YA499', 'label': '450-499 total yards allowed' },
135: { 'abbr': 'YA549', 'label': '500-549 total yards allowed' },
136: { 'abbr': 'YA550', 'label': '550+ total yards allowed' },
137: { 'abbr': 'YAPG', 'label': 'Yards Allowed Per Game' },
138: { 'abbr': 'PT', 'label': 'Net Punts' },
139: { 'abbr': 'PTY', 'label': 'Punt Yards' },
140: { 'abbr': 'PT10', 'label': 'Punts Inside the 10' },
141: { 'abbr': 'PT20', 'label': 'Punts Inside the 20' },
142: { 'abbr': 'PTB', 'label': 'Blocked Punts' },
143: { 'abbr': 'PTR', 'label': 'Punts Returned' },
144: { 'abbr': 'PTRY', 'label': 'Punt Return Yards' },
145: { 'abbr': 'PTTB', 'label': 'Touchbacks' },
146: { 'abbr': 'PTFC', 'label': 'Fair Catches' },
147: { 'abbr': 'PTAVG', 'label': 'Punt Average' },
148: { 'abbr': 'PTA44', 'label': 'Punt Average 44.0+' },
149: { 'abbr': 'PTA42', 'label': 'Punt Average 42.0-43.9' },
150: { 'abbr': 'PTA40', 'label': 'Punt Average 40.0-41.9' },
151: { 'abbr': 'PTA38', 'label': 'Punt Average 38.0-39.9' },
152: { 'abbr': 'PTA36', 'label': 'Punt Average 36.0-37.9' },
153: { 'abbr': 'PTA34', 'label': 'Punt Average 34.0-35.9' },
154: { 'abbr': 'PTA33', 'label': 'Punt Average 33.9 or less' },
155: { 'abbr': 'TW', 'label': 'Team Win' },
156: { 'abbr': 'TL', 'label': 'Team Loss' },
157: { 'abbr': 'TIE', 'label': 'Team Tie' },
158: { 'abbr': 'PTS', 'label': 'Points Scored' },
159: { 'abbr': 'PPG', 'label': 'Points Scored Per Game' },
160: { 'abbr': 'MGN', 'label': 'Margin of Victory' },
161: { 'abbr': 'WM25', 'label': '25+ point Win Margin' },
162: { 'abbr': 'WM20', 'label': '20-24 point Win Margin' },
163: { 'abbr': 'WM15', 'label': '15-19 point Win Margin' },
164: { 'abbr': 'WM10', 'label': '10-14 point Win Margin' },
165: { 'abbr': 'WM5', 'label': '5-9 point Win Margin' },
166: { 'abbr': 'WM1', 'label': '1-4 point Win Margin' },
167: { 'abbr': 'LM1', 'label': '1-4 point Loss Margin' },
168: { 'abbr': 'LM5', 'label': '5-9 point Loss Margin' },
169: { 'abbr': 'LM10', 'label': '10-14 point Loss Margin' },
170: { 'abbr': 'LM15', 'label': '15-19 point Loss Margin' },
171: { 'abbr': 'LM20', 'label': '20-24 point Loss Margin' },
172: { 'abbr': 'LM25', 'label': '25+ point Loss Margin' },
173: { 'abbr': 'MGNPG', 'label': 'Margin of Victory Per Game' },
174: { 'abbr': 'WINPCT', 'label': 'Winning Pct' },
175: { 'abbr': 'PTD0', 'label': '0-9 yd TD pass bonus' },
176: { 'abbr': 'PTD10', 'label': '10-19 yd TD pass bonus' },
177: { 'abbr': 'PTD20', 'label': '20-29 yd TD pass bonus' },
178: { 'abbr': 'PTD30', 'label': '30-39 yd TD pass bonus' },
179: { 'abbr': 'RTD0', 'label': '0-9 yd TD rush bonus' },
180: { 'abbr': 'RTD10', 'label': '10-19 yd TD rush bonus' },
181: { 'abbr': 'RTD20', 'label': '20-29 yd TD rush bonus' },
182: { 'abbr': 'RTD30', 'label': '30-39 yd TD rush bonus' },
183: { 'abbr': 'RETD0', 'label': '0-9 yd TD rec bonus' },
184: { 'abbr': 'RETD10', 'label': '10-19 yd TD rec bonus' },
185: { 'abbr': 'RETD20', 'label': '20-29 yd TD rec bonus' },
186: { 'abbr': 'RETD30', 'label': '30-39 yd TD rec bonus' },
187: { 'abbr': 'DPTSA', 'label': 'D/ST Points Allowed' },
188: { 'abbr': 'DPA0', 'label': 'D/ST 0 points allowed' },
189: { 'abbr': 'DPA1', 'label': 'D/ST 1-6 points allowed' },
190: { 'abbr': 'DPA7', 'label': 'D/ST 7-13 points allowed' },
191: { 'abbr': 'DPA14', 'label': 'D/ST 14-17 points allowed' },
192: { 'abbr': 'DPA18', 'label': 'D/ST 18-21 points allowed' },
193: { 'abbr': 'DPA22', 'label': 'D/ST 22-27 points allowed' },
194: { 'abbr': 'DPA28', 'label': 'D/ST 28-34 points allowed' },
195: { 'abbr': 'DPA35', 'label': 'D/ST 35-45 points allowed' },
196: { 'abbr': 'DPA46', 'label': 'D/ST 46+ points allowed' },
197: { 'abbr': 'DPAPG', 'label': 'D/ST Points Allowed Per Game' },
198: { 'abbr': 'FG50', 'label': 'FG Made (50-59 yards)' },
199: { 'abbr': 'FGA50', 'label': 'FG Attempted (50-59 yards)' },
200: { 'abbr': 'FGM50', 'label': 'FG Missed (50-59 yards)' },
201: { 'abbr': 'FG60', 'label': 'FG Made (60+ yards)' },
202: { 'abbr': 'FGA60', 'label': 'FG Attempted (60+ yards)' },
203: { 'abbr': 'FGM60', 'label': 'FG Missed (60+ yards)' },
204: { 'abbr': 'O2PRET', 'label': 'Offensive 2pt Return' },
205: { 'abbr': 'D2PRET', 'label': 'Defensive 2pt Return' },
206: { 'abbr': '2PRET', 'label': '2pt Return' },
207: { 'abbr': 'O1PSF', 'label': 'Offensive 1pt Safety' },
208: { 'abbr': 'D1PSF', 'label': 'Defensive 1pt Safety' },
209: { 'abbr': '1PSF', 'label': '1pt Safety' },
210: { 'abbr': 'GP', 'label': 'Games Played' },
211: { 'abbr': 'PFD', 'label': 'Passing First Down' },
212: { 'abbr': 'RFD', 'label': 'Rushing First Down' },
213: { 'abbr': 'REFD', 'label': 'Receiving First Down' },
214: { 'abbr': 'FGY', 'label': 'FG Made Yards' },
215: { 'abbr': 'FGMY', 'label': 'FG Missed Yards' },
216: { 'abbr': 'FGAY', 'label': 'FG Attempt Yards' },
217: { 'abbr': 'FGY5', 'label': 'Every 5 FG Made yards' },
218: { 'abbr': 'FGY10', 'label': 'Every 10 FG Made yards' },
219: { 'abbr': 'FGY20', 'label': 'Every 20 FG Made yards' },
220: { 'abbr': 'FGY25', 'label': 'Every 25 FG Made yards' },
221: { 'abbr': 'FGY50', 'label': 'Every 50 FG Made yards' },
222: { 'abbr': 'FGY100', 'label': 'Every 100 FG Made yards' },
223: { 'abbr': 'FGMY5', 'label': 'Every 5 FG Missed yards' },
224: { 'abbr': 'FGMY10', 'label': 'Every 10 FG Missed yards' },
225: { 'abbr': 'FGMY20', 'label': 'Every 20 FG Missed yards' },
226: { 'abbr': 'FGMY25', 'label': 'Every 25 FG Missed yards' },
227: { 'abbr': 'FGMY50', 'label': 'Every 50 FG Missed yards' },
228: { 'abbr': 'FGMY100', 'label': 'Every 100 FG Missed yards' },
229: { 'abbr': 'FGAY5', 'label': 'Every 5 FG Attempt yards' },
230: { 'abbr': 'FGAY10', 'label': 'Every 10 FG Attempt yards' },
231: { 'abbr': 'FGAY20', 'label': 'Every 20 FG Attempt yards' },
232: { 'abbr': 'FGAY25', 'label': 'Every 25 FG Attempt yards' },
233: { 'abbr': 'FGAY50', 'label': 'Every 50 FG Attempt yards' },
234: { 'abbr': 'FGAY100', 'label': 'Every 100 FG Attempt yards' }
}

0 comments on commit 81f8967

Please sign in to comment.