API für Oil and Rust, Chill PVE Low Pop.
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 206,
"fps_avg": 201,
"entities_count": 114566,
"world_seed": 710769803,
"world_size": 4500,
"steam_id": "90286584248540189",
"domain": null,
"id": 10764501,
"ip": "135.148.150.135",
"port": 60405,
"query": 60407,
"color": 0,
"city": "Warrenton",
"description": "\nWelcome to Oil & Rust! PVE \r\n A low pop server to chill and enjoy some rust pve \r\n Here are a few of our plugins: \r\n - Convoy \r\n - Radiable bases (free version atm) \r\n - Chest stacking \r\n - XPerience. gain level's, gain perks. Use ./XPinfo to acesss. \r\n - ServerRewards : Earn RP and buy stuff using ./s \r\n - Many other non invasive quality of life plugins. \r\n - Donations are welcome to help pay for server monthly and buy more premium plugins for all to enjoy. \r\n Thank you all and enjoy your time. \r\n Discord link https://discord.gg/nbtt3fgBfx",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780556669,
"last_online": 1780636233,
"icon": null,
"name": "Oil and Rust, Chill PVE Low Pop.",
"connect": "135.148.150.135:60405",
"request": "135.148.150.135:60407",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766261087,
"last_update": 1780636233,
"banned": false,
"wipe": 1779248160,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3633,
"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/10764501");
$data = json_decode($json, true);
var_dump($data);