-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Henrique Tedeschi edited this page May 31, 2020
·
1 revision
For this section, you will find all information to use the any endpoint of this API.
Make sure you have included the Authorization header with your token to use the API properly. To request a Token go to parksandrecapi.com and follow the steps to request one.
Header | Required | Values/Examples |
---|---|---|
Authorization | Required | Bearer {token} |
The endpoints are currently in v1
, but this might change in the future. Make sure you check parksandrecapi.com to be aware of the current version.
All endpoints have a radical of https://parksandrecapi.com/api/v1/
, so the endpoints will look something like this:
https://parksandrecapi.com/api/v1/bandnames
https://parksandrecapi.com/api/v1/characters
https://parksandrecapi.com/api/v1/episodes
https://parksandrecapi.com/api/v1/seasons
Created by Henrique Tedeschi. See the Disclaimer.