API для [EU] Revival Rust x2 Для Новичков
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2834392,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 252490,
"owner": 55271,
"boosts": 1,
"last_offline": 1763099462,
"last_online": 1762193421,
"icon": null,
"name": "[EU] Revival Rust x2 Для Новичков",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1707080285,
"last_update": 1763099462,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12988,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "spayn2004",
"avatar": "ae7d31c1-9e1b-4439-a958-b620ae19dec8.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/2834392");
$data = json_decode($json, true);
var_dump($data);