Ctrl K
Bookmarks
Advertise
Star
9,354
Sign in
Submit
Ad
–
Easily scrape Google and other search engines with SerpApi.
Ad
Blog
Deep dives on APIs.
August 18, 2026
API Rate Limiting: Handle 429s, Then Set Your Own
How API rate limiting works from both sides: reading limit headers, backing off correctly from a 429 against real public APIs, and setting limits on your own.
August 14, 2026
REST API Best Practices: What 1,613 APIs Do
The REST API best practices that matter, each one measured against the 1,613 public APIs in our directory, so you can see which are followed and which are ignored.
August 11, 2026
Free API Hosting: 7 Options and Their Real Limits
Where to deploy an API for free, with each provider's actual free-tier ceiling on requests, CPU and idle time, checked against their own pricing pages.
August 7, 2026
API Authentication Methods: What 1,625 APIs Use
The four API authentication methods that matter, compared, plus live data on what 1,625 public APIs actually use in production today.
August 6, 2026
How to Test an API (Step by Step, With Free APIs)
A practical guide to testing an API: manual curl checks, the tools worth using, what every test should assert, and free public APIs to practise on.
July 12, 2026
API Versioning Best Practices (With Real Examples)
When to version an API, the four strategies that work (URI, header, date-based, query), how Stripe and GitHub do it, and how to retire old versions.