Netflix Movie API with FastAPI

Andrés Gutiérrez
1 min readMar 4, 2022

Endpoint: FastAPI — Swagger UI (movie-api-dot-spikes-268805.uc.r.appspot.com)

During the few past days, I heard about FastAPI and I wanted to try out.

FastAPI is a Python web framework which has gain popularity during the last years.

So, I got a Netflix movies and shows CSV file from Kraggle(Search | Kaggle) and I created an endpoint in which people can request movies data.

My idea is that people who is working with FE frameworks like Angular or React can take advantage of this endpoint.

Query Params options
* Type
* Title
* Director
* Cast
* Country
* Date_added
* Release_year
* Rating
* Duration
* Listed_in
* Description

Api Docs
https://movie-api-dot-spikes-268805.uc.r.appspot.com/docs

You can find the source code in GitHub

backend-portfolio/fastApi/movies_api at main · andrsGutirrz/backend-portfolio (github.com)

Important

Only GET is currently supported. Other methods are in progress

You can contribute to this code! :)

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Andrés Gutiérrez
Andrés Gutiérrez

Written by Andrés Gutiérrez

Software developer, Pythonista, bug-resolver.I'm currently working in backend and frontend tasks. First steps in DevOps

No responses yet

Write a response