FAQ API
How can I test my application without purchasing a package?
Simply replace your API key with the word "TEST".
For example, you'd simply replace the apikey variable to TEST. An API URL might look something like:
https://api.fantasynerds.com/v1/nfl/teams?apikey=TEST
The response should contain test data for you to develop against.