API für Kapco411 Fast & Furious|10X|PVE|Events|MegaMods
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 48,
"fps_avg": 48,
"entities_count": 154971,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90286384353818631",
"domain": null,
"id": 807999,
"ip": "65.28.44.27",
"port": 28021,
"query": 28020,
"color": 0,
"city": "Trevor",
"description": "\nWelcome to Kapco411 PVE Fast Start Server.\r\n-This server is built by players for players.\r\n-Designed for a fast start and quick gathering of resources.\r\n-240 mods far to much to list and who wants to read anyway.\r\n-If you love to play PVE Rust you'll fall in love with this experience.\r\n-All Kapco411 servers are highly modded so look for chat commands.\r\n Have fun! rs01/F+aozJ/3jmaE2XjzF",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780108415,
"last_online": 1780132228,
"icon": null,
"name": "Kapco411 Fast & Furious|10X|PVE|Events|MegaMods",
"connect": "65.28.44.27:28021",
"request": "65.28.44.27:28020",
"map": "Best modded servers",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684355154,
"last_update": 1780132228,
"banned": false,
"wipe": 1779391511,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2930,
"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/807999");
$data = json_decode($json, true);
var_dump($data);