Rust
API pentru >>>[RU] Old RUST Классика [X0.1-X0.2]<<<
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/2480797json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2480797,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "![Darkness[LITE] X50|Max5|Loot+|LevelUp Wp 12.07](https://i.ibb.co/YP149SL/imperiumlogoserver.jpg)\nпока описание редактируется, сервер остается быть топовым, поэтому пропусти это и нажми присоединиться!",
"game": 252490,
"owner": 45583,
"boosts": 1,
"last_offline": 1750457066,
"score": null,
"last_online": 1743022826,
"icon": null,
"name": ">>>[RU] Old RUST Классика [X0.1-X0.2]<<<",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1704666777,
"last_update": 1750457066,
"banned": false,
"wipe": 1741378940,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7770,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "dark777ness",
"avatar": "7a923098-0d23-42c4-911f-e3bde6b42aa0.jpg",
"last_online": 1721513333
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/2480797");
$data = json_decode($json, true);
var_dump($data);