{"uid":"cap_MaSM3LrIUM7AC0IKnq8_U","slug":"geospatial-slippy-map-tile-coordinate-converter-18d4f208","name":"Geospatial Slippy-Map Tile Coordinate Converter","description":"Map a WGS84 coordinate at a given zoom (0..30) to its slippy-map (XYZ / Google / OSM) tile x,y and its Bing quadkey.","url":"https://geospatial.openverbs.com/v1/tile","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":["lon","lat","zoom"],"properties":{"lat":{"type":"number","maximum":90,"minimum":-90,"description":"Latitude in degrees."},"lon":{"type":"number","maximum":180,"minimum":-180,"description":"Longitude in degrees."},"zoom":{"type":"integer","maximum":30,"minimum":0,"description":"Zoom level."}},"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_0DDePxDwCm1H5u5T26Crc","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 WGS84 lat/lon coordinate at a given zoom level to its XYZ/OSM/Google slippy-map tile x,y indices and the equivalent Bing Maps quadkey string.","exampleAgentPrompt":"Convert the coordinate 40.7128, -74.0060 at zoom level 12 to its slippy-map tile x,y and Bing quadkey.","exampleUseCases":[{"title":"Pre-fetching map tiles for a route","prompt":"I need the slippy-map tile coordinates and Bing quadkey for latitude 51.5074, longitude -0.1278 at zoom level 15 — I'm building a tile pre-fetch list for London's city center."},{"title":"Mapping a sensor reading to a map tile","prompt":"A weather sensor just reported a reading at lat 48.8566, lon 2.3522. What's the OSM tile x, y and Bing quadkey at zoom 10 for that location?"},{"title":"Validating tile coverage for a region","prompt":"Can you tell me which tile x, y and quadkey covers the coordinate 35.6762, 139.6503 at zoom level 14? I want to check if our Tokyo map cache includes that tile."}],"resultDescription":"Returns the integer tile x and y indices for the XYZ/OSM/Google slippy-map system and the Bing Maps quadkey string corresponding to the given WGS84 latitude, longitude, and zoom level.","failureModes":["Latitude out of range (-90 to 90) returns a validation error","Longitude out of range (-180 to 180) returns a validation error","Zoom level outside 0–30 returns a validation error","Missing required fields (lat, lon, zoom) return a 400-level error","Payment failure or insufficient funds returns a 402 error"],"whenToPreferThis":"Choose this endpoint when you need to map a geographic coordinate to tile indices for use with any XYZ-compatible tile server (OSM, Google Maps, Leaflet, etc.) or Bing Maps, especially when you need both the XYZ tile address and the Bing quadkey in a single call. It is ideal for tile cache management, map pre-fetching, spatial indexing by tile, and any workflow that bridges OSM-style and Bing-style tile addressing.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-16T13:02:26.522Z","isFirstParty":false}