Skip to main content
{
    "id": "chst_iMb1nAbiUhyudabADX74SMtWaNhC4Z1t",
    "object": "charging_station",
    "address": {
        "city": "Paris",
        "country": "FR",
        "line1": "10 Rue de la Paix",
        "line2": "Batiment A",
        "postal_code": "75002",
        "state": "Ile-de-France"
    },
    "availability": {
        "connectors_available": 3,
        "connectors_total": 8,
        "opening_hours": [
            {
                "day": "mon",
                "from": "08:00",
                "until": "20:00"
            }
        ],
        "range": [
            {
                "from": "2026-04-01T01:42:32.276Z",
                "until": "2026-04-01T02:41:49.904Z"
            }
        ]
    },
    "capabilities": {
        "24_7_access": false,
        "amenities": ["cafe", "restrooms", "wifi"],
        "payment_methods": ["credit_card", "rfid"],
        "requires_membership": false,
        "reservable": true
    },
    "connectors": [
        {
            "id": "connector_a1",
            "power": 150,
            "status": "available",
            "type": "CCS"
        },
        {
            "id": "connector_a2",
            "power": 150,
            "status": "occupied",
            "type": "CCS"
        }
    ],
    "created": "2026-04-01T00:41:56.862Z",
    "location": {
        "latitude": 48.8698,
        "longitude": 2.3319
    },
    "name": "Example Station",
    "operator": "Example Operator",
    "operator_contact": "support@example.com",
    "pricing": [
        {
            "currency": "eur",
            "price": 42,
            "step_size": 1,
            "tax": "vat",
            "type": "ENERGY"
        }
    ],
    "status": "active",
    "updated": "2026-04-01T01:41:54.099Z"
}
{
    "id": "chst_iMb1nAbiUhyudabADX74SMtWaNhC4Z1t",
    "object": "charging_station",
    "address": {
        "city": "Paris",
        "country": "FR",
        "line1": "10 Rue de la Paix",
        "line2": "Batiment A",
        "postal_code": "75002",
        "state": "Ile-de-France"
    },
    "availability": {
        "connectors_available": 3,
        "connectors_total": 8,
        "opening_hours": [
            {
                "day": "mon",
                "from": "08:00",
                "until": "20:00"
            }
        ],
        "range": [
            {
                "from": "2026-04-01T01:42:32.276Z",
                "until": "2026-04-01T02:41:49.904Z"
            }
        ]
    },
    "capabilities": {
        "24_7_access": false,
        "amenities": ["cafe", "restrooms", "wifi"],
        "payment_methods": ["credit_card", "rfid"],
        "requires_membership": false,
        "reservable": true
    },
    "connectors": [
        {
            "id": "connector_a1",
            "power": 150,
            "status": "available",
            "type": "CCS"
        },
        {
            "id": "connector_a2",
            "power": 150,
            "status": "occupied",
            "type": "CCS"
        }
    ],
    "created": "2026-04-01T00:41:56.862Z",
    "location": {
        "latitude": 48.8698,
        "longitude": 2.3319
    },
    "name": "Example Station",
    "operator": "Example Operator",
    "operator_contact": "support@example.com",
    "pricing": [
        {
            "currency": "eur",
            "price": 42,
            "step_size": 1,
            "tax": "vat",
            "type": "ENERGY"
        }
    ],
    "status": "active",
    "updated": "2026-04-01T01:41:54.099Z"
}
This object represents a charging station in Charge. It includes location, connector availability, pricing, and other operational details.

Attributes

id
string
Unique identifier for the object.
connectors
array of object
List of connectors available at the station.
location
object
GPS coordinates of the station.
name
string | null
Optional user-facing name for the station.
operator
string
Name of the operator (CPO).
pricing
array of object
Pricing components for the station.
status
string
Current status of the station.

More attributes

object
string
String representing the object’s type.
address
object
Physical location of the charging station.
availability
object
Availability data for the station.
capabilities
object
Capabilities and service features provided at the station.
created
string
Time at which the charging station was created. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.
operator_contact
string
Contact information for station support or issues.
updated
string
Time at which the station was last updated. RFC 3339 UTC timestamp with millisecond precision, e.g. 2026-03-03T14:05:23.789Z.