API für Rustofobia rate x2 / max 8 | Wiped 27.05.26
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 98,
"fps_avg": 97,
"entities_count": 93859,
"world_seed": 1832358369,
"world_size": 4000,
"steam_id": "90286540444087315",
"domain": null,
"id": 11645016,
"ip": "188.233.235.150",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Izhevsk",
"description": "\nWelcome to our server!\r\n- Rate: \r\n Resource - x2 \r\n Components - x2 \r\n- Team max size: 8\r\n- Auto turret limit: 20\r\n- Wiped biweekly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780316054,
"last_online": 1780650028,
"icon": null,
"name": "Rustofobia rate x2 / max 8 | Wiped 27.05.26",
"connect": "188.233.235.150:28015",
"request": "188.233.235.150:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177442,
"last_update": 1780650028,
"banned": false,
"wipe": 1779883738,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5392,
"language": "ru",
"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/11645016");
$data = json_decode($json, true);
var_dump($data);