API für [EU] | Panda Rust | 2x | Vanilla | Monthly | Solo - Quad | 22/5
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 137673,
"world_seed": 1953398474,
"world_size": 3500,
"steam_id": "90286583250191381",
"domain": null,
"id": 4984562,
"ip": "185.248.134.57",
"port": 28017,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] | Panda Rust | 2x | Vanilla | Monthly | Solo - Quad | 22/5](https://i.imgur.com/0lrtIdK.png)\n[EU] Panda Rust 2x Quad Monthly\r\n\r\nTeam limit 4\r\nCustom events (Convoy, Armored Train , Guess The Number)\r\nExclusive Plugins (Free VIP, Skill Tree, Voice chat rewards, Fast Monument Respawns)\r\nQuality of life addons (Shared BP's, Fast Nights, Quick Smelt, Building workbench)\r\nMini's spawn on roads\r\nBoats spawn on shores\r\n\r\nOffline raid protection between 11 PM London time to 2 PM London time (can still raid online players, 30 minute cooldown after logging off)\r\n\r\nWipes time : Every Force Wipe\r\nNo Bp Wipes\r\n\r\nAll rules and other information can be found in our discord here >> discord.gg/pandarust \r\nPurchase VIP at store.pandarust.com or click View Webpage",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780496642,
"last_online": 1780575631,
"icon": null,
"name": "[EU] | Panda Rust | 2x | Vanilla | Monthly | Solo - Quad | 22/5",
"connect": "185.248.134.57:28017",
"request": "185.248.134.57:28015",
"map": "Wiped 13 Days Ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 375,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1720204166,
"last_update": 1780575631,
"banned": false,
"wipe": 1779447390,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1543,
"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/4984562");
$data = json_decode($json, true);
var_dump($data);