all-about-apikey/positionstack
Muhammad Daffa 2eba183f8b Added 13 templates 2022-08-18 14:40:21 +07:00
..
README.md Added 13 templates 2022-08-18 14:40:21 +07:00

README.md

positionstack

Description

Accurate Forward & Reverse Batch Geocoding REST API

Example Request

  • Curl
curl "http://api.positionstack.com/v1/forward?access_key={{token}}&query=1600%20Pennsylvania%20Ave%20NW,%20Washington%20DC"
  • Raw
GET /v1/forward?access_key={{token}}&query=1600%20Pennsylvania%20Ave%20NW,%20Washington%20DC HTTP/1.1
Host: api.positionstack.com
...

Response

  • Success
{
    "data": {
        "results": [
            {
                "latitude": 38.897675,
                "longitude": -77.036547,
                "label": "1600 Pennsylvania Avenue NW, Washington, DC, USA",
                "name": "1600 Pennsylvania Avenue NW",
                "type": "address",
                "number": "1600",
                "street": "Pennsylvania Avenue NW",
                "postal_code": "20500",
                "confidence": 1,
                "region": "District of Columbia",
                "region_code": "DC",
                "administrative_area": null,
                "neighbourhood": "White House Grounds",
                "country": "United States",
                "country_code": "US",
                "map_url": "http://map.positionstack.com/38.897675,-77.036547"
            }
        ]
    }
}
  • Error
{
    "error": {
        "code": "invalid_access_key",
        "message": "You have not supplied a valid API Access Key."
    }
}

Regex

[a-z0-9]{32}

Example API key

tue3sv9hzsey1me4l7fwq3t46u5k8wag