Rust
API für ・*˚‧˚。˚DOZER X10 PVE˚。˚‧˚*・ slhosting.eu
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7173636json
{
"response": {
"fps": 80,
"fps_avg": 78,
"entities_count": 147140,
"world_seed": 1827634,
"world_size": 4500,
"steam_id": "90284787886930968",
"domain": null,
"id": 7173636,
"ip": "45.131.148.155",
"port": 28031,
"query": 28032,
"color": 0,
"city": "Baja",
"description": "\n✔ 3 day free VIP✔ Join Discord!✔ slhosting.eu\n✔ WIPE: monthly first thursday✔ PVE server✔ Building skins\n✔ X10 Loot/gather✔ Air event✔ Server shop\n✔ Junkyard event✔ Water event✔ Parachute\n✔ Space✔ Raidbases✔ Extra events\n✔ Convoy✔ Armored Train✔ Backpack\n✔ NPC raiders✔ Road Drivers✔ + Magazine\n✔ Skins✔ Hard Boss✔ Nightvision\n✔ Skill Tree✔ Auto farm✔ Economy",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776810202,
"score": 0,
"last_online": 1776842423,
"icon": null,
"name": "・*˚‧˚。˚DOZER X10 PVE˚。˚‧˚*・ slhosting.eu",
"connect": "45.131.148.155:28031",
"request": "45.131.148.155:28032",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2621",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736279576,
"last_update": 1776842423,
"banned": false,
"wipe": 1770642208,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2963,
"language": "hu",
"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/7173636");
$data = json_decode($json, true);
var_dump($data);