# PUMP fleet

Mit PUMP fleet können Ladestationen gefunden werden, Details abgerufen werden und Preise für alle Ladepunkte aufgelistet werden.

#### Endpunkt

PUMP fleet ist erreichbar unter dem Endpunkt <mark style="background-color:blue;"><https://data.800volt.de/public/charging/1></mark>.

#### Autorisierung

Für jeden Aufruf wird ein x-api-key Header benötigt.

```json
"x-api-key": "YOUR_API_KEY"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pumpapp.co/pump-connect/entwickler/pump-fleet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
