Rust
API für ECSTASY [ 2x | TP | KITS | NO LIMIT | ]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11489428json
{
"response": {
"fps": 68,
"fps_avg": 65,
"entities_count": 68902,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90284570973716489",
"domain": null,
"id": 11489428,
"ip": "166.1.144.21",
"port": 25529,
"query": 25616,
"color": 0,
"city": "Frankfurt am Main",
"description": "🔥 RUST X2 SEMI-CLASSIC \r\n • Рейты x2 \r\n • Полу-классика без дисбаланса \r\n • Быстрый лут, честный PvP \r\n • Активная администрация \r\n • Частые вайпы \r\n 🚀 Заходи и выживай! gm.link/u188841 ECSTASY [ 2x | TP | KITS | NO LIMIT | ]",
"game": 252490,
"owner": 188841,
"boosts": 1,
"last_offline": 1776444204,
"score": 0,
"last_online": 1776521414,
"icon": null,
"name": "ECSTASY [ 2x | TP | KITS | NO LIMIT | ]",
"connect": "166.1.144.21:25529",
"request": "166.1.144.21:25616",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1776443525,
"last_update": 1776521414,
"banned": false,
"wipe": 1776371179,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 400,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "505ussr",
"avatar": "no.jpg",
"last_online": 1776444607
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11489428");
$data = json_decode($json, true);
var_dump($data);