201
201 is the HTTP status code Created — the request succeeded and a new resource now exists.
- Odd
- Composite
Where 201 fits
Why 201 is special
201 is what a well-behaved API returns when a POST actually made something. The specification expects it to carry a Location header pointing at the new resource, which is the difference between 'we handled that' and 'here is what you made'. Returning a plain 200 instead loses the client its address.
Not just a mathematical number
201is 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, 3, 67, 201
- Prime factorisation
- 3 × 67
- Digit sum
- 3
- Digital root
- 3
Representations
- Decimal
- 201
- Binary
- 11001001
- Octal
- 311
- Hexadecimal
- c9
- Roman numeral
- CCI
- Scientific notation
- 2.010 × 10^2
Other mathematical patterns
- Deficient number
- Semiprime
- Harshad (Niven) number
- Lucky number (mathematical sieve)
Related numbers & connections
201 is issued when a request created a new resource, and is expected to name that resource in a Location header.
201 says the thing was created; 202 says the request was accepted and may yet fail. Treating them alike is how queued work appears to succeed and quietly does not.
View 202 →Numbers Around Us
- appears inHTTP status codes
why?
Strength 0.50, confidence "high".
Other connections
- contrasts with202
why?
Strength 0.50, confidence "high".
Technology & computing
A 201 is expected to carry a Location header naming the resource it just made. That is the difference between an API that confirms and one that is useful: the client gets an address rather than having to guess or re-query. Returning 200 for a creation is common and loses that.
DocumentedTechnology & computing
Common questions
Is 201 a prime number?
No, 201 is not prime.
What are the factors of 201?
The factors of 201 are 1, 3, 67, 201.
What is 201 in Roman numerals?
201 in Roman numerals is CCI.
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