API für Новосибирск | x2 ВАЙП 20.05 RUST-VDK
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 133,
"fps_avg": 133,
"entities_count": 105175,
"world_seed": 1065169213,
"world_size": 4250,
"steam_id": "90286583376076804",
"domain": null,
"id": 11501918,
"ip": "152.89.199.31",
"port": 35300,
"query": 35310,
"color": 0,
"city": "Moscow",
"description": "\nСервер для новичков х2 \r\nВайп в Среду В 12:00 по МСК\r\nПромокоды активны после вайпа\r\nПривилегии\r\nhttps://vdk-rust.gamestores.app/\r\n1. Игра с читами (бан навсегда)\r\n2. Тим с читером (бан на 7 дней)\r\n3. Реклама:ТГК, дс серверов, других серваков (мут на 1 день)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780370052,
"last_online": 1780579236,
"icon": null,
"name": "Новосибирск | x2 ВАЙП 20.05 RUST-VDK",
"connect": "152.89.199.31:35300",
"request": "152.89.199.31:35310",
"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": 1779207184,
"last_update": 1780579236,
"banned": false,
"wipe": 1779873085,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4863,
"language": "ru",
"parked": false,
"app": {
"id": 252490,
"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/11501918");
$data = json_decode($json, true);
var_dump($data);