This API is a simple site scraper to hit the Columbus Crew players website and pull a full roster with stats like 'Age', 'Height', 'Weight', and more.
Using this API is very simple.
Access the host site and then call the REST endpoint '/players'.
Example: https://crew-team-scraper.herokuapp.com/
Access the host site and then call the REST endpoint '/players/:id'. Note that this ID is NOT the players jersey number but rather the ID in the dataset.
Example: https://crew-team-scraper.herokuapp.com/player/5
Please note that the Columbus Crew Logo shown above belongs to the Columbus Crew Football Club and is only used here to add some style to the documentation.