char.gy · Example Payload

Chargy Tariffs Response

EnergyUnited KingdomEV ChargingElectricityUtilitiesOCPICharge Point OperatorOpen DataRoamingTariffsMobilityElectrification

Chargy Tariffs Response is an example object payload from char.gy, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datastatus_codestatus_messagetimestamp

Example Payload

Raw ↑
{
  "data": [
    {
      "country_code": "GB",
      "party_id": "CGY",
      "id": "a38338f7-96fa-4c71-8b61-f1a8f5f179b2",
      "currency": "EUR",
      "elements": [
        {
          "price_components": [
            {
              "type": "ENERGY",
              "price": 0.5505,
              "step_size": 1
            }
          ]
        }
      ],
      "last_updated": "2025-10-03T14:52:11Z"
    },
    {
      "country_code": "GB",
      "party_id": "CGY",
      "id": "f61692a5-b7af-48cc-b6e5-f63ff3e2a801",
      "currency": "USD",
      "elements": [
        {
          "price_components": [
            {
              "type": "ENERGY",
              "price": 0.4167,
              "step_size": 1
            }
          ]
        }
      ],
      "last_updated": "2025-10-14T09:59:55Z"
    },
    {
      "country_code": "GB",
      "party_id": "CGY",
      "id": "fd80692e-6fe0-42de-9f5f-88a292df9d42",
      "currency": "GBP",
      "elements": [
        {
          "price_components": [
            {
              "type": "ENERGY",
              "price": 0.325,
              "step_size": 1
            }
          ],
          "restrictions": {
            "start_time": "00:00",
            "end_time": "07:00",
            "day_of_week": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ]
          }
        },
        {
          "price_components": [
            {
              "type": "ENERGY",
              "price": 0.4917,
              "step_size": 1
            }
          ],
          "restrictions": {
            "start_time": "07:00",
            "end_time": "00:00",
            "day_of_week": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY"
            ]
          }
        },
        {
          "price_components": [
            {
              "type": "ENERGY",
              "price": 0.45,
              "step_size": 1
            }
          ],
          "restrictions": {
            "start_time": "00:00",
            "end_time": "00:00",
            "day_of_week": [
              "SATURDAY",
              "SUNDAY"
            ]
          }
        }
      ],
      "last_updated": "2026-07-23T10:43:11Z"
    }
  ],
  "status_code": 1000,
  "status_message": "Success",
  "timestamp": "2026-07-27T21:10:24Z"
}