2xx · Success
200OK
The request has succeeded.
What is HTTP 200?
The 200 OK status is the most common HTTP response. It means the request was successful and the server is returning the requested resource. The actual response depends on the HTTP method: GET returns the resource, POST returns the result of the action.
Example
GET /api/users/1 → 200 OK with user dataCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →