GET /mashup/stargazing
Evaluer enhver placering til stjernekiggeri: kombinerer Bortle-klasse lysforureningsdata, skydækkeprognoser, højde og solnedgangstid til en synlighedskvalitetsvurdering med praktiske tips.
lat
påkrævet
Latitude
lon
påkrævet
Longitude
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
lat |
Ja | - | Latitude |
lon |
Ja | - | Longitude |
curl "https://nordapi.ee/api/v1/mashup/stargazing?lat=58.5&lon=25.0"
{
"cloud_forecast": null,
"elevation": {
"dataset": "srtm90m",
"elevation": 30.0,
"latitude": 58.5,
"longitude": 25.0
},
"generated_at": "2026-04-05T19:34:34.704357Z",
"light_pollution": {
"aurora_suitability": "excellent",
"bortle_class": 1,
"bortle_description": "Excellent dark-sky site. Zodiacal light, gegenschein visible. Milky Way casts shadows.",
"disclaimer": "This is an estimate based on nearby population density, not satellite measurements. Actual light pollution may vary due to terrain, local lighting, and atmospheric conditions.",
"latitude": 58.5,
"longitude": 25.0,
"methodology": "Bortle class estimated from weighted population within 100km. Closer cities contribute more. Accurate for major cities and remote areas; less precise for suburbs and small towns.",
"naked_eye_stars": "7,500+",
"nearby_population": {
"nearby_cities": [],
"nearest_city": null,
"nearest_distance_km": 999,
"total_population": 0,
"weighted_population": 0
},
"recommendations": [
"Excellent location for deep-sky observation and astrophotography",
"Good latitude for aurora viewing when Kp index is high"
],
"sky_quality": "pristine",
"sqm_estimate": 21.99
},
"location": {
"latitude": 58.5,
"longitude": 25.0
},
"success": true,
"sunset": "2026-04-05T17:11:55+00:00",
"tips": [
"Best viewing after astronomical twilight (90+ min after sunset)"
],
"viewing_quality": "excellent"
}