Everything you need to integrate solar energy data into your applications. Monitor panels, track installations, manage billing, and more.
RESTful endpoints with consistent patterns, detailed error messages, and comprehensive response types. Start making requests in minutes.
curl -X GET "https://api.pipesolar.com/v1/panels" \
-H "Authorization: Bearer ps_live_..." \
-H "Content-Type: application/json"
# Response
{
"data": [
{
"id": "panel_01H8X3...",
"name": "Residential Array A",
"capacity_kw": 12.5,
"status": "active",
"daily_output_kwh": 42.3
}
],
"meta": { "page": 1, "total": 24 }
}Developer-friendly documentation designed to get you building fast.
Explore every endpoint with live examples, request builders, and multi-language code snippets.
Go from zero to your first API call in under 5 minutes with our step-by-step tutorial.
Learn best practices for authentication, error handling, pagination, and webhooks.
Get instant answers to your API questions from our AI-powered documentation assistant.