{"uid":"cap_Mc_fMWXsZJ0-i-pRcui0p","slug":"decimal-degrees-to-dms-converter-74b40f61","name":"Decimal Degrees to DMS Converter","description":"Convert a decimal-degree latitude/longitude to degrees-minutes-seconds, with hemisphere letters and a formatted string for each axis.","url":"https://geospatial.openverbs.com/v1/to-dms","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":["lat","lon"],"properties":{"lat":{"type":"number","maximum":90,"minimum":-90,"description":"Latitude in decimal degrees."},"lon":{"type":"number","maximum":180,"minimum":-180,"description":"Longitude in decimal degrees."}},"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_q_8vk3QGl0TDZDEH7ZLQM","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 decimal-degree latitude/longitude coordinate pair into degrees-minutes-seconds (DMS) format with hemisphere letters and formatted strings for each axis.","exampleAgentPrompt":"Convert the coordinates 40.7128° N, -74.0060° E (lat 40.7128, lon -74.0060) into degrees-minutes-seconds format with hemisphere letters.","exampleUseCases":[{"title":"Labeling a map with DMS coordinates","prompt":"I need to label a printed map with the classic degrees-minutes-seconds format — can you convert lat 51.5074 and lon -0.1278 to DMS with the N/S/E/W hemisphere letters?"},{"title":"Aviation waypoint coordinate display","prompt":"Our flight plan tool needs the waypoint at lat 48.8566, lon 2.3522 expressed in degrees, minutes, and seconds with hemisphere indicators — can you convert that for me?"},{"title":"Photography EXIF coordinate reformatting","prompt":"The photo was taken at latitude 35.6762 and longitude 139.6503 in decimal degrees — can you reformat that into DMS notation so I can add it to the EXIF metadata in the standard format?"}],"resultDescription":"Returns the latitude and longitude each broken into integer degrees, integer minutes, decimal seconds, and a hemisphere letter (N/S for latitude, E/W for longitude), plus a pre-formatted human-readable DMS string for each axis (e.g. '40° 42′ 46.08″ N').","failureModes":["Latitude out of range (-90 to 90) returns a 400/422 validation error","Longitude out of range (-180 to 180) returns a 400/422 validation error","Missing lat or lon field returns a 400 error","Non-numeric values for lat/lon return a validation error","Payment not provided or insufficient returns a 402 Payment Required"],"whenToPreferThis":"Use this endpoint when you need to convert decimal-degree coordinates to degrees-minutes-seconds (DMS) notation for display, labeling, or interoperability with systems (e.g. aviation, military, printed cartography) that expect the sexagesimal format. It is the right choice when the output must include hemisphere letters and a pre-formatted string, not just raw numeric components.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:44:28.205Z","isFirstParty":false}