Get AFIR EVSE statuses changed since a cursor

Returns a batch of EVSE dynamic statuses (availability + ad-hoc price) that changed since
the supplied since cursor, in DATEX II format. Omit since to fetch a full snapshot.

Paging is cursor-based: pass the returned publicationTime back as since on the next request and repeat
until an empty batch is returned. Because rows are de-duplicated after paging, a batch may contain fewer
unique EVSEs than perPage; a short (non-empty) batch does NOT mean end-of-data — only an empty batch does.
When a batch is empty the request's since is echoed back as publicationTime (the cursor does not advance).

The since/publicationTime value is an opaque, full-precision datetime cursor
(YYYY-MM-DD HH:MM:SS.fffffffff); pass it through verbatim without reformatting or truncating.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

ISO 3166-1 alpha-2 country code

Allowed:
string | null

Opaque cursor from a previous response's publicationTime. Omit for a full snapshot.
Full-precision datetime string (e.g. '2026-06-28 01:01:51.151000000') — forwarded verbatim.

int32 | null
Defaults to 100

Number of rows to scan per batch before de-duplication (max 1000)

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json