GET /api/stats_instrument/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "order_index": 1,
        "inst_handle": "crires",
        "inst_name": "VLT-CRIRES",
        "inst_name_short": "CRIRES",
        "show_by_default": true,
        "spectra_count": "210"
    },
    {
        "order_index": 2,
        "inst_handle": "ishell",
        "inst_name": "IRTF-iSHELL",
        "inst_name_short": "iSHELL",
        "show_by_default": true,
        "spectra_count": "115"
    },
    {
        "order_index": 3,
        "inst_handle": "nirspec",
        "inst_name": "Keck-NIRSPEC",
        "inst_name_short": "NIRSPEC",
        "show_by_default": true,
        "spectra_count": "329"
    },
    {
        "order_index": 4,
        "inst_handle": "spitzer",
        "inst_name": "Spitzer-IRS",
        "inst_name_short": "IRS",
        "show_by_default": true,
        "spectra_count": "165"
    },
    {
        "order_index": 5,
        "inst_handle": "miri",
        "inst_name": "JWST-MIRI",
        "inst_name_short": "MIRI",
        "show_by_default": true,
        "spectra_count": "8"
    },
    {
        "order_index": 6,
        "inst_handle": "visir",
        "inst_name": "VLT-VISIR",
        "inst_name_short": "VISIR",
        "show_by_default": false,
        "spectra_count": "118"
    },
    {
        "order_index": 7,
        "inst_handle": "igrins",
        "inst_name": "IGRINS",
        "inst_name_short": "IGRINS",
        "show_by_default": true,
        "spectra_count": "195"
    },
    {
        "order_index": 8,
        "inst_handle": "spex",
        "inst_name": "IRTF-SpeX",
        "inst_name_short": "SpeX",
        "show_by_default": false,
        "spectra_count": "30"
    }
]