Skip to main content
GET
/
api
/
v1
/
stations
/
tile
Get Map Tile
curl --request GET \
  --url https://connect.cariqa.com/api/v1/stations/tile/ \
  --header 'Authorization: Bearer <token>'
{
  "features": [
    {
      "geometry": {
        "coordinates": [
          "<string>"
        ],
        "type": "Point"
      },
      "properties": {
        "count": 123,
        "expansion_zoom": 123,
        "speed": "slow",
        "status": "free",
        "operator_id": "<string>"
      },
      "type": "Feature",
      "station_id": "<string>",
      "cluster_id": "<string>",
      "custom_properties": {
        "is_partner": true
      },
      "price_properties": {
        "price": "<string>",
        "type": "charging_price",
        "currency": "<string>"
      }
    }
  ],
  "type": "FeatureCollection"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

connector_types
enum<string>[]

List of connector types to filter stations

  • CHADEMO - CHADEMO
  • DOMESTIC_A - DOMESTIC_A
  • DOMESTIC_B - DOMESTIC_B
  • DOMESTIC_C - DOMESTIC_C
  • DOMESTIC_D - DOMESTIC_D
  • DOMESTIC_E - DOMESTIC_E
  • DOMESTIC_F - DOMESTIC_F
  • DOMESTIC_G - DOMESTIC_G
  • DOMESTIC_H - DOMESTIC_H
  • DOMESTIC_I - DOMESTIC_I
  • DOMESTIC_J - DOMESTIC_J
  • DOMESTIC_K - DOMESTIC_K
  • DOMESTIC_L - DOMESTIC_L
  • IEC_60309_2_single_16 - IEC_60309_2_single_16
  • IEC_60309_2_three_16 - IEC_60309_2_three_16
  • IEC_60309_2_three_32 - IEC_60309_2_three_32
  • IEC_60309_2_three_64 - IEC_60309_2_three_64
  • IEC_62196_T1 - IEC_62196_T1
  • IEC_62196_T1_COMBO - IEC_62196_T1_COMBO
  • IEC_62196_T2 - IEC_62196_T2
  • IEC_62196_T2_COMBO - IEC_62196_T2_COMBO
  • IEC_62196_T3A - IEC_62196_T3A
  • IEC_62196_T3C - IEC_62196_T3C
  • TESLA_R - TESLA_R
  • TESLA_S - TESLA_S
Available options:
CHADEMO,
DOMESTIC_A,
DOMESTIC_B,
DOMESTIC_C,
DOMESTIC_D,
DOMESTIC_E,
DOMESTIC_F,
DOMESTIC_G,
DOMESTIC_H,
DOMESTIC_I,
DOMESTIC_J,
DOMESTIC_K,
DOMESTIC_L,
IEC_60309_2_single_16,
IEC_60309_2_three_16,
IEC_60309_2_three_32,
IEC_60309_2_three_64,
IEC_62196_T1,
IEC_62196_T1_COMBO,
IEC_62196_T2,
IEC_62196_T2_COMBO,
IEC_62196_T3A,
IEC_62196_T3C,
TESLA_R,
TESLA_S
max_price
number<double>

Filter out stations with price higher than this

only_available
boolean
default:false

Whether to show only available stations

only_partners
boolean
default:false

Whether to show only partner stations

operators
string[]

List of partner operator names to filter stations

power_groups
enum<string>[]

List of power groups to filter stations

  • slow - slow
  • fast - fast
  • turbo - turbo
Available options:
slow,
fast,
turbo
x
integer[]
required

Identifies the X coordinates of the tile in the grid

y
integer[]
required

Identifies the Y coordinates of the tile in the grid

z
integer
required

Zoom level

Response

features
object[]
required
type
string
default:FeatureCollection