Sections

  • Basics

  • API reference

  • Release notes

  • Deprecations

Sign in / Sign up
    • System

    • Day

    • Night

  • Sign in / Sign up
Quick setup guide
Introduction

Pagination

Most of our list queries support pagination to make fetching large sets of data responsive and fast. Examples of such queries are cars, stations, operators and reviews.

Implementing pagination isn't hard because a common structure is in place. Each list query has a size and page argument. The size argument sets the number of items you will get per page. The page argument is a pointer that incrementally fetches new data. Both are of type int.

Limits & defaults

To keep up the performance of our API and prevent overfetching, size limits are in place. By default the limit is set to a maximum of 100. Exceptions to this rule are the car and review query. These both accept a maximum of 1000. If you send a size that's over the maximum, it will be set to the maximum.

Next to limits, the following defaults will be used when they are not set on the query;

ArgumentTypeDefault
sizeintDefault is set to 10
pageintDefault is set to 0
  • Basics

    API Basics

    GraphQL Basics

    EV basics

  • API reference

    API

    Cars

    Stations

    Routes

    Navigation

    Vehicle connectivity

    Tile service

    Isolines

  • Products

    Website

    Dashboard

    Help center

    SDKs

  • Tooling

    Playground

    Voyager

    Examples

    API Status

  • Legal

    Terms & Conditions

    Privacy Policy

    Cookie Policy

    SLA

    Security

Mission Statement

State of charge

Try Chargetrip Go

© Chargetrip 2022

Build with love in

Amsterdam ❤️

API reference

  • API

  • Cars

  • Stations

  • Routes

  • Navigation

  • Vehicle connectivity

  • Tile service

  • Isolines

Sections

  • Quick setup guide

  • Pagination

  • Introduction

  • Query cars

  • Query car details

  • Query premium car details

  • Introduction

  • Query stations

  • Query station details

  • Query stations around a GeoJSON point

  • Query station reviews

  • Mutate to create a station review

  • Query station operators

  • Query station operator details

  • Query station tariffs

  • Query station tariff details

  • Query station amenities

  • Query station statistics

  • Introduction

  • Mutate to create a new route

  • Subscribe to route updates

  • Query route details

  • Query route path

  • Introduction

  • Mutate to start a new navigation session

  • Subscribe to navigation updates

  • Query navigation session

  • Mutate to update a navigation session

  • Mutate to recalculate navigation

  • Mutate to finish navigation

  • Introduction

  • Telemetry

  • Introduction

  • Properties

  • Filters

  • Integration

  • Introduction

  • Mutation to create an isoline

  • Subscribe to isoline details

  • Query isoline details