toddrob99 / MLB-StatsAPI

Python wrapper for MLB Stats API
GNU General Public License v3.0
533 stars 100 forks source link

Get Player Information #80

Closed ishaanp9 closed 2 years ago

ishaanp9 commented 2 years ago

Hi, I am a little new to Python. How do I get a specific players data using the people endpoint. I am trying to pass in an id dynamically but it does not work. Though, when I pass in the id directly in the url it does work.

image image

Thanks!

ishaanp9 commented 2 years ago

Figured it out!