API dla [GER/DE] OfflineRaidersClub | Solo/Duo/Trio/Quad | Monthly
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 207,
"fps_avg": 205,
"entities_count": 67189,
"world_seed": 1730058098,
"world_size": 3500,
"steam_id": 90286221682910220,
"domain": null,
"id": 11501038,
"ip": "167.235.177.218",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "![[GER/DE] OfflineRaidersClub | Solo/Duo/Trio/Quad | Monthly](https://www.pasteboard.co/XZ6vFIv8o4iu.png)\nOfflineRaidersClub - No Rules, Just Survival\r\n\r\nWillkommen auf OfflineRaidersClub, dem Ort, an dem es keine Regeln gibt – nur dich, deine Skills und den puren Überlebenskampf.\r\n\r\nHier zählt nur eins:\r\n-> Machen, was du willst. Überleben, wie du kannst.\r\n\r\nServer-Infos:\r\n• Mapgröße: 3500 (perfekte Balance aus PvP & Loot)\r\n• Keine Regeln – absoluter Free-for-All\r\n• Offline Raids? JA\r\n• Hinterhalte, Allianzen, Verrat? JA\r\n• Reines Chaos? Nochmal JA\r\n\r\nWas dich erwartet:\r\n-> Harte PvP-Gefechte rund um die Uhr\r\n-> Keine Admin-Eingriffe – echte Anarchie\r\n-> Jeder kann dein Feind sein\r\n-> Jeder Fehler kann dein letzter sein\r\n\r\nTeamSpeak³:\r\n-> IP: 167.235.177.218\r\nFinde Mates, plane Raids oder trash-talk deine Gegner\r\n\r\nOfflineRaidersClub\r\nTrust no one. Raid everyone.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207166,
"last_online": 1780570830,
"icon": null,
"name": "[GER/DE] OfflineRaidersClub | Solo/Duo/Trio/Quad | Monthly",
"connect": "167.235.177.218:28015",
"request": "167.235.177.218:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 67,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207166,
"last_update": 1780570830,
"banned": false,
"wipe": 1775602086,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4672,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11501038");
$data = json_decode($json, true);
var_dump($data);