Spaceweather: Get Archive Report
Spaceweather via Parse · weather
Get an archived daily report and space weather conditions for a specific historical date. Returns the same structure as get_daily_report (date and stories) plus a conditions object matching get_current_conditions. Dates must be in the past and within the site's archive range (typically 2000 onward). Scrapes space weather data from spaceweather.com including current conditions, daily reports, archived reports, and near-Earth asteroid encounters. Fulfilled by Parse from spaceweather.com.
- government-public
- news-media
- parse
- platform-key
- spaceweather
- spaceweather-com
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/78067577-55c2-473b-98ef-f00e6cde97e7/get_archive_report
- Interface artifact
- sha256:1aacf79944a30c1df0f68e3277daa81f1e363ffbd1d948dea9548df8f06072e4
- Manifest digest
- sha256:f6fedef70a0f9cf3d78f5b207a2058194f48a8987d9aa6d4b8c2d907b4f3e197
Request fields
- day (string, required): Two-digit day of the month with leading zero (e.g. '15').
- year (string, required): Four-digit year (e.g. '2025').
- month (string, required): Two-digit month number with leading zero (e.g. '01' for January).
Example queries
- {"day":"15","year":"2025","month":"01"}