🏷️ Tag

#api

Explore materials tagged "api" from expert practitioners. Up-to-date articles and useful tips to help you grow.

25 Articles
6 Similar tags

Articles with tag "#api"

All materials on the topic api

JWT Authentication in FastAPI
πŸ”΄ Difficult

JWT Authentication in FastAPI

Covered topics: Installation, Configuration, Password and Token Utilities, Token Endpoint.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Pydantic v2 in FastAPI
🟑 Medium

Pydantic v2 in FastAPI

FastAPI uses Pydantic for data validation and serialization.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
Django REST Framework: Introduction
🟑 Medium

Django REST Framework: Introduction

DRF is the most popular package for building REST APIs in Django.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
REST API Design Principles
πŸ”΄ Difficult

REST API Design Principles

Covered topics: Resources and URLs, HTTP methods, Nested resources, Response codes.

πŸ‘€ PyLand Team
πŸ“… 30.06.2026
API Keys: What They Are and How to Use Them
🟑 Medium

API Keys: What They Are and How to Use Them

Most public APIs require an API key β€” a unique string that identifies you as a registered user of the...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
The requests Library: HTTP Requests from Python
🟑 Medium

The requests Library: HTTP Requests from Python

requests is the most downloaded Python library in the world β€” over 300 million downloads per month. It makes HTTP...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
How to Read API Documentation
🟑 Medium

How to Read API Documentation

API documentation is a developer's primary tool. Knowing how to read it matters more than memorizing any specific API β€”...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
HTTP Status Codes: What the Server Is Telling Your Program
🟒 Easy

HTTP Status Codes: What the Server Is Telling Your Program

Every time your program makes an API request, the server responds with more than just data β€” it responds with...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
SDK and REST API: What's the Difference and Which Should You Choose?
🟑 Medium

SDK and REST API: What's the Difference and Which Should You Choose?

In earlier lessons, you called APIs directly with requests: you supplied the URL, HTTP method, headers, and parameters yourself. Lesson...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
HTTP Request Headers: What They Are and Why They Matter
🟑 Medium

HTTP Request Headers: What They Are and Why They Matter

Every HTTP request is made up of three parts: the start line, headers, and a body. Headers are the request's...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
URL Structure and Query Parameters
🟒 Easy

URL Structure and Query Parameters

Every HTTP request targets a specific address. Understanding URL structure means you can read requests like plain text instead of...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026
HTTP Methods: GET, POST, PATCH, PUT, DELETE
🟒 Easy

HTTP Methods: GET, POST, PATCH, PUT, DELETE

In previous lessons we always used GET requests β€” asking the server for data. But HTTP supports other methods for...

πŸ‘€ PyLand Team
πŸ“… 08.05.2026

Similar tags

Study related topics

🏷️

#django

Related articles django

πŸ“š 68 articles
🏷️

#python

Related articles python

πŸ“š 59 articles
🏷️

#basics

Related articles basics

πŸ“š 32 articles
🏷️

#fastapi

Related articles fastapi

πŸ“š 16 articles
🏷️

#devops

Related articles devops

πŸ“š 13 articles
🏷️

#docker

Related articles docker

πŸ“š 13 articles

Looking for more on the topic?

Study all our materials or subscribe to updates