{"uid":"cap_1VNd3gkzCMh55AteTh2aR","slug":"geo-halowerk-com-h3-cell-operations-3af0f30b","name":"geo.halowerk.com H3 Cell Operations","description":"Creates or inspects H3 cells and optionally returns neighbors or changes resolution. Missing facts are returned as null and named in unavailable_fields where applicable. Derived values disclose their method; source-backed values disclose source, time window and age. ","url":"https://geo.halowerk.com/v1/h3-cell","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"k":{"type":"integer","maximum":20,"minimum":0,"description":""},"lat":{"type":"number","maximum":90,"minimum":-90,"description":""},"lon":{"type":"number","maximum":180,"minimum":-180,"description":""},"cell":{"type":"string","maxLength":32,"minLength":1,"description":""},"operation":{"enum":["from-coordinate","neighbors","change-resolution"],"type":"string"},"resolution":{"type":"integer","maximum":15,"minimum":0,"description":""}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","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.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_HliiIdT6SNno1mvfl5WnG","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Creates H3 cells from coordinates, finds neighbors, or changes cell resolution using Uber's H3 hierarchical hexagonal geospatial indexing system","exampleAgentPrompt":"Convert the coordinate 37.7749, -122.4194 to an H3 cell at resolution 9, then find all neighbors within k=2 rings.","exampleUseCases":[{"title":"Hexagonal zone lookup for delivery routing","prompt":"I have a delivery pickup at latitude 40.7128, longitude -74.0060 — can you get me the H3 cell at resolution 8 so I can group it with nearby orders in the same hexagonal zone?"},{"title":"Spatial proximity analysis via k-ring neighbors","prompt":"Given the H3 cell token '8928308280fffff', find all neighboring cells within 3 rings so I can identify which hexagons are close enough to be considered nearby."},{"title":"Coarsen H3 cell to lower resolution","prompt":"I have an H3 cell at resolution 10 — '8a2a1072b59ffff' — can you change its resolution to 6 so I can do a higher-level regional aggregation?"}],"resultDescription":"Returns the H3 cell token for the given coordinate and resolution, or the set of neighbor cell tokens for a k-ring query, or the new cell token at the changed resolution. Missing facts are returned as null with field names listed in unavailable_fields. Derived values include their computation method.","failureModes":["Invalid latitude/longitude values outside allowed ranges return validation errors","H3 resolution out of range 0-15 causes rejection","Cell token string malformed or unrecognized returns error","k value exceeding maximum of 20 is rejected","Missing required fields for the chosen operation (e.g. no lat/lon for from-coordinate) returns null or error","Operation enum value not recognized"],"whenToPreferThis":"Choose this endpoint when working with Uber's H3 hexagonal spatial indexing system specifically — for encoding coordinates into H3 tokens, finding k-ring neighbors, or changing cell resolution. Prefer over geohash or S2 endpoints when your downstream system expects H3 cell IDs. Prefer over custom spatial queries when you need standardized hexagonal tessellation with consistent area per resolution level.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T06:46:49.390Z","isFirstParty":false}