Charge home pagelight logodark logo
  • Contact
  • Get API Keys
  • Get API Keys
  • Documentation
  • Blog
  • Getting Started
    • Accounts
    • Charging Sessions
    • Charging Stations
      • The Charging Station object
      • GET
        Retrieve a charging station
      • GET
        List charging stations
    • Drivers
    • Estimations
    • Fleets
    • Invoices
    • Payment Methods
    • Reports
    • Reservations
    • Transactions
    • Vehicles
    • Vehicle Telemetries
    • Webhook Endpoints
    Charging Stations

    The Charging Station object

    A Charging Station represents a physical location where electric vehicles can connect and charge. It includes both static attributes (location, capabilities) and dynamic data such as real-time connector availability and pricing.

    List vehicle’s charging sessionsRetrieve a charging station
    linkedin
    Powered by Mintlify
    Copy
    {
      "id": null,
      "object": null,
      "address": {
        "city": null,
        "country": null,
        "line1": null,
        "line2": null,
        "postal_code": null,
        "state": null
      },
      "availability": {
        "connectors_total": null,
        "connectors_available": null,
        "opening_hours": [
          {
            "day": null,
            "from": null,
            "until": null
          }
        ],
        "range": [
          {
            "from": null,
            "until": null
          }
        ]
      },
      "capabilities": {
        "24_7_access": null,
        "amenities": null,
        "payment_methods": null,
        "requires_membership": null,
        "reservable": null
      },
      "connectors": [
        {
          "id": null,
          "power": null,
          "status": null,
          "type": null
        }
      ],
      "created": null,
      "location": {
        "latitude": null,
        "longitude": null
      },
      "name": null,
      "operator": null,
      "operator_contact": null,
      "pricing": [
        {
          "type": null,
          "currency": null,
          "tax": null,
          "price": null,
          "step_size": null
        }
      ],
      "status": null,
      "updated": null
    }
    Assistant
    Responses are generated using AI and may contain mistakes.