https://schrietz.de ·
Format: application/json ·
CORS: *
true bei Erfolg{ "success": true, "entries": [ { "id": 12, "title": "Winter-Update", "category": "Update", "preview": "Schnee, neue Fahrzeuge & mehr.", "content": "<p>...</p>", "image": "/img/news/snow_update.png", "link": null, "views": 382, "createdBy": "Admin", "createdAt": "2024-12-01T10:00:00.000Z", "timestamp": "2024-12-01T10:00:00.000Z" } ] }
entry ist null wenn keine News vorhanden.{ "success": true, "entry": { /* selbes Schema wie in /api/news */ } }
| Name | Typ | Beschreibung |
|---|---|---|
| id | number | ID des Newsbeitrags |
{ "success": true }
"v2.4.1"{ "success": true, "entries": [ { "id": 5, "title": "Winter-Update", "version": "v2.4.0", "added": ["Schnee-Effekte", "Neues Fahrzeug HLF 20"], "changed": ["Optimierte Ladezeiten"], "fixed": ["Minimap-Darstellungsfehler"], "removed": [], "createdBy": "Admin", "createdAt": "2024-12-01T10:00:00.000Z", "timestamp": "2024-12-01T10:00:00.000Z" } ] }
entry ist null wenn kein Eintrag vorhanden.{ "success": true, "entry": { /* selbes Schema wie in /api/changelog */ } }
{ "success": true, "entries": [ { "id": 3, "title": "Einstieg als Feuerwehrmann", "link": "https://youtu.be/BEISPIEL", "desc": "Alles für den Start.", "image": null, "views": 145, "createdBy": "Admin", "createdAt": "2024-11-15T08:00:00.000Z", "timestamp": "2024-11-15T08:00:00.000Z" } ] }
| Name | Typ | Beschreibung |
|---|---|---|
| id | number | ID des Tutorials |
{ "success": true }
{ "success": true, "playing": 24, "visits": 198432, "favorites": 3120, "updated": "2024-12-10T14:22:00.000Z" }