Rust
API für Rusty AK x1000 |NoBP|TP|CLANS|SHOP|KIT|FUN| 1000x 100x 10x x10
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8453893json
{
"response": {
"fps": 26,
"fps_avg": 27,
"entities_count": 111300,
"world_seed": 9,
"world_size": 4000,
"steam_id": "90285528739948564",
"domain": null,
"id": 8453893,
"ip": "208.103.169.239",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nWelcome to Rusty AK x1000! * Last wiped 08/05/26 * \r\n * Wipes every Thursday about 5PM BST \r\n * To see server information, settings, commands type in chat /info. \r\n * Cheating, Racism, Homophobia is bannable. \r\n * VIP packages. Free VIP for new players. Webstore: http://rustyak.buycraft.net \r\n * Support: https://discord.gg/xGshkYt - Click VIEW WEBPAGE to join discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778242986,
"score": 0,
"last_online": 1778350817,
"icon": null,
"name": "Rusty AK x1000 |NoBP|TP|CLANS|SHOP|KIT|FUN| 1000x 100x 10x x10",
"connect": "208.103.169.239:28010",
"request": "208.103.169.239:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 21,
"maxplayers": 111,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1743881167,
"last_update": 1778350817,
"banned": false,
"wipe": 1778208026,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 994,
"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/8453893");
$data = json_decode($json, true);
var_dump($data);