Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 646 Bytes

Outlander API

An API for the show Outlander, with the use of FastAPI using python. A few endpoints this app implements:

  • GET all seasons up to this date.
  • GET a single season. Available seasons are 1-7.
  • GET all episodes from a specific season.
  • GET a single episode from a specific season.

Try it out:

Outlander API Homepage

Author