API für [CFS] Can't Fricking Survive { 2x - Max Group 4} Wiped 7-5.
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 163,
"fps_avg": 182,
"entities_count": 79774,
"world_seed": 82372181,
"world_size": 3700,
"steam_id": "90286563857209366",
"domain": null,
"id": 11501357,
"ip": "157.85.95.94",
"port": 28184,
"query": 28185,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[CFS] Can't Fricking Survive { 2x - Max Group 4} Wiped 7-5.](https://i.imgur.com/e1wI6zR.png)\nWe're a group that can't survive and we love it.\r\n \r\n Join for laughs epic fails and a relaxed vibe! \r\n\r\n- Weekly wipes | Bi-weekly blueprints.\r\n- 2x gather rates (only for building resources).\r\n- Half smelt & crafting times.\r\n- Group Size Max 4 (can change).\r\n- Faster nights.\r\n- Public Events (will be added overtime).",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606403,
"last_online": 1780548630,
"icon": null,
"name": "[CFS] Can't Fricking Survive { 2x - Max Group 4} Wiped 7-5.",
"connect": "157.85.95.94:28184",
"request": "157.85.95.94:28185",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207171,
"last_update": 1780606403,
"banned": false,
"wipe": 1778254565,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10816,
"language": "de",
"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/11501357");
$data = json_decode($json, true);
var_dump($data);