API für CZ/SK Gaming-Paradise | Wipe 11.6. | 2x/Trio/SharedBP
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 66898,
"world_seed": 1818866787,
"world_size": 3500,
"steam_id": "90286983758613516",
"domain": null,
"id": 11781407,
"ip": "176.101.176.15",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Topoľčany",
"description": "\n=== GAMING PARADISE CZ/SK ===\r\n\r\nTest WIPE! Budeme radi ak nás vyskúšaš!\r\n\r\n2x | Mapa 3500 | Trio | Krátka noc\r\n\r\nWipe: 11.6.2026\r\nĎalší: Niekedy.2026\r\n\r\n--- PLUGINY ---\r\nDlhý deň, krátka noc\r\nVäčší dosah workbenchu\r\nRýchlejšie vypekanie\r\nA ďalšie custom pluginy\r\n\r\n--- PRAVIDLÁ ---\r\n1. Žiadne cheaty, hacky ani exploity\r\n2. Maximálne trio (3 hráči v teame)\r\n3. Rešpektuj ostatných - žiadny rasizmus\r\n4. Stream sniping a reklama = ban\r\n5. Hraj fér, inak letíš\r\n\r\nKompletné pravidlá na www.gaming-paradise.sk\r\nPripojením súhlasíš s pravidlami.\r\n\r\n--- ENGLISH ---\r\n\r\nTest WIPE! We'd love for you to try us out!\r\n\r\n2x | Map 4000 | Trio | Short nights\r\n\r\nWipe: 11.6.2026 | Next: Sometimes 2026\r\n\r\n--- PLUGINS ---\r\nLonger days, shorter nights\r\nExtended workbench range\r\nFast smelting\r\nAnd more custom plugins\r\n\r\n--- RULES ---\r\n1. No cheats, hacks or exploits\r\n2. Max trio (3 per team)\r\n3. Respect others - no racism\r\n4. Stream sniping / advertising = ban\r\n5. Play fair or get kicked\r\n\r\nFull rules at www.gaming-paradise.sk",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376771,
"last_online": 1781477431,
"icon": null,
"name": "CZ/SK Gaming-Paradise | Wipe 11.6. | 2x/Trio/SharedBP",
"connect": "176.101.176.15:28015",
"request": "176.101.176.15:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SK",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376771,
"last_update": 1781477431,
"banned": false,
"wipe": 1781167875,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6115,
"language": "sk",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11781407");
$data = json_decode($json, true);
var_dump($data);