Retrieve detailed information about a facility by its ID, including owner, installer, and certification data.
Facility data retrieved successfully
Invalid facility ID provided or facility not found
Unauthorized
{- "url": "/app/api/v1/facilities/130235",
- "date": "2024-09-17 04:26:39 EDT",
- "code": 200,
- "elements": 2,
- "page": "1 of 1",
- "data": [
- {
- "facility_id": 130235,
- "name": "test API facility name",
- "energy_type": "Solar Photovoltaic",
- "facility_size": 1.5713,
- "facility_type": "RES",
- "facility_type_long": "Residential",
- "usable_energy": 12.34,
- "system_cost": 12345,
- "is_battery_backup": false,
- "system_leased": false,
- "referrer_company": "test - Bayer, Jast and Champlin",
- "registry": {
- "registry": "GATS",
- "registry_id_number": "NON00220"
}, - "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}, - "owner": {
- "first_name": "Isaac",
- "last_name": "Doe",
- "email": "test@example.com",
- "phone": "122-223-3321",
- "company_name": "test name Towne Inc",
- "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}
}, - "installer": {
- "company": "test - Conn - Kulas",
- "first_name": "Leola",
- "last_name": "Doe",
- "email": "Josue59@example.com",
- "phone": "987-223-7611",
- "address": {
- "street": "492 Darby Rd",
- "apartment": null,
- "city": "Yorktown",
- "county": null,
- "state": "VA",
- "zip": 23693
}
}, - "panels": [
- {
- "array_id": 189624,
- "location": "Roof",
- "tracking": "Fixed",
- "array_orientation_azimuth": 320,
- "array_tilt": 80,
- "number_of_panels": 3,
- "manufacturer": null,
- "model_type": "test",
- "rating_dc": 230.1
}
], - "inverters": [
- {
- "id": 107060,
- "number_of_inverters": 2,
- "manufacturer": "Agepower Limit",
- "model_type": "Agepower AP 20000 TL3-US (20000W (277Vac) Utility Interactive Inverter)",
- "inverter_capacity_kw": 2.23
}
], - "meter": {
- "id": 113521,
- "accuracy": "standard",
- "serial_number": "SE704",
- "model_type": "Test",
- "manufacturer": "Test2",
- "operation_start": "2024-03-01",
- "last_date_certification": "2024-02-10",
- "utility_name": "Virginia Electric & Power Co",
- "utility_account_number": 234567,
- "reading_at_interconnection": 2,
- "utility_interconnection_date": "2024-03-01",
- "current_production_reading": 12.321,
- "date_of_production_reading": "2024-05-14",
- "remote_data_collector": "enphase",
- "online_monitoring_api_id": 234567
}, - "state_certifications": [
- {
- "id": 181904,
- "state_abbreviation": "DC",
- "certification_number": "DC-426425-SUN-I"
}
]
}
]
}