5 exercises on how to say HTTP status codes in spoken conversation.
0 / 5 completed
1 / 5
How is the HTTP status code 404 read aloud?
404 is most commonly read as "four-oh-four" in developer conversation — "oh" for zero is standard in number strings. "Four-zero-four" is also used and understood. "Four-hundred-and-four" is technically correct but sounds formal and is rarely used in daily engineering speech. So "you got a four-oh-four", "the endpoint is returning four-oh-fours", "a four-oh-four page." The pattern holds for similar codes: "five-oh-three" for 503, "two-oh-one" for 201. "Four-oh-four" is the idiomatic form.
2 / 5
How is "500" (Internal Server Error) spoken in a technical context?
500 is read both as "five hundred" and "five-oh-oh" — both are common in engineering speech. "Five hundred" treats it as a cardinal number and is often used when talking about the error category ("we are seeing five hundreds on the endpoint"). "Five-oh-oh" treats it as a digit string, like a phone number, and is also very common. Engineers say "the service is throwing five hundreds" (category) or "we got a five-oh-oh" (specific). Both are professional and understood.
3 / 5
How is "201 Created" read aloud when discussing API responses?
201 is most commonly read as "two-oh-one" in API discussions — "two-OH-one Created." "Two-hundred-and-one" is also grammatically correct and you will hear it in more formal explanations. So "the POST returns a two-oh-one", "expect a two-oh-one when the resource is created." In quick standup speech, "two-oh-one" wins because it is faster. Both are correct — choose based on context: "two-oh-one" in fast speech, "two-hundred-and-one" when explaining status codes to beginners.
4 / 5
How is "429 Too Many Requests" spoken?
429 is read as either "four-two-nine" (digits individually) or "four-twenty-nine" (treating "29" as a unit). Both are natural and widely used. So "the rate limit returns four-two-nine" or "you get a four-twenty-nine when you exceed the quota." For HTTP status codes, the digit-by-digit reading ("four-two-nine") is especially common because it is unambiguous, but "four-twenty-nine" is also standard. The full name "Too Many Requests" might be added in explanations: "a four-two-nine, meaning too many requests."
5 / 5
How is "503 Service Unavailable" spoken in incident calls?
503 is most commonly said as "five-oh-three" in incident calls — "we're seeing five-oh-threes on the load balancer." "Five-zero-three" is also used. "Five-hundred-and-three" sounds formal but is grammatically correct. In the middle of an incident: "the gateway is returning five-oh-threes" is the fastest, clearest form. The "oh" for zero pattern is standard across three-digit codes: "four-oh-four," "five-oh-oh," "two-oh-one," "five-oh-three." This pattern is consistent and fluent-sounding in engineering conversation.