This is a public API to calculate the age in Year, month, and day format by providing a valid date in YYYY-MM-DD format. This API accept the "dob" header parameter and provide the calculated age.
API Detail | |
---|---|
API URL: | https://outsystemsdeveloperschool.com/api/calculate-age-public |
METHOD: | GET |
AUTHENTICATION: | NO AUTH |
Header Parameters | |
---|---|
dob | Mandatory |
Example DOB: 1991-07-01
Response: {"data":"33 years 0 months 5 day(s)"}