Rust
API for Kemerovo 42
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/10824847json
{
"response": {
"fps": 70,
"fps_avg": 73,
"entities_count": 90390,
"world_seed": 1420884200,
"world_size": 4000,
"steam_id": "90284089849439262",
"domain": null,
"id": 10824847,
"ip": "185.189.255.63",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"HGQZKPuKIt\",\"type\":\"image\",\"data\":{\"caption\":\"gm.link/u153924 RUST SERVER 12\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://pic.survivalhost.org/images/2019/04/07/712bc4d43d8fd5c68118d71d48125d26.png\"}}},{\"id\":\"Ark2BSw0JY\",\"type\":\"paragraph\",\"data\":{\"text\":\"Хостинг SurvivalHost\\n Сайт хостинга - hostingrust.ru\\n Игровые сервера с защитой от DDoS атак:\\n•Рейты добычи ресурсов x2\\n• Мгновенный крафт\\n• Телепортация домой\\n•⚔️ Режим: Modded PvP\\n- 👤 /tpr [ник] — телепорт к игроку\\n- 🏠 /home — телепорт домой\\n\"}},{\"id\":\"l-GwFDPchy\",\"type\":\"paragraph\",\"data\":{\"text\":\"Магазин https://worldhosts.gamestores.app/\\n\"}}]",
"game": 252490,
"owner": 153924,
"boosts": 1,
"last_offline": 1775651526,
"score": 0,
"last_online": 1775892610,
"icon": null,
"name": "Kemerovo 42",
"connect": "185.189.255.63:35000",
"request": "185.189.255.63:35010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 22,
"points": 112,
"add_date": 1767610054,
"last_update": 1775892610,
"banned": false,
"wipe": 1775208184,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 116,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "kotma123_sergey123",
"avatar": "no.jpg",
"last_online": 1775890274
},
"mods": [
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 909,
"name": "InfoPanel"
},
{
"id": 1431,
"name": "Teleportation"
},
{
"id": 1227,
"name": "RaidBlock"
},
{
"id": 1252,
"name": "Remover Tool"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10824847");
$data = json_decode($json, true);
var_dump($data);