Generate a random roman numeral in String format.
GET/v1/number/roman-numeral
This API endpoint will return a random roman numeral in String format. Throws error when min is greater than max. When min, max is not a number. When min is less than 1. When max is greater than 3999.
Request
Responses
- 200
- 500
a random roman numeral in String format
The min should be greater than 0 and max should not be greater than 3999