Rust
API for COMPANY RUST [CLAN | X2]
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/10694739json
{
"response": {
"modded": true,
"oxide": true,
"fps": 59,
"fps_avg": 59,
"entities_count": 196984,
"world_seed": 32134,
"world_size": 3517,
"steam_id": "90284112558660619",
"domain": null,
"id": 10694739,
"ip": "80.242.59.205",
"port": 35001,
"query": 35051,
"color": 0,
"city": "Veliky Novgorod",
"description": "![COMPANY RUST [CLAN | X2]](https://i.imgur.com/X3k7vRN.png)\nВайп: каждую субботу дней в 15:00 по МСК \nЛимит игроков: MAX 0 \n \nХарактеристики сервера\n- Рейты на ресурсы х2\n- Рейты на компоненты х2\n- Быстрый крафт предметов\n- Бесплатные скины\n- Быстрые печи \n\nСсылки \n- Vk: vk.com/companyrust \n- Discord: discord.gg/companyrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775302328,
"score": 0,
"last_online": 1775712012,
"icon": null,
"name": "COMPANY RUST [CLAN | X2]",
"connect": "80.242.59.205:35001",
"request": "80.242.59.205:35051",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 50,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 83,
"add_date": 1764594491,
"last_update": 1775712012,
"banned": false,
"wipe": 1775302636,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 328,
"language": "ru",
"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/10694739");
$data = json_decode($json, true);
var_dump($data);