HTTP Status Codes
Referência gratuita de códigos de status HTTP. Pesquise e consulte todos os códigos (1xx-5xx) com descrições. Inclui 200, 404, 500 e todos os códigos padrão.
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.
Sobre HTTP Status Codes
HTTP Status Codes é executado inteiramente no seu navegador. Seus dados permanecem no seu dispositivo — não há upload para nenhum servidor.
Referência gratuita de códigos de status HTTP. Pesquise e consulte todos os códigos (1xx-5xx) com descrições. Inclui 200, 404, 500 e todos os códigos padrão. Grátis, sem cadastro, privacidade primeiro.
Como usar HTTP Status Codes
Consulte códigos de status HTTP e seus significados. Uma referência rápida para desenvolvedores depurando APIs e respostas web.
- 1
Pesquise ou navegue
Digite um código de status na caixa de pesquisa para acessá-lo, ou navegue pela lista completa agrupada por categoria.
- 2
Revise os detalhes
Cada código mostra seu nome, categoria (1xx–5xx) e uma breve descrição de quando é retornado.
- 3
Copie para referência
Clique em qualquer código para copiá-lo, ou anote a categoria para lembrança rápida durante a depuração.
Dicas
- •Códigos 2xx significam sucesso, 3xx são redirecionamentos, 4xx são erros do cliente e 5xx são erros do servidor.
- •404 (Not Found) e 500 (Internal Server Error) são os códigos mais comuns que você encontrará.
Ferramentas Relacionadas
Mais Ferramentas de Developer
Perguntas Frequentes
A referência de códigos de status HTTP é gratuita?
Sim, nossa referência de códigos de status HTTP é totalmente gratuita. Você pode navegar e pesquisar todos os códigos de status sem necessidade de cadastro.
Quais códigos de status HTTP estão incluídos?
Cobrimos todos os códigos de status HTTP padrão nas categorias 1xx (informativo), 2xx (sucesso), 3xx (redirecionamento), 4xx (erro do cliente) e 5xx (erro do servidor).
Posso pesquisar um código de status específico?
Sim. Use a caixa de pesquisa para encontrar um código por número ou palavra-chave. Os resultados são filtrados instantaneamente enquanto você digita.
A referência funciona offline?
Sim. Assim que a página carrega, todos os dados de códigos de status estão disponíveis no seu navegador e funcionam sem conexão com a internet.