API für Ladie's Test Server
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 226,
"fps_avg": 222,
"entities_count": 102062,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286575811305494",
"domain": null,
"id": 8197677,
"ip": "172.240.12.177",
"port": 25606,
"query": 25608,
"color": 0,
"city": "Sterling",
"description": "\nVanilla Gather\r\nMonthly Wipe\r\nCustom Map Rotation\r\nSkip Night Voting\r\nLeaderboards\r\nFurnace Splitter\r\nIncreased Resource Stack Sizes\r\nVisit our Website at https:\\\\absynthrust.com or Discord at https:\\\\discord.gg/absynthrust for fuil server details, events and information about our other servers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780526662,
"last_online": 1780552416,
"icon": null,
"name": "Ladie's Test Server",
"connect": "172.240.12.177:25606",
"request": "172.240.12.177:25608",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742388424,
"last_update": 1780552416,
"banned": false,
"wipe": 1780532942,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2845,
"language": "en",
"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/8197677");
$data = json_decode($json, true);
var_dump($data);