sportsipy icon indicating copy to clipboard operation
sportsipy copied to clipboard

A free sports API written for python

Results 139 sportsipy issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** To better expand the usability of the API and helping in determining users pass the correct inputs, Python's typing should...

hacktoberfest-accepted
quality of life

**Is your feature request related to a problem? Please describe.** Many of the saved test files are very out of date at this point, and are as much as 3...

hacktoberfest-accepted
quality of life

**Describe the bug** Using the mlb api, running 'Boxscores(datetime.today()) does not return todays games. Rather, it returns a dictionary, and in it there are only yesterdays games. This is presumably...

I was wanting to pull the data in the scoring and Penalty tables for a specific game into a Pandas DataFrame. Since this wasn't available with the other parts of...

**Describe the bug** My understanding is that if I'm looking at the roster of a team for a particular year, a player's stats for that particular year will be returned...

**Describe the bug** I am getting this "AttributeError: 'Boxscore' object has no attribute '_away_skaters'", when running the sample code below. It's not happening with every boxscore, as the first 71...

**Is your feature request related to a problem? Please describe.** In order to have full data available from NBA players, it will be nice to have a method for retrieving...

I'm trying to get player data for college and their pro seasons but I'm not sure if this is possible right now. If there was a field that I could...

enhancement

I noticed when making requests for Player information some of the NFL kickers seem to have a different format for their URI. A lot of current kickers follow the standard...

bug
documentation

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Sample code which causes an issuTraceback (most recent call last): File "c:\Users\603686\Desktop\Python_tutorials\nfl.py", line 325, in...