API für ⦿【ICEFUSE】GRAND THEFT RUST | ROLEPLAY | MMO
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 32,
"fps_avg": 32,
"entities_count": 6877,
"world_seed": 301535220,
"world_size": 4500,
"steam_id": "90285467105620995",
"domain": null,
"id": 11305919,
"ip": "64.40.8.7",
"port": 28011,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "\n▼SERVER FEATURES▼\r\n⦿ Full DarkRP Gamemode With Custom Jobs & Economy!\r\n⦿ Police, Bounty Hunters, Government & Criminal Roles!\r\n⦿ Money Printers, Bank Vaults & Black Market!\r\n⦿ Custom Weapons, Vehicles & Property System!\r\n⦿ Vote Demote, Warrants, Arrests & Laws!\r\n \r\n▼ROLEPLAY INFO▼\r\n★ Persistent Economy — Your Money Carries Over\r\n★ No Wipes — Build Your Empire Forever\r\n★ Active Staff & Community Events\r\n \r\n⦿ icefuse.net",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778176987,
"last_online": 1779204020,
"icon": null,
"name": "⦿【ICEFUSE】GRAND THEFT RUST | ROLEPLAY | MMO",
"connect": "64.40.8.7:28011",
"request": "64.40.8.7:28017",
"map": "rp_ifn_downtown_v1",
"gamemode": "Vanilla",
"version": "2624",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592904,
"last_update": 1779204020,
"banned": false,
"wipe": 1778177467,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4547,
"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/11305919");
$data = json_decode($json, true);
var_dump($data);