SunPower website screenshot

SunPower

SunPower is a residential solar energy company (Nasdaq: SPWR) that designs, installs, and finances solar systems and battery storage for homeowners. The original SunPower Corporation filed for Chapter 11 bankruptcy in August 2024; its assets were acquired by Complete Solaria in September 2024, which rebranded as SunPower Inc. in April 2025. SunPower maintains the GitHub org github.com/SunPower, hosting open-source solar modeling tools including pvfactors (view-factor model for bifacial PV modeling), PVMismatch (mismatch loss calculations), and SolarUtils. These Python libraries are used by solar energy professionals and researchers for photovoltaic system modeling and simulation.

SunPower publishes 3 APIs on the APIs.io network. Tagged areas include Solar Energy, Renewable Energy, Photovoltaics, Open-Source, and Python.

SunPower’s developer surface includes engineering blog and 4 more developer resources.

11.7/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemium
3 APIs
Solar EnergyRenewable EnergyPhotovoltaicsOpen-SourcePython

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Regulatory Posture applies to this provider. Its tags matched the Energy & Utilities regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/sunpower: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

pvfactors

pvfactors is an open-source Python library for modeling diffuse shading and bifacial photovoltaic (PV) irradiance. It implements 2D geometry and view-factor mathematics to accou...

PVMismatch

PVMismatch is an open-source Python library for calculating mismatch losses in photovoltaic systems. It models I-V and P-V curves for PV cells, modules, and strings to quantify ...

SolarUtils

SolarUtils is an open-source Python package providing solar position algorithms and utility functions for solar energy calculations, including sun position (azimuth, elevation, ...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Sunpower Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sunpower Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Press 5

Recent news and press coverage referencing this provider.

Our Chairman and CEO, T.J. Rodgers, is leading ...

2026-05-25

SunPower and EagleView partner for precise, faster solar ...

2026-05-25

Sony Vs SUNPOWER: Which is a Better Buy? AI Stock ...

2026-05-25

SunPower and EagleView Automate Home Survey ...

2026-05-25

SunPower Adds $5M to Recent $41M Offering

2026-05-25

Resources

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: sunpower
name: SunPower
description: 'SunPower is a residential solar energy company (Nasdaq: SPWR) that designs, installs, and finances solar systems
  and battery storage for homeowners. The original SunPower Corporation filed for Chapter 11 bankruptcy in August 2024; its
  assets were acquired by Complete Solaria in September 2024, which rebranded as SunPower Inc. in April 2025. SunPower maintains
  the GitHub org github.com/SunPower, hosting open-source solar modeling tools including pvfactors (view-factor model for
  bifacial PV modeling), PVMismatch (mismatch loss calculations), and SolarUtils. These Python libraries are used by solar
  energy professionals and researchers for photovoltaic system modeling and simulation.'
type: Index
deliveryModel:
  model: unknown
  open_source: false
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/sunpower.png
tags:
- Solar Energy
- Renewable Energy
- Photovoltaics
- Open-Source
- Python
tags_raw:
- Solar Energy
- Renewable Energy
- Photovoltaics
- Open Source
- Python
url: https://raw.githubusercontent.com/api-evangelist/sunpower/refs/heads/main/apis.yml
created: '2026-05-02'
modified: '2026-05-02'
specificationVersion: '0.23'
apis:
- aid: sunpower:pvfactors
  name: pvfactors
  description: pvfactors is an open-source Python library for modeling diffuse shading and bifacial photovoltaic (PV) irradiance.
    It implements 2D geometry and view-factor mathematics to account for reflections between array surfaces including front
    and back sides of bifacial modules, ground, and sky. Used by PV professionals for simulation of complex shading scenarios,
    time-series irradiance calculations, and energy yield assessment. Maintained under the SunPower GitHub organization.
  humanURL: https://github.com/SunPower/pvfactors
  tags:
  - Solar Energy
  - Photovoltaics
  - Irradiance Modeling
  - Bifacial PV
  - Python
  - Open-Source
  tags_raw:
  - Solar Energy
  - Photovoltaics
  - Irradiance Modeling
  - Bifacial PV
  - Python
  - Open Source
  properties:
  - type: Documentation
    url: https://sunpower.github.io/pvfactors/
  - type: GitHub
    url: https://github.com/SunPower/pvfactors
  - type: PyPI
    url: https://pypi.org/project/pvfactors/
- aid: sunpower:pvmismatch
  name: PVMismatch
  description: PVMismatch is an open-source Python library for calculating mismatch losses in photovoltaic systems. It models
    I-V and P-V curves for PV cells, modules, and strings to quantify power loss from cell-to-cell or module-to-module variation
    in electrical characteristics.
  humanURL: https://github.com/SunPower/PVMismatch
  tags:
  - Solar Energy
  - Photovoltaics
  - Mismatch Loss
  - Python
  - Open-Source
  tags_raw:
  - Solar Energy
  - Photovoltaics
  - Mismatch Loss
  - Python
  - Open Source
  properties:
  - type: GitHub
    url: https://github.com/SunPower/PVMismatch
- aid: sunpower:solar-utils
  name: SolarUtils
  description: SolarUtils is an open-source Python package providing solar position algorithms and utility functions for solar
    energy calculations, including sun position (azimuth, elevation, zenith), sunrise/sunset times, and solar irradiance decomposition
    models.
  humanURL: https://github.com/SunPower/SolarUtils
  tags:
  - Solar Energy
  - Solar Position
  - Irradiance
  - Python
  - Open-Source
  tags_raw:
  - Solar Energy
  - Solar Position
  - Irradiance
  - Python
  - Open Source
  properties:
  - type: GitHub
    url: https://github.com/SunPower/SolarUtils
common:
- type: DomainSecurity
  url: security/sunpower-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/sunpower-corporation
- type: Website
  url: https://www.sunpower.com
- type: GitHubOrganization
  url: https://github.com/SunPower
- url: https://us.sunpower.com/blog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/sunpower"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/sunpower/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/sunpower/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.