📝 Category

API

Articles about working with APIs

9 Articles
9 Materials
109 Views

Category articles "API"

Study all materials on this topic

📝
🟢 Easy

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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

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 —...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

SDK vs REST API: What's the Difference and Which Should You Use

In previous lessons we worked with REST APIs directly via requests.get() and requests.post(). But many services ship their own SDK...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 Easy

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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb
📝
🟢 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...

📅 08.05.2026
👤 04e5cc8b-58ac-4bdc-bdee-661bbb

Other categories

Study related topics

📝

Python

Articles about PythonPython

📚 40 articles ⭐ 4.7
📝

Git & GitHub

Articles about Git and GitHubGit & GitHub

📚 31 articles ⭐ 4.8
📝

Docker

Articles about Docker and containersDocker

📚 8 articles ⭐ 4.9

Want more materials?

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