Upcoming Data Releases
We’re excited to announce that stitched light curves and high-resolution image stamps will soon be available for direct viewing and download. In the meantime, our frame search feature lets you explore HATPI’s observations to determine if we’ve captured the astronomical phenomena you’re researching.
⬅️ Awaiting search
Query the API from Your Terminal
# JSON curl -X POST \ -H "Content-Type: application/json" \ -d '{ "ra": "180.07", "dec": "-83.553", "date_type": "JD", "date_min": "2460048.60", "date_max": "2460048.63" }' \ 'https://hatpi.org/api/data'
# CSV curl -X POST \ -H "Content-Type: application/json" \ -d '{ "ra": "180.07", "dec": "-83.553", "date_type": "JD", "date_min": "2460048.60", "date_max": "2460048.63" }' \ 'https://hatpi.org/api/data?format=csv'
# VOTable curl -X POST \ -H "Content-Type: application/json" \ -d '{ "ra": "180.07", "dec": "-83.553", "date_type": "JD", "date_min": "2460048.60", "date_max": "2460048.63" }' \ 'https://hatpi.org/api/data?format=votable'