API für Rusted {10x} PVE Kits|Skill Tree|Events|Backpack|Shop|Quests
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 26,
"fps_avg": 25,
"entities_count": 140008,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286580066113565",
"domain": null,
"id": 11159805,
"ip": "66.51.96.70",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to RUSTED Pure PVE {10X} Rust Server. Enjoy monthly wipes in a world filled with frequent events, aggressive animals. and pure fun.\r\nUse skill tree to put your skills where there needed most.\r\nCompete in a ton of mini Events.\r\nDo Quests to earn cash to spend in the shop.\r\nExplore and find unique items to sell and trade.\r\nOrder some drugs from the dark web and start your grow.\r\nThere is so much to do here. Come on in!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780196638,
"last_online": 1780584633,
"icon": null,
"name": "Rusted {10x} PVE Kits|Skill Tree|Events|Backpack|Shop|Quests",
"connect": "66.51.96.70:28025",
"request": "66.51.96.70:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228140,
"last_update": 1780584633,
"banned": false,
"wipe": 1778175899,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4334,
"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/11159805");
$data = json_decode($json, true);
var_dump($data);