Solematica

Compare Italian rooftop-solar installer offers in one call

🌦 WeatherHEALTHYchecked 2h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Solematica benchmarks photovoltaic packages from major Italian energy operators—price per kW, panels, inverters, batteries and warranties. The public /providers endpoint returns the full comparison as JSON with no key, provided you credit Solematica. Deeper data like energy prices and satellite roof analysis needs paid credits.

96HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 96 · healthy
Uptime history
100%90 days
100%30 days
267P50 · ms
1414P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 113 ms, slowest 986 ms, most recent 246 ms.
Live response samplecaptured by our last successful check
GET https://api.solematica.it/api/v1/providers

{
  "providers": [
    {
      "slug": "iren",
      "nome": "Iren",
      "prezzo_3kw": "da 4.990 €",
      "pannelli": "Trinasolar / AIKO (fonti terze)",
      "inverter": "ZCS Azzurro (Zucchetti)",
      "garanzia": "25 anni pannelli",
      "sede": "Reggio Emilia"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.solematica.it/api/v1/providers"
const res = await fetch("https://api.solematica.it/api/v1/providers");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.solematica.it/api/v1/providers")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /providers267 mschecked 2h ago
GET/providersPROBED

Compare Italian rooftop-solar installer offers in one call

GET/providers?limit=5

Paginated variant with limit parameter.

GET/api/v1/stima/solar-info?lat=45.464&amp

Geospatial query by coordinates.

GET/api/v1/tracking/ABC123XYZ456

ABC123XYZ456 — documented GET route.

GET/api/v1/blog?categoria=incentivi&amp

Blog — documented GET route.

GET/api/v1/providers

Streaming or service providers.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Solematica: common questions

Is Solematica free to use?

Yes — Solematica is a free weather API. Free tier: Free public /providers endpoint; other endpoints need paid credits. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Solematica need an API key?

No — Solematica needs no API key or signup. You can call it straight away; rate limits still apply (100 req/window · 99 remaining · resets 900).

Can I call Solematica from the browser?

Not directly — Solematica doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Solematica up right now?

As of our last scheduled check, Solematica is healthy with 100% uptime over 90 days and a 267 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.