Upcoming Data Releases

Light curves are now being released on a rolling basis. While we finish preparing the full set—together with forthcoming high-resolution image stamps—please use the Frame Search to see where and when HATPI observed your object of interest.

Data Use Policy

HATPI data are publicly available for immediate use. When you publish results that rely on these data, please acknowledge the project with the following statement and cite the project website.

"This paper makes use of data produced by the HATPI project, located in Chile at Las Campanas Observatory of the Carnegie Institution for Science and operated by the Department of Astrophysical Sciences at Princeton University. External funding for HATPI has been provided by the Gordon and Betty Moore Foundation, the David and Lucile Packard Foundation, and the Mount Cuba Astronomical Foundation."

Reference (until our project paper is published): https://hatpi.org

For large downloads, questions, or collaboration requests,
contact hat-projects@princeton.edu

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'
              
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.