{"id":24056295,"url":"https://github.com/mohsen104/list-status-codes","last_synced_at":"2025-10-13T10:38:10.110Z","repository":{"id":271601902,"uuid":"911954859","full_name":"mohsen104/list-status-codes","owner":"mohsen104","description":"This repository provides a comprehensive list of HTTP status codes along with their descriptions. It serves as a helpful reference for developers working with web applications and APIs.","archived":false,"fork":false,"pushed_at":"2025-01-08T18:01:12.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T23:46:36.288Z","etag":null,"topics":["api","backend","javascript","statuscode","typescript","webservice"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohsen104.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T09:48:08.000Z","updated_at":"2025-04-15T12:10:51.000Z","dependencies_parsed_at":"2025-01-10T06:15:24.135Z","dependency_job_id":"e8336ee6-4304-4a7f-bd9f-f7b883d94dcd","html_url":"https://github.com/mohsen104/list-status-codes","commit_stats":null,"previous_names":["mohsen104/list-status-codes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohsen104/list-status-codes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen104%2Flist-status-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen104%2Flist-status-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen104%2Flist-status-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen104%2Flist-status-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohsen104","download_url":"https://codeload.github.com/mohsen104/list-status-codes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohsen104%2Flist-status-codes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014651,"owners_count":26085555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","backend","javascript","statuscode","typescript","webservice"],"created_at":"2025-01-09T05:00:29.113Z","updated_at":"2025-10-13T10:38:10.093Z","avatar_url":"https://github.com/mohsen104.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTP Status Codes List  \n\nThis repository contains a complete list of HTTP status codes with their descriptions. It serves as a quick reference for developers working with web applications, APIs, and HTTP-related tasks.  \n\n## HTTP Status Codes  \n\n| Code | Description                              |  \n|------|------------------------------------------|  \n| 100  | Continue                                |  \n| 101  | Switching Protocols                     |  \n| 102  | Processing                              |  \n| 103  | Early Hints                             |  \n| 200  | OK                                      |  \n| 201  | Created                                 |  \n| 202  | Accepted                                |  \n| 203  | Non-Authoritative Information           |  \n| 204  | No Content                              |  \n| 205  | Reset Content                           |  \n| 206  | Partial Content                         |  \n| 207  | Multi-Status                            |  \n| 300  | Multiple Choices                        |  \n| 301  | Moved Permanently                       |  \n| 302  | Moved Temporarily                       |  \n| 303  | See Other                               |  \n| 304  | Not Modified                            |  \n| 305  | Use Proxy                               |  \n| 307  | Temporary Redirect                      |  \n| 308  | Permanent Redirect                      |  \n| 400  | Bad Request                             |  \n| 401  | Unauthorized                            |  \n| 402  | Payment Required                        |  \n| 403  | Forbidden                               |  \n| 404  | Not Found                               |  \n| 405  | Method Not Allowed                      |  \n| 406  | Not Acceptable                          |  \n| 407  | Proxy Authentication Required           |  \n| 408  | Request Timeout                         |  \n| 409  | Conflict                                |  \n| 410  | Gone                                    |  \n| 411  | Length Required                         |  \n| 412  | Precondition Failed                     |  \n| 413  | Request Entity Too Large                |  \n| 414  | Request-URI Too Long                    |  \n| 415  | Unsupported Media Type                  |  \n| 416  | Requested Range Not Satisfiable         |  \n| 417  | Expectation Failed                      |  \n| 418  | I'm a Teapot                            |  \n| 419  | Insufficient Space on Resource          |  \n| 420  | Method Failure                          |  \n| 421  | Misdirected Request                     |  \n| 422  | Unprocessable Entity                    |  \n| 423  | Locked                                  |  \n| 424  | Failed Dependency                       |  \n| 426  | Upgrade Required                        |  \n| 428  | Precondition Required                   |  \n| 429  | Too Many Requests                       |  \n| 431  | Request Header Fields Too Large         |  \n| 451  | Unavailable For Legal Reasons           |  \n| 500  | Internal Server Error                   |  \n| 501  | Not Implemented                         |  \n| 502  | Bad Gateway                             |  \n| 503  | Service Unavailable                     |  \n| 504  | Gateway Timeout                         |  \n| 505  | HTTP Version Not Supported              |  \n| 507  | Insufficient Storage                    |  \n| 511  | Network Authentication Required         |  \n\n## License  \n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.  \n\n## Author  \n\nCreated by [Mohsen104](https://github.com/mohsen104).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsen104%2Flist-status-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohsen104%2Flist-status-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohsen104%2Flist-status-codes/lists"}