Age Calculator
Work out an exact age in years, months and days from a date of birth.
curl -X POST https://sinikoding.dev/api/v1/age-calculator \
-H 'content-type: application/json' \
-H 'x-api-key: tk_live_…' \
-d '{"birth":"…","on":"…"}'Need age calculator from your own code? Create a free account to get an API key. This page stays free without one.
Create account