API für RustGamingNation 3x PvE [Events|Purge|Zombies|SkillTree]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 64414,
"world_seed": 1234567,
"world_size": 3000,
"steam_id": "90286557912880159",
"domain": null,
"id": 11607046,
"ip": "91.229.114.137",
"port": 28107,
"query": 28109,
"color": 0,
"city": "Chicago",
"description": "![RustGamingNation 3x PvE [Events|Purge|Zombies|SkillTree]](https://rust-server-images.physgun.com/7d09fc6c045d6a316907309816d751bfb2b667412457138d64956fe4e08d3813.png)\n3x Gather • No Raiding • No Killing • Chill PVE\\\r\n \\\r\n Features:\\\r\n - Instant Craft\\\r\n - Sky & Water Bases\\\r\n - Raidable NPC Bases\\\r\n - Custom Build Sites\\\r\n - Recyclers At Monuments\\\r\n - Shop, Kits, Events, And More!\\\r\n \\",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780579236,
"icon": null,
"name": "RustGamingNation 3x PvE [Events|Purge|Zombies|SkillTree]",
"connect": "91.229.114.137:28107",
"request": "91.229.114.137:28109",
"map": "RustGamingNation Procedural",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915493,
"last_update": 1780579236,
"banned": false,
"wipe": 1780055557,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5483,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11607046");
$data = json_decode($json, true);
var_dump($data);