API für Kapco411 Mercenary Island|4X Elite|500Raidbases|Highly modded|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 23,
"fps_avg": 21,
"entities_count": 187899,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286384354899975",
"domain": null,
"id": 1444628,
"ip": "65.28.44.27",
"port": 28033,
"query": 28032,
"color": 0,
"city": "Trevor",
"description": "\nExplore the Wild world of rust with Kapco411.\r\n-This highly modded server offers PVE play with PVP action.\r\n-Roaming Zombies and other NPC's throughout the map.\r\n-Custom maps loaded with plenty of Points of interest and custom monuments.\r\n-More than 20 events running make this a must play adventure.\r\n-Over 250 mods running, far to much to list.\r\n-We have something for everyone on this one so give it a try.\r\n-Lets go!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780108415,
"last_online": 1780134021,
"icon": null,
"name": "Kapco411 Mercenary Island|4X Elite|500Raidbases|Highly modded|",
"connect": "65.28.44.27:28033",
"request": "65.28.44.27:28032",
"map": "Best modded servers",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1697303204,
"last_update": 1780134021,
"banned": false,
"wipe": 1778347545,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1914,
"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/1444628");
$data = json_decode($json, true);
var_dump($data);