{"api":"Timezone Converter API v1","description":"Convert times between timezones","pricing":{"basic":{"price":"Free","requests":"500/month","rateLimit":"5/min"},"pro":{"price":"$9.99/mo","requests":"20K/month","rateLimit":"30/min"},"ultra":{"price":"$49.99/mo","requests":"200K/month","rateLimit":"150/min"},"mega":{"price":"$199/mo","requests":"2M/month","rateLimit":"500/min"}},"endpoints":[{"method":"POST","path":"/v1/convert","body":"{ datetime, from, to }","note":"Convert between timezones"},{"method":"GET","path":"/v1/now/:timezone","note":"Get current time in timezone"},{"method":"GET","path":"/v1/list","query":"?region=","note":"List all timezones"},{"method":"GET","path":"/v1/offset/:offset","note":"Get timezones by UTC offset"}],"examples":["POST /v1/convert { \"datetime\": \"2024-01-15T10:30:00\", \"from\": \"America/New_York\", \"to\": \"Europe/London\" }","GET /v1/now/Asia/Tokyo","GET /v1/list?region=europe"],"timezoneCount":40}