📝 Category

API

Articles about working with APIs

10 Articles

Category articles "API"

Study all materials on this topic

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
What Is an API and Why Does It Exist
🟢 Easy

What Is an API and Why Does It Exist

Every time you open a weather app, pay with a card, or see recommendations on YouTube — an API is...

👤 PyLand Team
📅 08.05.2026

Other categories

Study related topics

📝

Django

Articles about django

📚 63 articles ⭐ 4.7
📝

Python

Articles about Python

📚 54 articles ⭐ 4.8
📝

Git & GitHub

Articles about Git and GitHub

📚 32 articles ⭐ 4.9

Want more materials?

Subscribe to updates and be the first to know about new articles!