# Ecosuite Time Series Data API

The [SolarNetwork](https://solarnetwork.net) API is thouroughly documented on GitHub.  The link to this "SolarQuery API" documentation is provided below. &#x20;

{% hint style="info" %}
Please note that within SolarNetwork documentation, edge compute devices are refered to as SolarNodes.
{% endhint %}

If you need help using the SolarNetwork APIs directly to access your Ecosuite project data with high fidelity, please contact <api@ecosuite.io> to get started.

{% embed url="<https://github.com/SolarNetwork/solarnetwork/wiki/SolarQuery-API>" %}

Some additional useful dirrect links to Solar Network develoer documentation:

* [**SolarNetwork Developer Portal**](https://solarnetwork.net/developers.html): Start here to understand the data-wrangling infrastructure.
* [**SolarNetwork GitHub Wiki**](https://github.com/SolarNetwork): Technical details on the underlying open-source codebase.


---

# 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.ecosuite.io/api/ecosuite-time-series-data-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.
