HTTP Status Codes
Referencia gratuita de códigos de estado HTTP. Busca y consulta todos los códigos (1xx-5xx) con descripciones. Incluye 200, 404, 500 y todos los códigos estándar.
Continue
The server has received the request headers and the client should proceed to send the request body.
Switching Protocols
The requester has asked the server to switch protocols and the server has agreed.
OK
The request has succeeded.
Created
The request has been fulfilled and resulted in a new resource being created.
Accepted
The request has been accepted for processing, but processing has not been completed.
No Content
The server successfully processed the request and is not returning any content.
Partial Content
The server is delivering only part of the resource due to a range header.
Moved Permanently
This and all future requests should be directed to the given URI.
Found
The resource was found but at a different URI. Tells client to use the new URI temporarily.
Not Modified
The resource has not been modified since the last request. Use cached version.
Temporary Redirect
The request should be repeated with another URI, but method must not change.
Permanent Redirect
The request and all future requests should be repeated with a new URI.
Bad Request
The server cannot process the request due to a client error (malformed syntax).
Unauthorized
Authentication is required and has failed or has not been provided.
Forbidden
The request was valid but the server is refusing action. The user might not have permissions.
Not Found
The requested resource could not be found on the server.
Method Not Allowed
The request method is not supported for the requested resource.
Request Timeout
The server timed out waiting for the request.
Conflict
The request could not be processed because of conflict in the current state of the resource.
Gone
The resource is no longer available and will not be available again.
I'm a Teapot
The server refuses to brew coffee because it is a teapot. (April Fools joke)
Unprocessable Entity
The request was well-formed but was unable to be followed due to semantic errors.
Too Many Requests
The user has sent too many requests in a given amount of time (rate limiting).
Internal Server Error
A generic error message for unexpected server errors.
Not Implemented
The server does not recognize the request method, or lacks the ability to fulfill it.
Bad Gateway
The server received an invalid response from an upstream server.
Service Unavailable
The server is currently unavailable (overloaded or down for maintenance).
Gateway Timeout
The upstream server failed to send a request in time.
Network Authentication Required
The client needs to authenticate to gain network access.
Acerca de HTTP Status Codes
HTTP Status Codes se ejecuta completamente en su navegador. Sus datos permanecen en su dispositivo — no hay carga a ningún servidor.
Referencia gratuita de códigos de estado HTTP. Busca y consulta todos los códigos (1xx-5xx) con descripciones. Incluye 200, 404, 500 y todos los códigos estándar. Gratis, sin registro, privacidad primero.
Cómo usar HTTP Status Codes
Busca códigos de estado HTTP y sus significados. Una referencia rápida para desarrolladores que depuran API y respuestas web.
- 1
Busca o explora
Escribe un código de estado en el cuadro de búsqueda para saltar a él, o explora la lista completa agrupada por categoría.
- 2
Revisa los detalles
Cada código muestra su nombre, categoría (1xx-5xx) y una breve descripción de cuándo se devuelve.
- 3
Copia para referencia
Haz clic en cualquier código para copiarlo, o toma nota de la categoría para recordar rápidamente durante la depuración.
Consejos
- •Los códigos 2xx significan éxito, 3xx son redirecciones, 4xx son errores del cliente y 5xx son errores del servidor.
- •404 (No encontrado) y 500 (Error interno del servidor) son los códigos más comunes que encontrarás.
Herramientas Relacionadas
Más Herramientas de Developer
Preguntas Frecuentes
¿La referencia de códigos de estado HTTP es gratuita?
Sí, nuestra referencia de códigos de estado HTTP es completamente gratuita. Puedes explorar y buscar todos los códigos de estado sin registro.
¿Qué códigos de estado HTTP están incluidos?
Cubrimos todos los códigos de estado HTTP estándar en las categorías 1xx (informativo), 2xx (éxito), 3xx (redirección), 4xx (error del cliente) y 5xx (error del servidor).
¿Puedo buscar un código de estado específico?
Sí. Usa el cuadro de búsqueda para encontrar un código por número o palabra clave. Los resultados se filtran al instante mientras escribes.
¿La referencia funciona sin conexión?
Sí. Una vez que la página se carga, todos los datos de códigos de estado están disponibles en tu navegador y funcionan sin conexión a internet.