Rust
API for FLAME RUST #1 [ NOLIMIT | x3 | MAGIC ] WIPE 10.4
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/9705997json
{
"response": {
"fps": 27,
"fps_avg": 34,
"entities_count": 259882,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284204042069006",
"domain": null,
"id": 9705997,
"ip": "46.174.53.23",
"port": 20520,
"query": 20521,
"color": 0,
"city": "Moscow",
"description": "![FLAME RUST #1 [ NOLIMIT | x3 | MAGIC ] WIPE 10.4](https://api.ba3yka.ru/flamerust/img/banner_game.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x3\r\n• Мгновенный крафт\r\n• Телепортация домой\r\n\r\nВайп карты: каждые вторник и пятница в 14:00\r\nВайп рецептов: каждые две недели",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775212887,
"score": 5,
"last_online": 1775925012,
"icon": null,
"name": "FLAME RUST #1 [ NOLIMIT | x3 | MAGIC ] WIPE 10.4",
"connect": "46.174.53.23:20520",
"request": "46.174.53.23:20521",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 190,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1751752607,
"last_update": 1775925012,
"banned": false,
"wipe": 1775818799,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 437,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9705997");
$data = json_decode($json, true);
var_dump($data);