Rust
API for KRASNOYARSK X10 | MAX 5
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/1444624json
{
"response": {
"fps": 80,
"fps_avg": 81,
"entities_count": 94820,
"world_seed": 210778343,
"world_size": 3500,
"steam_id": "90284191753353239",
"domain": null,
"id": 1444624,
"ip": "185.25.60.114",
"port": 28000,
"query": 28002,
"color": 0,
"city": "Krasnoyarsk",
"description": "\nServer information:\r\n+ Wipe every Friday at 14:00 GMT+3\r\n+ Max teamsize: 5 players\r\n+ Gather rates: x10\r\n+ Resource stack: 160000\r\n+ Instal craft\r\n+ More information on the menu - /menu\r\n\r\nWebsite: shop.krsrust.ru\r\nTelegram: t.me/krsrust\r\nDiscord: discord.gg/MHKxBRbZ8g",
"game": 252490,
"owner": 50043,
"boosts": 1,
"last_offline": 1775841725,
"score": 5,
"last_online": 1775860211,
"icon": null,
"name": "KRASNOYARSK X10 | MAX 5",
"connect": "185.25.60.114:28000",
"request": "185.25.60.114:28002",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 16,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 98,
"add_date": 1697303201,
"last_update": 1775860211,
"banned": false,
"wipe": 1775811429,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 245,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "KRASNOYARSKRUST",
"avatar": "af379336-9024-45e6-93ce-32d31c01edf8.jpg",
"last_online": 1753198331
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1444624");
$data = json_decode($json, true);
var_dump($data);