API endpoint that allows satellites to be viewed.

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "slug": "SXC3-2110",
            "updated": null,
            "satnogs_id": "DZIG-4325-4277-3849-9706",
            "norad_id": "53373",
            "callsign": "RS29S",
            "tle": "No GP data found",
            "carrier": 436050000,
            "carrier_tx": 436050000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 4800,
            "is_virtual": false,
            "decoder": "sputnix"
        },
        {
            "slug": "rs37s_rc2",
            "updated": null,
            "satnogs_id": "-",
            "norad_id": "99134",
            "callsign": "RS37S",
            "tle": "No GP data found",
            "carrier": 435640000,
            "carrier_tx": 435640000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 9600,
            "is_virtual": false,
            "decoder": "sputnix_ax25"
        },
        {
            "slug": "orbicraft-zorkiy",
            "updated": null,
            "satnogs_id": "-",
            "norad_id": "47960",
            "callsign": "RS15S",
            "tle": "ORBICRAFT-ZORKY         \r\n1 47960U 21022AE  24137.17499440  .00031781  00000+0  12223-2 0  9999\r\n2 47960  97.4681  37.0451 0011500 240.7610 119.2479 15.26279084173277\r\n",
            "carrier": 437850000,
            "carrier_tx": 437850000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 4800,
            "is_virtual": false,
            "decoder": "sputnix"
        },
        {
            "slug": "stratosat-tk-1d",
            "updated": null,
            "satnogs_id": "-",
            "norad_id": "57326",
            "callsign": "RS52SD",
            "tle": "OBJECT BA               \r\n1 57326U 23091BA  24137.19489839  .00020879  00000+0  12701-2 0  9994\r\n2 57326  97.6140 190.1968 0015450 224.0260 135.9740 15.10361170 46438\r\n",
            "carrier": 436260000,
            "carrier_tx": 436260000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 2400,
            "is_virtual": false,
            "decoder": "generic"
        },
        {
            "slug": "stratosat-tk-1e",
            "updated": null,
            "satnogs_id": "-",
            "norad_id": "57323",
            "callsign": "RS52SE",
            "tle": "OBJECT AX               \r\n1 57323U 23091AX  24137.18441631  .00021207  00000+0  12858-2 0  9997\r\n2 57323  97.6139 190.2163 0015527 224.4182 135.5803 15.10477520 46593\r\n",
            "carrier": 436260000,
            "carrier_tx": 436260000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 2400,
            "is_virtual": false,
            "decoder": "generic"
        },
        {
            "slug": "sxc3-2111",
            "updated": null,
            "satnogs_id": "-",
            "norad_id": "53382",
            "callsign": "RS8S",
            "tle": "RESHUCUBE (RS8S)        \r\n1 53382U 22096N   24137.21441958  .00190517  00000+0  15501-2 0  9997\r\n2 53382  97.3914  55.5799 0004211 115.8725 244.2971 15.70080986 99307\r\n",
            "carrier": 435380000,
            "carrier_tx": 435380000,
            "correction": 0,
            "correction_tx": 0,
            "datarate_bps": 9600,
            "is_virtual": false,
            "decoder": "sputnix"
        }
    ]
}