Rust
API for Magic Fan Rust для новичков
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/9527605json
{
"response": {
"fps": 129,
"fps_avg": 132,
"entities_count": 73905,
"world_seed": 867840661,
"world_size": 3500,
"steam_id": "90284232193296387",
"domain": null,
"id": 9527605,
"ip": "185.189.255.68",
"port": 35400,
"query": 35410,
"color": 0,
"city": "Moscow",
"description": "\nВайп два раза в месяц: каждый 1 и 3 четверг месяца.\r\nДля молодежи 40+ отдохнуть после работы ))) Школьникам вход запрещен!!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775919716,
"score": 0,
"last_online": 1775931019,
"icon": null,
"name": "Magic Fan Rust для новичков",
"connect": "185.189.255.68:35400",
"request": "185.189.255.68:35410",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537938,
"last_update": 1775931019,
"banned": false,
"wipe": 1775155030,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4104,
"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/9527605");
$data = json_decode($json, true);
var_dump($data);