> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/web-api.md).

# Web API

Die JUNE5 Web API ist eine HTTP-Protokoll-basierte Schnittstelle zur Bereitstellung von beispielsweise acron Daten in einem Netzwerk. Die Anwendung kann sowohl im verschlüsselten als auch im unverschlüsselten Modus betrieben werden (HTTPS/HTTP). Die Funktionen der API sind nur nach einer Authentifizierung aufrufbar. Dazu wurde ein Token-basiertes Sicherheitskonzept umgesetzt. Es ist am OAuth-Standard angelehnt. Die Web API kann Standardgemäß die abgefragten Daten im JSON Format bereitstellen.

{% hint style="info" %}
Für die Verwendung der JUNE5 Web API sind Programmierkenntnisse erforderlich:

* Das HTTP-Protokoll (<http://www.w3.org/Protocols/rcf2616.htm>)
* Das OData-Protokoll (<http://www.odata,org/>)
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.videc.de/june5-3.7/web-api.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.
