Utilities
UTM Zone Calculator
Calculate UTM zone from latitude and longitude coordinates
json· JSON result
Quick start
Call this tool from your code in three languages.
cURL
curl -X POST 'https://api.elysiatools.com/en/api/tools/utm-zone-calculator' \
-H 'Content-Type: application/json' \
-d '{"latitude":0,"longitude":0}'