Sample return from the /api/objects API method

[{
    "objectId": "ZTF23aabplmy",
    "count_isdiffpos": 4,
    "count_isdiffneg": 0,
    "count_all_candidates": 4,
    "count_noncandidate": 11,
    "objectData": {
        "ncand": 4,
        "ramean": 179.977605775,
        "decmean": 26.068919025,
        "glonmean": 215.27067313603482,
        "glatmean": 78.43801429879959,
        "jdmin": 2459977.9819097,
        "jdmax": 2459994.9107986,
        "rasex": "11:59:54.625",
        "decsex": "26:04:8.108",
        "ec_lon": 168.96799122854026,
        "ec_lat": 23.768964595645738,
        "now_mjd": "59996.53",
        "mjdmin_ago": 19.04579366037069,
        "mjdmax_ago": 2.1169047606308595,
        "discMjd": 59977.481909700204,
        "discUtc": "2023-02-02 11:33:56",
        "discMag": "17.33±0.04",
        "discFilter": "g",
        "latestMjd": 59994.41079859994,
        "latestUtc": "2023-02-19 09:51:32",
        "latestMag": "16.82±0.03",
        "latestFilter": "g",
        "peakMjd": 59984.41674769996,
        "peakUtc": "2023-02-09 10:00:07",
        "peakMag": "16.81±0.04",
        "peakFilter": "g"
    },

    "candidates": [{
            "candid": 2240410792515015000,
            "jd": 2459994.9107986,
            "ra": 179.9776196,
            "dec": 26.0689088,
            "fid": 1,
            "nid": 2240,
            "magpsf": 16.821149826049805,
            "sigmapsf": 0.03046555258333683,
            "magnr": 19.881000518798828,
            "sigmagnr": 0.11100000143051147,
            "magzpsci": 26.350149154663086,
            "isdiffpos": "t",
            "ssdistnr": -999.0,
            "ssnamenr": "null",
            "drb": null,
            "mjd": 59994.41079859994,
            "since_now": -2.1169047606308595,
            "utc": "2023-02-19 09:51:32",
            "image_urls": {
                "Science": "https://lasair-dev.lsst.ac.uk/lasair/static/fits/fa9/2240410792515015000_cutoutScience.fits",
                "Template": "https://lasair-dev.lsst.ac.uk/lasair/static/fits/7d0/2240410792515015000_cutoutTemplate.fits",
                "Difference": "https://lasair-dev.lsst.ac.uk/lasair/static/fits/111/2240410792515015000_cutoutDifference.fits"
            }
        },
        {
            "jd": 2459994.851794,
            "fid": 2,
            "diffmaglim": 20.46820068359375,
            "mjd": 59994.351793999784,
            "since_now": -2.1759093607906834,
            "magpsf": 20.46820068359375
        }
    ],

    "sherlock": {
        "objectId": "ZTF23aabplmy",
        "classification": "SN",
        "association_type": "SN",
        "catalogue_table_name": "SDSS",
        "catalogue_object_id": "1237667448875384983",
        "catalogue_object_type": "galaxy",
        "raDeg": 179.97702670151602,
        "decDeg": 26.069456084241565,
        "separationArcsec": 2.75,
        "northSeparationArcsec": 1.97022,
        "eastSeparationArcsec": -1.91729,
        "physical_separation_kpc": 1.76,
        "direct_distance": 0.0,
        "distance": 140.32,
        "z": 0.03,
        "photoZ": 0.0,
        "photoZErr": 0.0,
        "Mag": 16.87,
        "MagFilter": "r",
        "MagErr": 0.01,
        "classificationReliability": 2,
        "major_axis_arcsec": 0.0,
        "annotator": "https://github.com/thespacedoctor/sherlock/releases/tag/v2.2.0",
        "additional_output": "http://lasair-ztf.lsst.ac.uk/api/sherlock/object/ZTF23aabplmy",
        "description": "The transient is possibly associated with <em><a href=\"http://skyserver.sdss.org/dr12/en/tools/explore/Summary.aspx?id=1237667448875384983\">SDSS J115954.48+260410.0</a></em>; an r=16.87 mag galaxy found in the SDSS catalogue. Its located 1.97\" S, 1.92\" E (1.8 Kpc) from the galaxy centre. A host z=0.032 implies a <em>m - M =</em> 35.74.",
        "summary": "0"
    },

    "TNS": {
        "ra": 179.9776408,
        "decl": 26.0688879,
        "tns_name": "2023bip",
        "tns_prefix": "SN",
        "disc_mag": 17.33,
        "disc_mag_filter": "g",
        "type": "SN II",
        "z": 0.031,
        "disc_int_name": "ZTF23aabplmy",
        "disc_date": "2nd February 2023 at 11:34:04",
        "disc_date_mjd": 59977.482,
        "lastmodified_date": "6th February 2023 at 09:03:15",
        "lastmodified_date_mjd": 59981.37725694444,
        "sender": "ZTF",
        "reporters": "C. Fremling (Caltech) on behalf of the Zwicky Transient Facility (ZTF) coll...",
        "source_group": "ZTF",
        "htm16": 60538881852,
        "lasairmodified_date": "7th February 2023 at 00:10:04",
        "lasairmodified_date_mjd": 59982.00699074074,
        "id": 111348,
        "objectId": "ZTF23aabplmy",
        "wl_id": 1,
        "cone_id": 111895,
        "arcsec": 0.19,
        "name": "2023bip"
    }
}]