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

{
    "count": 11,
    "next": "https://a15.astro.physik.uni-potsdam.de/api/observations/observatories/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "pk": 10,
            "project": 2,
            "name": "Apache Point Observatory",
            "short_name": "APO",
            "telescopes": "SDSS 2.5-M",
            "latitude": 32.780190000000005,
            "longitude": -105.819878,
            "altitude": 2788.0,
            "space_craft": false,
            "note": "Weather archive only has logs",
            "url": "https://www.apo.nmsu.edu/",
            "weatherurl": "https://weather.apo.nmsu.edu/weather/logs/"
        },
        {
            "pk": 6,
            "project": 2,
            "name": "CTIO",
            "short_name": "CTIO",
            "telescopes": "SMARTS",
            "latitude": -30.169208,
            "longitude": -70.806198,
            "altitude": 2200.0,
            "space_craft": false,
            "note": "",
            "url": "http://www.ctio.noao.edu/",
            "weatherurl": "http://www.ctio.noao.edu/noao/night-report-sky-conditions?field_nr_date_value[value][date]={month:}/{day:}/{year:}"
        },
        {
            "pk": 5,
            "project": 2,
            "name": "ESO-La Silla",
            "short_name": "ESO-La Silla",
            "telescopes": "NTT, EULER, MPI-2.2",
            "latitude": -29.256363,
            "longitude": -70.738003,
            "altitude": 2400.0,
            "space_craft": false,
            "note": "",
            "url": "http://www.ctio.noao.edu/",
            "weatherurl": "http://www.eso.org/asm/ui/publicLog?name=LaSilla&hoursInterval=12&startDate={year:}-{month:}-{day:}T{hour:}:{min:}:{sec:.3f}"
        },
        {
            "pk": 4,
            "project": 2,
            "name": "ESO-Paranal",
            "short_name": "ESO-Paranal",
            "telescopes": "ESO-VLT-U1, ESO-VLT-U2, ESO-VLT-U3, ESO-VLT-U4",
            "latitude": -24.6272,
            "longitude": -70.4048,
            "altitude": 2648.0,
            "space_craft": false,
            "note": "",
            "url": "http://www.eso.org",
            "weatherurl": "http://www.eso.org/asm/ui/publicLog?name=Paranal&hoursInterval=12&startDate={year:}-{month:}-{day:}T{hour:}:{min:}:{sec:.3f}"
        },
        {
            "pk": 7,
            "project": 2,
            "name": "LCO",
            "short_name": "LCO",
            "telescopes": "BAADE, CLAY",
            "latitude": -29.017382,
            "longitude": -70.691734,
            "altitude": 2380.0,
            "space_craft": false,
            "note": "",
            "url": "http://www.lco.cl/",
            "weatherurl": "http://weather.lco.cl/clima/weather/magellan/Weathercalendar.html?date1={year:}-{month:}-{day:}"
        },
        {
            "pk": 3,
            "project": 2,
            "name": "Observatorio del Roque de los Muchachos",
            "short_name": "ORM",
            "telescopes": "Mercator, NOT, INT, GTC, TNG, WHT",
            "latitude": 28.761002,
            "longitude": -17.886542000000002,
            "altitude": 2396.0,
            "space_craft": false,
            "note": "http://catserver.ing.iac.es/weather/archive/index.php?year=2010&month=11&day=25&actionflag=showDate",
            "url": "http://www.iac.es/eno.php?op1=2&lang=en",
            "weatherurl": "https://www.schoolsobservatory.org/obs/weather?tel=lt&tscl=day&dte={mjd:}&_dy={day:.0f}&_mn={month:.0f}&_yr={year:.0f}"
        },
        {
            "pk": 8,
            "project": 2,
            "name": "Ondrejov",
            "short_name": "Ondrejov",
            "telescopes": "Perek",
            "latitude": 49.909167,
            "longitude": 14.781535,
            "altitude": 500.0,
            "space_craft": false,
            "note": "http://www.asu.cas.cz/en/about/about-the-institute",
            "url": "https://stelweb.asu.cas.cz/web/",
            "weatherurl": ""
        },
        {
            "pk": 50,
            "project": 2,
            "name": "Southern Astrophysical Research Telescope",
            "short_name": "SOAR",
            "telescopes": "SOAR 4.1m",
            "latitude": -30.237891667,
            "longitude": -70.733641667,
            "altitude": 2713.0,
            "space_craft": false,
            "note": "",
            "url": "https://noirlab.edu/science/programs/ctio/telescopes/soar-telescope",
            "weatherurl": ""
        },
        {
            "pk": 21,
            "project": 2,
            "name": "TESS",
            "short_name": "TESS",
            "telescopes": "TESS",
            "latitude": 0.0,
            "longitude": 0.0,
            "altitude": 0.0,
            "space_craft": true,
            "note": "",
            "url": "https://tess.mit.edu/",
            "weatherurl": ""
        },
        {
            "pk": 9,
            "project": 2,
            "name": "University of Potsdam",
            "short_name": "UP",
            "telescopes": "OST",
            "latitude": 52.409216,
            "longitude": 12.973218,
            "altitude": 32.0,
            "space_craft": false,
            "note": "",
            "url": "https://polaris.astro.physik.uni-potsdam.de/wiki",
            "weatherurl": ""
        }
    ]
}