Convert FITS files to JSON online

Read an astronomical FITS file and get its header keywords and structural metadata back as structured JSON.

You’ll need
AudioVideo
40 MB max
You’ll get
Details
How long
Under 20s

A telescope or lab instrument hands you a .fits file and you just want the numbers behind the image. This page reads the FITS header and structural metadata and returns them as a single JSON document.

How to convert FITS to JSON

  1. Upload a FITS file up to 40 MB.
  2. Press Convert file and review the JSON report.

What you get

A JSON object with the decoded FITS header keywords: SIMPLE, BITPIX, NAXIS, EXTEND, plus whatever your instrument wrote — OBJECT, TELESCOP, DATE-OBS, RA/DEC coordinate keywords, or custom calibration values.

Notes and limits

  • FITS parsing is handled by ExifTool, the same metadata engine used to read EXIF and other scientific file formats.
  • The JSON contains header keywords and structure; pixel values and table rows are not expanded.
  • Files that cannot be read as FITS produce a clear error message.
  • No data leaves your browser other than the file itself — it is processed in a sandbox and never stored.

When this helps

  • Verifying what an instrument actually wrote into a FITS header
  • Pulling observation metadata into a notebook, dashboard, or script
  • Comparing headers across exposures without opening dedicated astronomy software
  • Spotting malformed or truncated FITS files before processing them

Common questions