name: Itron description: | Itron, Inc. (NASDAQ: ITRI) is a Liberty Lake, Washington–based industrial technology company providing smart-meter, grid-edge, and IoT infrastructure to electric, gas, and water utilities and cities. Itron's self-described mission is "Creating a more resourceful world" and the company reports 7,700+ customers in 100+ countries with 310M+ communicating endpoints delivered and 112M+ endpoints under management. The Itron developer surface is partner-gated rather than self-serve, centered on three platform families: (1) Distributed Intelligence (DI) — purpose-built apps that run at the grid edge on Itron smart meters; (2) Intelligent Connectivity (IC) — an IPv6/RF-mesh network platform (Itron Networks, formerly Cisco IoT FAN); and (3) the Starfish / Itron Networked Solutions Data Platform — a REST API + JavaScript SDK for device management and observation data, inherited from the Silver Spring Networks acquisition. A separate Data Warehouse OData API serves the Itron Analytics product, a Third-Party Gateway REST API bridges utility customer portals into DI enrollment, and legacy IEE web services (WCF/SOAP) and Consumer Energy Stream (CES) APIs document the Itron Enterprise Edition stack. Public OpenAPI/AsyncAPI artifacts are not published — access to specs, SDKs, and sandboxes is brokered through partner.itron.com after program acceptance. The developer.itron.com hostname now redirects to na.itron.com/developers/. url: https://github.com/api-evangelist/itron image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-site/api-evangelist-icon.jpg created: '2026-05-22' modified: '2026-05-23' specificationVersion: '0.18' type: Index aid: itron tags: - Itron - Utilities - Smart Meters - Smart Grid - Smart Cities - Internet Of Things - IoT - Energy - Water - Gas - Electricity - Distributed Intelligence - Grid Edge - AMI - AMR - RF Mesh - IPv6 - OData - Industrial IoT - Fortune 1000 - NASDAQ ITRI apis: - name: Itron Distributed Intelligence (DI) Platform description: | Partner-gated platform for building purpose-built applications that execute on Itron-DI-enabled electric meters at the grid edge. Itron describes DI as moving "grid analysis, decision-making and control to the grid's edge, resulting in significantly reduced latency, greatly improved situational awareness, more accurate analysis and advanced event detection." A DI SDK (request-gated) and a Third-Party Gateway REST API support the build/sign/deploy/enroll lifecycle. humanURL: https://na.itron.com/developers/distributed-intelligence baseURL: https://partner.itron.com/ tags: - Distributed Intelligence - Grid Edge - Smart Meters - Edge Computing - Partner Platform properties: - type: Documentation url: https://na.itron.com/developers/distributed-intelligence - type: SDK url: https://docs.itrontotal.com/DI_SDK/Content/Topics/Request%20SDK%20files.htm - type: DeveloperPortal url: https://na.itron.com/developers/itron-developer-program - type: SignUp url: https://partner.itron.com/flow/af4b0f91-1acd-4c07-9425-7fb4c31ac22b - type: UseCases url: https://na.itron.com/w/unlock-your-iot-potential-with-itron-di-developer-program - type: Blog url: https://na.itron.com/w/unlock-your-iot-potential-with-itron-di-developer-program - name: Itron Intelligent Connectivity (IC) Platform description: | The IC platform combines Itron's IPv6-enabled RF mesh Network Platform with a Control Platform that manages the lifecycle of connected devices. Itron describes it as "an open, standards-based IPv6-enabled wireless network that provides unsurpassed, ubiquitous coverage," with Access Points supporting thousands of devices at data rates up to 2.4 Mbps. Developers integrate via the Network Interface Card (NIC) or Edge Router. Underlying CoAP sample apps and the Milli5 sensor reference designs are published in the Itron Networked Solutions GitHub org. humanURL: https://na.itron.com/developers/intelligent-connectivity baseURL: https://partner.itron.com/ tags: - Intelligent Connectivity - RF Mesh - IPv6 - CoAP - IIoT - Network Platform properties: - type: Documentation url: https://na.itron.com/developers/intelligent-connectivity - type: SignUp url: https://partner.itron.com/flow/af4b0f91-1acd-4c07-9425-7fb4c31ac22b - type: GitHubOrganization url: https://github.com/silverspringnetworks - type: CodeExamples url: https://github.com/silverspringnetworks/developer_program - name: Itron Starfish Data Platform API description: | REST-based device-and-observation API inherited from the Silver Spring Networks acquisition, now branded under Itron Networked Solutions. Exposes Devices, Observations, and Device Templates resources with OAuth 2.0 client-credentials authentication, plus a short-lived browser token flow via the Tokens API. A first-party JavaScript SDK (`starfish-sdk` on npm) wraps all operations. This is the only Itron API with a publicly published SDK and README-grade reference material; the spec below is reconstructed from the SDK source. humanURL: https://developer.ssni.com/api-overview baseURL: https://api.data.sentience.ssni.com/ tags: - Starfish - Silver Spring Networks - Data Platform - IoT - Devices - Observations - OAuth properties: - type: OpenAPI url: openapi/starfish-data-platform-openapi.yml - type: SDK url: https://github.com/silverspringnetworks/starfish-js name: starfish-sdk (JavaScript / Node) - type: APIReference url: https://developer.ssni.com/api-overview - type: Documentation url: https://developer.ssni.com/api-overview - type: GitHubRepository url: https://github.com/silverspringnetworks/starfish-js - type: CodeExamples url: https://github.com/silverspringnetworks/starfish-js#readme - type: Authentication url: https://developer.ssni.com/api-overview name: OAuth 2.0 (client credentials) + short-lived Tokens API for browsers - name: Itron Analytics Data Warehouse API description: | REST-based OData 4.0 query API exposing the Itron Analytics data warehouse for Itron Enterprise Edition / IA Platform tenants. Authentication uses a JWT obtained from the Itron Identity Service with a 36-character ClientID and a 32-character Client Secret. The service documents protections that "will limit the result set to 10,000 records if there are not filters in the request" and supports OData filter/select/expand semantics over interval reads, accounts, service points, and related entities. humanURL: https://docs.itrontotal.com/IAPlatform/Cloud/AdminPortal/help/Content/DataWarehouseAPI.htm baseURL: https://docs.itrontotal.com/IAPlatform/ tags: - Itron Analytics - Data Warehouse - OData - Reporting - Itron Enterprise Edition properties: - type: Documentation url: https://docs.itrontotal.com/IAPlatform/Cloud/AdminPortal/help/Content/DataWarehouseAPI.htm - type: Authentication url: https://docs.itrontotal.com/IAPlatform/Cloud/AdminPortal/help/Content/DataWarehouseAPI.htm name: JWT via Itron Identity Service (ClientID + Client Secret) - type: RateLimits url: https://docs.itrontotal.com/IAPlatform/Cloud/AdminPortal/help/Content/DataWarehouseAPI.htm name: Unfiltered queries capped at 10,000 records - name: Itron Third-Party Gateway API description: | REST/JSON API that enables utility customer portals to enroll consumers into Distributed Intelligence (DI) programs by forwarding requests into the Itron Enterprise Application Center (EAC) and orchestrating service-bus queues for request/response/notification handling, application downloads, and licensing. Authentication uses Itron Identity client credentials and an AAA (authentication, authorization, accounting) framework. humanURL: https://docs.itrontotal.com/ThirdPartyGWAPI/Content/Topics/IntroMod.htm baseURL: https://docs.itrontotal.com/ThirdPartyGWAPI/ tags: - Third Party Gateway - Distributed Intelligence - Enrollment - EAC - Customer Portal properties: - type: Documentation url: https://docs.itrontotal.com/ThirdPartyGWAPI/Content/Topics/IntroMod.htm - type: Authentication url: https://docs.itrontotal.com/ThirdPartyGWAPI/Content/Topics/IntroMod.htm name: Itron Identity (Client ID + Client Secret) with AAA - name: Itron IEE Web Services description: | Legacy web-service surface for Itron Enterprise Edition (IEE) Meter Data Management. Documented as a mix of WCF services (with annotated WSDL and XSD files shipped in the installation's `bin\ServiceMetadata` directory) and older .asmx ASP.NET web services. Per-service PDF API guides are distributed through the gated Itron Customer Center rather than a public developer portal. humanURL: https://docs.itrontotal.com/IEEOtherAPI/Content/Topics/Service%20Documentation.htm baseURL: https://docs.itrontotal.com/IEEOtherAPI/ tags: - IEE - Itron Enterprise Edition - MDM - SOAP - WCF - WSDL - Legacy properties: - type: Documentation url: https://docs.itrontotal.com/IEEOtherAPI/Content/Topics/Service%20Documentation.htm - type: APIReference url: https://customer.itron.com/ - name: Itron Consumer Energy Stream (CES) API description: | Itron describes Consumer Energy Stream as a data product that allows electricity meter consumption data "from a consumer's meter to stream to an Itron-authenticated receiver over the consumer's internet connection and wireless network to a utility's consumer application and third-party data subscribers who offer products and services to consumers." CES is delivered as a component of the Intelligent Edge Operating System (IEOS) and exposes its own APIs documented inside the Itron Total help center. humanURL: https://docs.itrontotal.com/CES_API/Content/Topics/Intro_CES.htm baseURL: https://docs.itrontotal.com/CES_API/ tags: - Consumer Energy Stream - CES - IEOS - Consumer Data - Streaming - Smart Meters properties: - type: Documentation url: https://docs.itrontotal.com/CES_API/Content/Topics/Intro_CES.htm - type: APIReference url: https://docs.itrontotal.com/CES_API/Content/Topics/Intro_CES.htm - name: Itron GenX / Starfish Studio description: | GenX is the marketing umbrella under which Itron positions next-generation grid-edge solutions for developer partners; Starfish Studio is a related sandbox/prototyping surface for IoT solution builders. As of May 2026 the Starfish Studio landing page (na.itron.com/developers/starfish-studio) returns a 404, and program details — sample apps, sandboxes, certifications — are accessible only after partner-program acceptance. humanURL: https://na.itron.com/developers/itron-developer-program baseURL: https://partner.itron.com/ tags: - GenX - Starfish Studio - Prototyping - Sandbox - Partner Program properties: - type: DeveloperPortal url: https://na.itron.com/developers/itron-developer-program - type: SignUp url: https://partner.itron.com/flow/af4b0f91-1acd-4c07-9425-7fb4c31ac22b common: - type: Portal url: https://na.itron.com/ - type: DeveloperPortal url: https://na.itron.com/developers/ - type: Documentation url: https://docs.itrontotal.com/ - type: KnowledgeCenter url: https://customer.itron.com/ - type: SignUp url: https://partner.itron.com/flow/af4b0f91-1acd-4c07-9425-7fb4c31ac22b - type: Authentication url: https://docs.itrontotal.com/IAPlatform/Cloud/AdminPortal/help/Content/DataWarehouseAPI.htm name: Itron Identity Service (ClientID + Client Secret, JWT) - type: GitHubOrganization url: https://github.com/silverspringnetworks name: Itron Networked Solutions (legacy Silver Spring Networks) - type: GitHubRepository url: https://github.com/silverspringnetworks/starfish-js - type: GitHubRepository url: https://github.com/silverspringnetworks/developer_program - type: Blog url: https://na.itron.com/w - type: Newsroom url: https://na.itron.com/na/company/newsroom - type: Partners url: https://na.itron.com/partners - type: Customers url: https://na.itron.com/who-we-serve - type: Solutions url: https://na.itron.com/na/solutions - type: LinkedIn url: https://www.linkedin.com/company/itron-inc/ - type: X url: https://twitter.com/ItronInc - type: YouTube url: https://www.youtube.com/user/itroninc - type: Glossary url: https://apps.itron.com/ItronGlossary/ - type: Investors url: https://investors.itron.com/ - type: Plans url: plans/itron-plans-pricing.yml - type: RateLimits url: rate-limits/itron-rate-limits.yml - type: FinOps url: finops/itron-finops.yml - type: Capabilities url: capabilities/ - type: Vocabulary url: vocabulary/itron-vocabulary.yml - type: JSONLD url: json-ld/itron-context.jsonld maintainers: - FN: Kin Lane email: info@apievangelist.com url: https://apievangelist.com