API endpoint that allows stations to be viewed.

GET /api/stations/sjsa0-sputnix-uhf/
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": "2023-06-10T23:58:31.763199Z",
    "telem": {
        "az": 176.0,
        "el": 0.0,
        "sat": "",
        "freq": 435376138.7645679,
        "rate": 2658.7561695528325,
        "range": 2190524.2516316883,
        "parked": true,
        "doppler": 3861.2354320798563,
        "tracking": false,
        "correction": 1.0
    }
}