{"uid":"cap_0hrubHmgN7u1ofCRGlhed","slug":"utm-to-decimal-lat-lon-converter-2cb2288e","name":"UTM to Decimal Lat/Lon Converter","description":"Convert a UTM coordinate (zone, hemisphere, easting, northing) back to decimal lat/lon on WGS84.","url":"https://geospatial.openverbs.com/v1/from-utm","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["zone","hemisphere","easting","northing"],"properties":{"zone":{"type":"integer","maximum":60,"minimum":1,"description":"UTM zone number."},"easting":{"type":"number","maximum":1000000,"minimum":0,"description":"Easting in metres."},"northing":{"type":"number","maximum":10000000,"minimum":0,"description":"Northing in metres."},"hemisphere":{"enum":["N","S"],"type":"string","description":"Hemisphere."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_e3NzQW3_LJAS6AOSpmuvp","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts a UTM coordinate (zone number, hemisphere, easting, northing) to WGS84 decimal latitude and longitude.","exampleAgentPrompt":"Convert UTM zone 17, northern hemisphere, easting 585628, northing 4477326 back to decimal latitude and longitude for me.","exampleUseCases":[{"title":"Surveying data import pipeline","prompt":"I've got a spreadsheet of survey points in UTM — zone 32, northern hemisphere, easting 456200, northing 5412800. Can you convert those to decimal lat/lon so I can load them into Google Maps?"},{"title":"Field GPS reading to mapping tool","prompt":"My GPS unit gave me UTM zone 10N, easting 550000, northing 4100000 — can you turn that into a regular latitude and longitude so I can drop a pin?"},{"title":"Military grid to navigation coordinate","prompt":"I have a UTM coordinate: zone 36, southern hemisphere, easting 700000, northing 3200000 — what's the decimal lat/lon equivalent on WGS84?"}],"resultDescription":"Returns the WGS84 decimal latitude and longitude corresponding to the input UTM zone, hemisphere, easting, and northing values.","failureModes":["Zone number out of range (must be 1–60) returns a validation error","Easting out of range (must be 0–1,000,000 metres) returns a validation error","Northing out of range (must be 0–10,000,000 metres) returns a validation error","Invalid hemisphere value (must be 'N' or 'S') returns a validation error","Missing required fields returns a 400-level error","Payment not provided or insufficient returns a 402 error"],"whenToPreferThis":"Choose this endpoint when you have UTM coordinates (zone, hemisphere, easting, northing) and need to convert them to standard WGS84 decimal latitude/longitude. It is the inverse of the lat/lon-to-UTM endpoint on the same service. Prefer it for survey data, field GPS readings, or any geospatial workflow that produces UTM output and needs geographic coordinates. Use the MGRS endpoint instead if your input is a Military Grid Reference System string.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:22.635Z","isFirstParty":false}