Chargefox · Example Payload

Chargefox Fleets Sessions 200

EnergyAustraliaEV ChargingElectricityUtilitiesOCPICharge Point OperatorRoamingFleetsMobilityCharging SessionsElectrification

Chargefox Fleets Sessions 200 is an example object payload from Chargefox, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datapagination

Example Payload

Raw ↑
{
  "data": {
    "sessions": [
      {
        "uuid": "3f922abd-ef9f-4114-a023-e5739029e1b9",
        "auth_id": "BUMBLEBEE",
        "location": {
          "name": "Bayfront Hideout",
          "timezone": "Australia/Sydney",
          "address": "18 Energon Lane, Circuit Cove, NSW 2450",
          "operator": {
            "name": "Chargefox"
          },
          "suboperator": {
            "name": "Cybertron"
          },
          "evse": {
            "evse_id": "BEE-BAY-18",
            "name": "Station 2450",
            "connector": {
              "id": 2,
              "name": "Port B"
            }
          }
        },
        "start_date_time": "2024-02-10T09:12:03+11:00",
        "stop_date_time": "2024-02-10T09:19:54+11:00",
        "total_time": 420,
        "consumption": 1.586,
        "total_parking_time": 0,
        "total_revenue": 0,
        "gst_on_total_revenue": 0,
        "total_cost": 0.28,
        "gst_on_total_cost": 0.03,
        "currency": "AUD",
        "charging_periods": [
          {
            "start_date_time": "2024-02-10T09:12:03+11:00",
            "duration": 420,
            "consumption": 1.586,
            "tariff": 0.3,
            "gst": 0.04,
            "amount": 0.48,
            "currency": "AUD"
          }
        ]
      },
      {
        "uuid": "4d0ab8cc-e7bb-44ae-913a-06f6a1e9c863",
        "auth_id": "RATCHET",
        "location": {
          "name": "Remote Repair Shop",
          "timezone": "Australia/Sydney",
          "address": "404 Transformer Trail, Gearhead Valley, VIC 3777",
          "operator": {
            "name": "Chargefox"
          },
          "suboperator": {
            "name": "Cybertron"
          },
          "evse": {
            "evse_id": "RCH-REP-04",
            "name": "Station 4045",
            "connector": {
              "id": 1,
              "name": "Port A"
            }
          }
        },
        "start_date_time": "2024-02-10T11:21:39+11:00",
        "stop_date_time": "2024-02-10T11:31:15+11:00",
        "total_time": 540,
        "consumption": 1.681,
        "total_parking_time": 0,
        "total_revenue": 0.5,
        "gst_on_total_revenue": 0.05,
        "total_cost": 0.29,
        "gst_on_total_cost": 0.03,
        "currency": "AUD",
        "charging_periods": [
          {
            "start_date_time": "2024-02-10T11:21:39+11:00",
            "duration": 540,
            "consumption": 1.681,
            "tariff": 0.3,
            "gst": 0.05,
            "amount": 0.5,
            "currency": "AUD"
          }
        ]
      }
    ]
  },
  "pagination": {
    "total_entries": 2
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/chargefox-fleets-sessions-200"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.