Build on the Eniris API

Pull metadata and telemetry from your energy installations straight into your own systems. One API — the same one Eniris uses internally.

You'll need to sign in on the webshop to start the ordering flow.

GET /v1/telemetry?deviceId=inv-0042 · 200 OK
{
  "device": {
    "id": "inv-0042",
    "brand": "Huawei",
    "type": "SUN2000-100KTL",
    "kWac": 100
  },
  "telemetry": [
    { "time": "2026-07-16T12:00:00Z",
      "acPower_kW": 87.4 },
    { "time": "2026-07-16T12:01:00Z",
      "acPower_kW": 88.1 }
  ]  // 2,000 points/min on Free tier
}
What is the Eniris API?

The same data that powers the Eniris platform

The Eniris Metadata & Telemetry Query API gives you programmatic access to the data behind the platform. Export time-series data and metadata from your installations into your own dashboards, reports or applications — with a secure authentication flow and ready-to-use client libraries for Python and Node.js.

Export data to your own systems

Bring telemetry and metadata from your installations into your own tools, BI dashboards or customer portals.

Powerful querying

Query time-series data, devices, roles and company information through a clear, structured REST API.

Get started fast with SDKs

Official Python and NPM packages handle authentication and communication, so you're up and running in minutes.

Predictable, fair usage

A transparent rate limiter — leaky-bucket, based on compute time — keeps the platform stable for everyone.

How it works

From plan to data in three steps

Choose your plan

Select the API tier that fits your volume in the webshop.

Authenticate

Get an access token via the Authentication API or through our SDK.

Query your data

Call the endpoints and integrate the data into your own application.

Pricing

Pick the tier that fits your volume

Rate limits are expressed in compute time per minute, applied through a transparent leaky-bucket limiter.

Free
Free

Ideal for testing and starting small.

  • 100 ms compute per minute
  • Bucket capacity 100 ms
  • ±2,000 data points/minute with optimized queries
Choose this plan
Premium
€1,500 /month

For heavy usage and large data volumes.

  • 60,000 ms compute per minute
  • Bucket capacity 60,000 ms
  • Built for large-scale, continuous export
Choose this plan

Need more? Contact sales for a custom plan.

Ready to integrate?

Choose your API plan in the webshop and start building today.