Rust
API for DEEZ RUST | X2 | ПОЛУ-КЛАССИКА | WIPE 08.04
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488623json
{
"response": {
"fps": 99,
"fps_avg": 101,
"entities_count": 67478,
"world_seed": 2083549717,
"world_size": 3500,
"steam_id": 90284108015533070,
"domain": null,
"id": 11488623,
"ip": "51.195.88.143",
"port": 20560,
"query": 20561,
"color": 0,
"city": "Limburg an der Lahn",
"description": "\nDEEZ RUST — полуклассический сервер с рейтами x2. Здесь ты найдешь тот самый баланс между ванильным Rust и комфортной игрой. Крафт, выживание, постройка баз, добыча ресурсов, рейды и захватывающий PvP — всё это осталось в неизменном виде. Рейты x2 ускоряют развитие, но не превращают игру в донатную помойку. Администрация не лезет в игровой процесс. Играй, строй, воюй и выживай так, как тебе нравится. Никаких лишних плагинов — только чистая атмосфера Rust с небольшим ускорением. Заходи на DEEZ RUST и покажи, на что ты способен.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775679728,
"score": 0,
"last_online": 1775691017,
"icon": null,
"name": "DEEZ RUST | X2 | ПОЛУ-КЛАССИКА | WIPE 08.04",
"connect": "51.195.88.143:20560",
"request": "51.195.88.143:20561",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775668563,
"last_update": 1775691017,
"banned": false,
"wipe": 1775672062,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5859,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488623");
$data = json_decode($json, true);
var_dump($data);