/api/strandings?limit=50Liefert die letzten Stranding-Meldungen als JSON-Array.
Parameter
limitMax. Anzahl Datensätze (Default 50, Max 200)statusFilter: new | active | resolved | all (optional)
Beispiel-Antwort (klicken)
{
"strandings": [
{
"id": "uuid-1234",
"species": "Buckelwal",
"status": "active",
"condition": 3,
"latitude": 54.9,
"longitude": 8.3,
"location_name": "Sylt-Nord",
"created_at": "2026-04-28T07:23:11Z",
"x_posted_tweet_id": "1782891234"
}
]
}