422
422 is the HTTP status code Unprocessable Content — the request was well formed but semantically wrong.
- Even
- Composite
Where 422 fits
Why 422 is special
422 covers the gap between 'I cannot parse this' and 'I will not do this'. The JSON is valid, the fields are present, and the values still make no sense — an end date before a start date, an email that is syntactically fine but already taken. It originated in the WebDAV extension and was absorbed into mainstream API practice.
Not just a mathematical number
422is also used in ways where ordinary arithmetic doesn't apply — each listed below with what genuinely does and doesn't follow from it.
- Mathematical number
A genuine quantity — its mathematical properties (prime, square, factors, and so on) are real facts about it.
A genuine quantity that ordinary arithmetic applies to — it can be prime, even, a perfect square, added to another number meaningfully, and so on.
- Code
Also used as a code — HTTP status codes.
An assigned identifier from a fixed registry or standard — its digits don't represent an amount, and arithmetic on it is meaningless (HTTP status 404 + 1 is not a 'better' status; it's a different, unrelated code).
Factors & digit properties
- Divisors (4)
- 1, 2, 211, 422
- Prime factorisation
- 2 × 211
- Digit sum
- 8
- Digital root
- 8
Representations
- Decimal
- 422
- Binary
- 110100110
- Octal
- 646
- Hexadecimal
- 1a6
- Roman numeral
- CDXXII
- Scientific notation
- 4.220 × 10^2
Other mathematical patterns
- Deficient number
- Semiprime
Related numbers & connections
422 covers well-formed requests whose meaning is impossible.
400 means the server could not parse the request at all; 422 means it parsed perfectly and the content makes no sense. APIs that collapse both into 400 lose the ability to tell a client whether to fix its syntax or its logic.
View 400 →Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Other connections
- contrasts with400
why?
Strength 0.50, confidence "high".
Technology & computing
422 marks the gap between parsing and sense. The request is well-formed JSON with all required fields, and it still cannot be acted on — an end date before its start date, a quantity of minus three. It came from the WebDAV extension and became standard API practice long before it was folded into the core specification.
DocumentedTechnology & computing
Common questions
Is 422 a prime number?
No, 422 is not prime.
What are the factors of 422?
The factors of 422 are 1, 2, 211, 422.
What is 422 in Roman numerals?
422 in Roman numerals is CDXXII.
About this page's data
Mathematical facts:computed directly from the number's value — nothing to source or verify externally.
Contextual records: 1 reviewer-confirmed record, sourced and reviewed before publication.
Last reviewed: 3 August 2026