# Charger Chargers are the physical stations containing one or more charging ports. These endpoints allow you to: - List all chargers in your network with their current statuses - Get detailed information about specific chargers - View power, connectivity, and location information - See all ports associated with a charger - Create bulk chargers Chargers contain important metadata about locations, payment types, power capabilities, and operating temperatures. A single charger typically houses multiple charging ports. ## List Chargers - [GET /charger](https://docs.epiccharging.com/apis/charger/charger_list.md): Retrieves a list of all available chargers with their current status and locations. Requires a valid API key. ## Get Charger Details - [GET /charger/{id}](https://docs.epiccharging.com/apis/charger/charger_read.md): Gets detailed information about a specific charger by ID, including technical specifications and current operational status. Requires a valid API key. ## Create Multiple Chargers - [POST /chargers](https://docs.epiccharging.com/apis/charger/chargers_create.md): Creates multiple chargers in a single transaction. All chargers must pass validation for the operation to succeed.