Troubleshooting & Errors
Fix common errors and failed requests.
By Erick and 1 other 2 authors 11 articles
When a request misbehaves, start here. These guides cover the most common failure modes: queries that return no results, authentication errors, rate-limit (429) responses, masked or truncated results, and a general debugging walkthrough that narrows any problem down step by step.
Most issues resolve to one of three causes — a filter that is stricter than intended, a key used in the wrong mode, or an exhausted quota. Debug requests shows how to tell them apart quickly.
- How to Debug Your API Requests
- How to Fix 400 Bad Request Errors
- How to fix authentication (401) errors
- How to Fix Rate-Limit (429) Errors
- How to Fix SSE Stream Problems (ER0360, Disconnects)
- News API Frequently Asked Questions
- Understanding API Error Codes and HTTP Responses
- Why Are My Results Masked or Placeholder Text?
- Why is my request blocked by IP or scope?
- Why Is My Search Returning No Results?
- Why Is My Webhook Not Receiving Events?