AUROS
Connexion
Ouvrir Energy Lab
AUROSProtocol
AUROS

Documentation · Endpoints

Watt Score — Green API

Score indicatif 0–100 pour actifs énergétiques — lecture publique gratuite par id, batch premium jusqu'à 50 items.

GET public (gratuit)

Une référence comparateur Green énergie (`sunexchange`, `energy-web`…) — pas d'authentification.

Usage presse, due diligence rapide, intégration widget.

curl https://getauros.com/api/green/watt/sunexchange

POST batch (clé premium)

Jusqu'à **50 actifs énergétiques** par appel — portfolio solaire, REC, PPA.

`id` = référence comparateur AUROS, ou `text` = description libre (min 10 caractères, mots-clés solar/wind/PPA/REC…).

**Tier premium** (abonnement payant : Green API Premium / Monitor / Enterprise) — une clé `auros_pk_live_*` gratuite ne suffit pas (HTTP 403).

Compte au quota mensuel Protocol — redistribution commerciale du feed : /data/licence.

curl -X POST https://getauros.com/api/v1/green/watt/batch \
  -H "Authorization: Bearer auros_pk_live_xxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{"items":[{"id":"sunexchange"},{"text":"Solar farm 12 MW PPA signed production MWh France"}]}'

Réponse batch (extrait)

Le Watt Score est un signal valeur énergétique AUROS — pas un audit de production. Voir aussi /data/green-index et /data/uhi-index.

{
  "total": 2,
  "succeeded": 2,
  "items": [
    {
      "index": 0,
      "ok": true,
      "id": "sunexchange",
      "watt_score": { "rating": 72, "tier": "mid", "lifetime_gwh": 1.8, "energy_value_eur": 270000 }
    }
  ]
}

SDK

Python : `client.green_watt_score("sunexchange")`, `client.green_watt_batch(items=[...])`.

const watt = await client.greenWattScore("sunexchange");
const batch = await client.greenWattBatch({
  items: [{ id: "sunexchange" }, { text: "Solar 12 MW PPA production MWh" }],
});

Pages associées

  • AUROS Green API — CQS, Watt & Index
  • POST /api/v1/score/batch
  • Authentification
  • POST /api/v1/compare (+ public GET /api/compare)

← Retour à la documentation

Tester dans le playground

AUROS

Intelligence de tokenisation pour actifs réels.

Jurisdiction posture: EU-facing operations · imprint & entity pack on written request via /legal · /press
resources@getauros.com · legal@auros.app

Ouvrir Energy LabCréer mon dossierComparateur RWA

Dossier RWA

  • Commencer en 4 min
  • Wizard tokenisation
  • Score rapide
  • Mes dossiers
  • Comparateur RWA
  • Juridictions

Énergie

  • Resource Layer
  • Energy Lab
  • Producer
  • Trade
  • Agent
  • Market
  • Builders ARL
  • WATT
  • Earn

Protocol & preuves

  • AUROS Shield
  • Institutions
  • Hub développeurs
  • Copilot
  • OpenAPI

Écosystème

  • Plateformes & partenaires
  • Présence marchés
  • Pilotes 30 jours
  • Academy
  • Tarifs
  • Découvrir
  • Liquidity Bridge

Entreprise

  • Pourquoi AUROS
  • À propos
  • Investisseurs
  • Presse
  • Carrières
  • Status
  • Blog
  • Mentions légales
  • CGU
  • Confidentialité
  • Confiance
  • Sécurité
  • À propos

© 2026 AUROS · Tous droits réservés.