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

{
    "count": 6,
    "every": null,
    "before": "2024-05-03T04:28:04.331800Z",
    "after": "2024-05-03T03:28:04.332607Z",
    "moonpositions": [
        {
            "id": 990675,
            "timestamp": "2024-05-03T04:20:00Z",
            "altitude": 15.9402387615939
        },
        {
            "id": 990674,
            "timestamp": "2024-05-03T04:10:00Z",
            "altitude": 14.9273951310281
        },
        {
            "id": 990673,
            "timestamp": "2024-05-03T04:00:00Z",
            "altitude": 13.8730484190935
        },
        {
            "id": 990672,
            "timestamp": "2024-05-03T03:50:00Z",
            "altitude": 12.7793284753231
        },
        {
            "id": 990671,
            "timestamp": "2024-05-03T03:40:00Z",
            "altitude": 11.6483394427977
        },
        {
            "id": 990670,
            "timestamp": "2024-05-03T03:30:00Z",
            "altitude": 10.4821527584894
        }
    ]
}