The Age Gap Calculator

πŸ€”
Playful meme related to turning 25

API

This is a simple, public, read-only API intended for light personal or educational use. Please avoid excessive automated traffic and cache responses where possible (I'm working off of freeware!). Not sure why you would, but if you build something with it, a link back to this site is appreciated.

Minimum age
/api/min-age?dob=YYYY-MM-DD
Compare two people
/api/check?older=YYYY-MM-DD&younger=YYYY-MM-DD
Example
Path:
/api/check?older=1988-06-05&younger=2000-04-24
Full URL:
/api/check?older=1988-06-05&younger=2000-04-24
  • All responses are JSON.
  • Dates must be formatted as YYYY-MM-DD
  • No authentication required (public, read-only)