GOES Solar X-Ray Imager - RESTful Web API
GOES SXI API allows users to search the archive for SXI images through simple REST requests and download the data that matches their criteria.
The request URLs works well in a browser, on the command line and in a program code.
Overview
Using the GOES SXI service, the users can download URLs of the images, that matches the specified criteria, in either XML, JSON or TXT formats. The URLs can also be viewed on the browser as an HTML page. To access the web service, call HTTP GET on the request URL, specifying one or more data request parameters.
Documentation
The
GOES SXI RESTful Guide has more details and examples on this interface.
GOES SXI API Web Services