Rust
API for Magic Rust #15 - Modded 2x (Trio) | EU East
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/10933716json
{
"response": {
"fps": 86,
"fps_avg": 85,
"entities_count": 140777,
"world_seed": 108827103,
"world_size": 3750,
"steam_id": "90284209109895192",
"domain": null,
"id": 10933716,
"ip": "185.207.214.226",
"port": 35100,
"query": 35110,
"color": 0,
"city": "Moscow",
"description": "Лимит игроков в команде: 3 \r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов х2\r\n• Скорость крафта х2",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775818323,
"score": 0,
"last_online": 1775931013,
"icon": null,
"name": "Magic Rust #15 - Modded 2x (Trio) | EU East",
"connect": "185.207.214.226:35100",
"request": "185.207.214.226:35110",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 74,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 83,
"add_date": 1768486610,
"last_update": 1775931013,
"banned": false,
"wipe": 1775818542,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 604,
"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/10933716");
$data = json_decode($json, true);
var_dump($data);