A

Azurecontainerapps · Maps Geocode

by Azurecontainerapps

POSTBase

$0.002

per call · USD Coin on Base

ManyFish location resolver for forward geocoding. Convert an address, landmark, city, postal code, or place name into coordinates, normalized address components, IANA time zone, and current UTC offset.

Endpoint

POST https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/maps/geocode

3

Calls / 30d

1

Unique payers / 30d

Sep 3

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/maps/geocode", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "language": "en-US",
    "limit": 3,
    "query": "Space Needle, Seattle"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://manyfish-seller.redcliff-d7368db1.westus2.azurecontainerapps.io/api/v1/maps/geocode" \
  -H "Content-Type: application/json" \
  -d '{"language":"en-US","limit":3,"query":"Space Needle, Seattle"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "query": "Space Needle, Seattle",
  "results": [
    {
      "addressLine": "Space Needle",
      "adminDistrict": "Washington",
      "adminDistrict2": "King County",
      "adminDistrictCode": "WA",
      "confidence": "High",
      "country": "United States",
      "countryCode": "US",
      "formattedAddress": "Space Needle, Seattle, WA 98109, United States",
      "latitude": 47.6205,
      "locality": "Seattle",
      "longitude": -122.3493,
      "matchCodes": [
        "Good"
      ],
      "postalCode": "98109",
      "streetName": null,
      "streetNumber": null,
      "timeZone": "America/Los_Angeles",
      "type": "PointOfInterest",
      "utcOffset": "-07:00"
    }
  ],
  "utcOffsetAt": "2026-08-31T20:15:00.000Z"
}

Payment details

Pay to0x9cd3f0d8a73a9a87f752f09d220652dc7de398cc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Azurecontainerapps & similar services