Forecast Solar Mock

This service serves JSON files collected from the real Forecast Solar API.

How Requests Match Files

Use this endpoint shape:

GET /estimate/watthours/<lat>/<lon>/<day-of-month>/<month>/5.67

The mock looks for files named <ISO 8601-date>-<lat>-<lon>-<cityname>.json.

Available Data

Dates: 2026-09-20

Cities: Athens, Berlin, Copenhagen, Eindhoven, Helsinki, London, Madrid, Oslo, Paris, Rome

Date City Latitude Longitude Declination Azimuth API path File
2026-09-20Athens37.983823.7275209/estimate/watthours/37.9838/23.7275/20/9/5.672026-09-20-37.9838-23.7275-Athens.json
2026-09-20Madrid40.4168-3.7038209/estimate/watthours/40.4168/-3.7038/20/9/5.672026-09-20-40.4168--3.7038-Madrid.json
2026-09-20Rome41.902812.4964209/estimate/watthours/41.9028/12.4964/20/9/5.672026-09-20-41.9028-12.4964-Rome.json
2026-09-20Paris48.85662.3522209/estimate/watthours/48.8566/2.3522/20/9/5.672026-09-20-48.8566-2.3522-Paris.json
2026-09-20Eindhoven51.44165.4697209/estimate/watthours/51.4416/5.4697/20/9/5.672026-09-20-51.4416-5.4697-Eindhoven.json
2026-09-20London51.5074-0.1278209/estimate/watthours/51.5074/-0.1278/20/9/5.672026-09-20-51.5074--0.1278-London.json
2026-09-20Berlin52.5213.405209/estimate/watthours/52.52/13.405/20/9/5.672026-09-20-52.5200-13.4050-Berlin.json
2026-09-20Copenhagen55.676112.5683209/estimate/watthours/55.6761/12.5683/20/9/5.672026-09-20-55.6761-12.5683-Copenhagen.json
2026-09-20Oslo59.913910.7522209/estimate/watthours/59.9139/10.7522/20/9/5.672026-09-20-59.9139-10.7522-Oslo.json
2026-09-20Helsinki60.169924.9384209/estimate/watthours/60.1699/24.9384/20/9/5.672026-09-20-60.1699-24.9384-Helsinki.json

Curl Examples

curl 'http://solar.queue-mountain.ts.net/estimate/watthours/37.9838/23.7275/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/40.4168/-3.7038/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/41.9028/12.4964/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/48.8566/2.3522/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/51.4416/5.4697/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/51.5074/-0.1278/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/52.52/13.405/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/55.6761/12.5683/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/59.9139/10.7522/20/9/5.67'
curl 'http://solar.queue-mountain.ts.net/estimate/watthours/60.1699/24.9384/20/9/5.67'