Skip to content

Getting Started

Henrique Tedeschi edited this page May 31, 2020 · 1 revision

Overview

For this section, you will find all information to use the any endpoint of this API.

Usage

Token and Headers

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}

Endpoints

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
Clone this wiki locally