← APIs / Positionstack
Verified

Positionstack

Apiosk Basicsby Apiosk Basics · General

Forward and reverse geocoding: convert addresses to coordinates and back, worldwide.

locationapi
Price per request
$0.10
Base URL
https://gateway.apiosk.com/positionstack
Technical Specs
Auth MethodapiKey
Response FormatJSON
Endpoints2
Endpoints
MethodPathDescriptionCost
GET /forward Forward geocoding: address/place -> coordinates.
$0.09 default
View details
GET /reverse Reverse geocoding: coordinates -> address.
$0.09 default
View details
Endpoint documentation
GET/forward
$0.09 default
Description

Forward geocoding: address/place -> coordinates.

Pricing
$0.09 default
Parameters
{
  "limit": {
    "required": false,
    "type": "integer"
  },
  "query": {
    "required": true,
    "type": "string"
  }
}
GET/reverse
$0.09 default
Description

Reverse geocoding: coordinates -> address.

Pricing
$0.09 default
Parameters
{
  "limit": {
    "required": false,
    "type": "integer"
  },
  "query": {
    "description": "lat,lon",
    "example": "40.7128,-74.0060",
    "required": true,
    "type": "string"
  }
}