PASAR API
Official BOM API for near real-time geophysical data; free API key via registration, HTTP POST requests.
View docs ↗ More Realtime APIs# Bureau of Meteorology ~ space weather data API needs an API key ~ get yours at: # https://sws-data.sws.bom.gov.au/ curl 'https://sws-data.sws.bom.gov.au' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Australia API into my app. API: Bureau of Meteorology ~ space weather data API Provider: Bureau of Meteorology (Australian Space Weather Forecasting Centre) Auth: requires an API key (sign up: https://sws-data.sws.bom.gov.au/) Pricing: free Base URL: https://sws-data.sws.bom.gov.au Important note: Official BOM API for near real-time geophysical data; free API key via registration, HTTP POST requests. Source: Bureau of Meteorology (Australian Space Weather Forecasting Centre) (https://sws-data.sws.bom.gov.au/) Source type: Official public feed Endpoint type: Direct public JSON endpoint Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.