API für [EU]The-Repended|x3|Solo/Duo/Trio|Loot+|TP|Clan|Just Wiped
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 24,
"fps_avg": 26,
"entities_count": 127632,
"world_seed": 78399755,
"world_size": 4500,
"steam_id": "90286580232299529",
"domain": null,
"id": 11511131,
"ip": "103.102.135.129",
"port": 25500,
"query": 25505,
"color": 0,
"city": "Paris",
"description": "![[EU]The-Repended|x3|Solo/Duo/Trio|Loot+|TP|Clan|Just Wiped](https://i.imgur.com/0lf0JKQ.png)\nWelcome The-Repended\r\n\r\n- 3x Gather Rates\r\n- 3x Loot & Components\r\n- 3x Smelting Speed\r\n- Map 4500 | 100 Players\r\n- Custom object stacks\r\n- BP Sharing\r\n- Solo / Duo / Trio (Group Limit: 3)\r\n- TP | Home | Clans | Backpacks\r\n- Kits Accessible\r\n- Skinbox | BpSharing\r\n- AutoAuth (Cupboard, Turrets, Locks)\r\n- Building Grades with Comfort Permissions\r\n- Custom Events (Convoy, Travelling Vendor & more)\r\n- Active Admins | No Cheat\r\n- Discord Available\r\n\r\nJoin us and have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780024967,
"last_online": 1780549232,
"icon": null,
"name": "[EU]The-Repended|x3|Solo/Duo/Trio|Loot+|TP|Clan|Just Wiped",
"connect": "103.102.135.129:25500",
"request": "103.102.135.129:25505",
"map": "The-Repended wiped 5d ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353838,
"last_update": 1780549232,
"banned": false,
"wipe": 1780059246,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5102,
"language": "fr",
"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/11511131");
$data = json_decode($json, true);
var_dump($data);