API endpoint that allows stations to be viewed.

GET /api/stations/sjsa0-sputnix-uhf/?format=api
HTTP 200 OK
Allow: GET, HEAD, PUT
Content-Type: application/json
Vary: Accept

{
    "slug": "sjsa0-sputnix-uhf",
    "lat": 61.6628,
    "lon": 129.3908,
    "status": true,
    "updated": "2024-04-16T01:22:05.049542Z",
    "telem": {
        "az": 183.0,
        "el": 0.0,
        "sat": "sxc3-2111",
        "freq": 435390073.96217936,
        "rate": -6936.694114438828,
        "range": 2240481.513081225,
        "parked": false,
        "doppler": -10073.962179343342,
        "tracking": true,
        "correction": 1.0
    }
}