StedaMaps API

The affordable and developer-friendly Google Maps Places API alternative.

Get Started

API Documentation

HTTP Endpoint

GET https://api.stedamaps.com/v1/places/search

Headers

  • Authorization: Bearer <token>

Query Parameters

  • fields (string): Specifies which place fields to return. Options are id, location, geometry, details, images, and osmTags. Defaults to id, location, and details.
  • search (string): The term to search for.
  • location (string): Latitude,Longitude of the center point.
  • radius (integer): Search radius in meters, default is 1km, max is 200km.
  • limit (integer): Maximum number of results, default is 1, max is 100.

Pricing

$0.50 per 1,000 places.

Extra $0.50 per 1,000 places with images if images are requested.

Discover API

Sample Response

{
  "results": [
      {
          "id": 3884368102,
          "location": {
              "latitude": 40.78095939820627,
              "longitude": -73.97425257892377
          },
          "details": {
              "name": "American Museum of Natural History",
              "names": {
                  "cs": "Americké přírodovědné muzeum",
                  "en": "American Museum of Natural History",
                  "es": "Museo Americano de Historia Natural",
                  "fr": "Muséum américain d'histoire naturelle",
                  "he": "המוזיאון האמריקאי לתולדות הטבע",
                  "it": "Museo americano di storia naturale",
                  "ja": "アメリカ自然史博物館",
                  "ko": "미국 자연사 박물관",
                  "nl": "Amerikaans Museum van Natuurlijke Geschiedenis",
                  "pl": "Amerykańskie Muzeum Historii Naturalnej",
                  "pt": "Museu Americano de História Natural",
                  "ru": "Американский музей естественной истории",
                  "uk": "Американський музей природознавства",
                  "zh": "自然历史博物馆"
              },
              "types": {
                  "tourism": {
                      "kind": "museum"
                  }
              },
              "address": {
                  "house": "180",
                  "street": "Central Park West",
                  "city": "New York",
                  "postcode": "10024",
                  "state": "NY"
              },
              "localizedAddress": "Central Park West 180, 10024 New York",
              "openingHours": {
                  "periods": {
                      "Sat": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Sun": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Mon": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Tue": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Wed": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Thu": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ],
                      "Fri": [
                          {
                              "open": "10:00",
                              "close": "17:30"
                          }
                      ]
                  }
              },
              "website": "https://www.amnh.org/",
              "phoneNumbers": [
                  "+1 212-769-5100"
              ],
              "wheelchair": {
                  "support": "yes"
              },
              "references": {
                  "wikidata": "Q217717",
                  "wikipedia": "en:American Museum of Natural History"
              }
          },
          "images": [
              {
                  "url": "https://upload.wikimedia.org/wikipedia/commons/1/14/American_Museum_of_Natural_History_02.jpg",
                  "mime": "image/jpeg",
                  "width": 800,
                  "height": 480,
                  "description": "American Museum of Natural History",
                  "license": "cc-by-sa-3.0",
                  "source": "https://commons.wikimedia.org/wiki/File:American_Museum_of_Natural_History_02.jpg",
                  "attributions": [
                      "© <a href=\"//commons.wikimedia.org/w/index.php?title=User:Gigi_alt&amp;action=edit&amp;redlink=1\" class=\"new\" title=\"User:Gigi alt (page does not exist)\">Gigi alt</a> / <a href=\"https://creativecommons.org/licenses/by-sa/3.0\">CC BY-SA 3.0</a>"
                  ]
              },
              {
                  "url": "https://upload.wikimedia.org/wikipedia/commons/7/79/Amnh-logo-2023.svg",
                  "mime": "image/svg+xml",
                  "width": 512,
                  "height": 110,
                  "description": "Logo of the American Museum of Natural History. This version was used beginning in 2023.",
                  "license": "cc0",
                  "source": "https://commons.wikimedia.org/wiki/File:Amnh-logo-2023.svg",
                  "attributions": []
              }
          ]
      }
  ]
}
          

Terms of Use

1. Attribution
You must provide attribution to OpenStreetMap and used images whenever data from StedaMaps is used.
2. Caching
You may cache API responses indefinitely.

Get Started with StedaMaps

Enter your email address below to receive your API key.