Skip to content

REST API Consumption — Video Resources

<- Back to Video Index

Best Single Video

[Python Requests Tutorial: Request Web Pages, Download Images, POST Data, Read JSON] by Corey Schafer (~25 min) https://www.youtube.com/results?search_query=corey+schafer+python+requests+tutorial

Why this one: Covers every essential requests operation — GET, POST, headers, parameters, JSON parsing, authentication, and sessions — with clear examples against real APIs, giving you a complete toolkit for consuming any REST endpoint.

Alternative Explanations

Video Creator Duration Best For
APIs for Beginners - How to Use an API (Full Course) freeCodeCamp / Craig Dennis ~2.5 hrs Complete beginners who need HTTP fundamentals before writing code
Python API Tutorial: Getting Started with APIs Dataquest ~30 min Data-focused learners who want to pull API data into analysis workflows
Working with APIs in Python Tech With Tim ~20 min Quick practical walkthrough hitting a public API

Deep Dives

  • Authentication Patterns: Pretty Printed — API Authentication with Python (OAuth, API Keys, JWT) (~25 min) — https://www.youtube.com/results?search_query=pretty+printed+python+api+authentication+oauth
  • Rate Limiting & Pagination: sentdex — Handling API Pagination in Python (~15 min) — https://www.youtube.com/results?search_query=sentdex+python+api+pagination+rate+limiting
  • Error Handling & Retries: ArjanCodes — Robust API Calls in Python (~20 min) — https://www.youtube.com/results?search_query=arjancodes+python+api+error+handling+retry

Interactive Practice


Video links verified: February 2026. If a link is broken, search the title on YouTube.

Back to Video Index