Skip to main content
The Spirii Public API is a REST API for managing EV charging infrastructure on the Spirii platform. Every endpoint in this reference ships with a request/response schema, parameter list, and an interactive Try it playground.

Base URLs

EnvironmentURL
Productionhttps://api.spirii.com
Sandboxhttps://sandbox.api.spirii.com

Format

  • All requests and responses use JSON.
  • All timestamps are UTC, ISO 8601 (2026-05-19T13:45:00Z).
  • Monetary amounts are returned in minor units with an explicit currency code.
  • Field names are camelCase. Enum values are typically lowercase strings.

Where to next

Authentication

Get an API key and authorize your first request.

Versioning

The current version, version history, and deprecation policy.

Quickstart

A five-minute walkthrough to your first successful request.

Errors & rate limits

Status codes, error envelopes, and rate-limit headers.