Skip to main content

HTTP Status

Status codes are numerical codes that are part of the HTTP response sent by a server to indicate the status of a request. These codes provide information about whether a request was successful, encountered an error, or requires further action.

HTTP CodeHTTP MessageMessage
200OKSuccess
400Bad RequestBad Request: one or more parameter is invalid or missing
401UnauthorizedUnauthorized: invalid signature key provided in the request
402Payment RequiredMake a payment to access the requested resource
403ForbiddenForbidden: service not allowed
404Not FoundResource not found
405Method Not AllowedMethod Not Allowed
409ConflictConflicting data: already exists
429Too Many RequestsToo Many Attempts
500Internal Server ErrorInternal Server Error
504Gateway TimeoutServer error
524Timeout from CloudflareUnofficial Server Error