Back to HTTP Check Tool
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 data

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • Successful GET request
  • Successful form submission
  • API returning data

Quick Facts

Code200
Category2xx
TypeSuccess

Related 2xx Codes