HTTP ステータスコード

リクエストのデバッグ、API のドキュメント化、サーバー応答の確認に役立つ、最も一般的な HTTP レスポンスコードを短い解説付きで参照できます。

Use the jump links to move between response classes and keep a quick lookup nearby while working with APIs.

HTTP response code table

Code Name Meaning

1xx Informational

Informational responses indicate that the request was received and processing can continue.

2xx Success

Success responses indicate the request was received, understood and accepted.

3xx Redirection

Redirection responses tell the client that additional action is needed to complete the request.

4xx Client Errors

Client error responses indicate a problem with the request itself, authentication or permissions.

5xx Server Errors

Server error responses indicate the server failed while trying to handle an apparently valid request.

200 OK
404 Not Found
503 Service Unavailable

よくある質問

HTTP 404 とは?

HTTP 404 は、指定された URL でリクエストされたリソースが見つからなかったことを意味します。

301 と 302 の違いは?

301 リダイレクトは恒久的なものを意味し、302 は通常一時的な移動を示します。

503 は何を意味しますか?

HTTP 503 は、サービスが一時的に利用できないことを意味します。多くはメンテナンスや過負荷が原因です。