> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions/cloud-api.md).

# Cloud API

Aranet Cloud API allows access to the sensor and cloud data outside of the Aranet ecosystem. Cloud API is a Pull-type integration. By using the Aranet Cloud API, Aranet Cloud can be integrated with any other web or cloud-based IT system or used as a data source for 3rd-party applications.&#x20;

**The main features of Aranet Cloud API:**

* Centralized  data  access  for  all  the  necessary sensors via a single connection&#x20;
* Pull-type API integration providing access to data in Aranet Cloud&#x20;
* On-demand data access from Aranet Cloud without the need to establish data storage on a 3rd-party IT system &#x20;
* Ability  to  request  current,  latest,  and  speciﬁed period data &#x20;
* Access to cloud-speciﬁc data like virtual sensors, alarms, assets&#x20;
* Authorization using API key&#x20;
* **API  documentation**  –  all  currently  available endpoints are documented via[ ](https://aranet.cloud/openapi/)[**Swagger**](https://aranet.cloud/openapi/)&#x20;
* Supported data format: JSON &#x20;

Currently implemented **Aranet Cloud API**:

* supports only GET requests, meaning that the 3rd-party system shall not be able to insert or update any data into the Aranet Cloud database;
* following data can be requested:
  * sensor measurements  (with UTC timestamps)
  * sensor list with sensor details (name, interval, sensorID, type)

**API key**:

* Each 3rd-party system receives its own API key, which is used to authenticate data requests.
* One API key authenticates to only one Aranet Cloud workspace.
* By default, the API key has the same units configuration as the user who creates it.&#x20;
* A key value must be 32 characters long.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions/cloud-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
