Skip to main content

Get Charger Detail

GET 

/chargers/:charger

This GET request endpoint retrieves specific details about a charger, utilizing the charger's unique identifier as a path parameter. The structured JSON response encompasses information regarding the charger's location, status, provider details, and plug specifications. The data provided encompasses details about the charger, its plugs, and associated properties. It's important to note that this endpoint differs from chargers/:charger/updated as it does not perform real-time availability checks.

Request

Path Parameters

    charger stringrequired

    Unique identifier of the charger

Responses

Ok

Schema
    _id string
    idPR string
    idCupr number
    lat number
    lon number
    status boolean
    plugs number
    provider string
    connection string
    chargerDetails object[]
  • Array [
  • _id string
    charger string
    name string
    model string
    address string
    town string
    state string
    hasRestaurant boolean
    hasMall boolean
    hasCarWash boolean
    hasParking boolean
    hasGasStation boolean
    hasShop boolean
    hasCoffeeShop boolean
    hasWorkshop boolean
    plusCode string
    accessPrice number
    moreInfo string
    schedule string
    plugs object[]

    All plugs of a charger details

  • Array [
  • _id string
    chargerDetails string
    logicPlugId string
    lastUpdate date-time
    chargeSpeedId number
    provider string
    physicalPlugs object[]

    All physical plugs of a logic plug

  • Array [
  • _id string
    logicPlug string
    physicalPlugId string
    conectorType number
    status boolean
    lastUpdate date-time
    chargeMode number
    maxPower number
    provider string
    price number
  • ]
  • ]
  • provider string
    bookingType number
    bookingTime number
    freeCancelBookingTime number
    createdAt date-time
    updatedAt date-time
    monday string
    tuesday string
    wednesday string
    thursday string
    friday string
    saturday string
    sunday string
  • ]
  • loc string[]
    createdAt date-time
    updatedAt date-time
    show boolean
Loading...