API for RUTRUST | NoLimit | 1000x | LOOT+
JSON for programs, websites and more
text
json
{
"response": {
"fps": 231,
"fps_avg": 234,
"entities_count": 16139,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286584821667847",
"domain": null,
"id": 6125220,
"ip": "46.174.53.208",
"port": 20670,
"query": 20671,
"color": 0,
"city": "Moscow",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599269,
"last_online": 1780596107,
"icon": null,
"name": "RUTRUST | NoLimit | 1000x | LOOT+",
"connect": "46.174.53.208:20670",
"request": "46.174.53.208:20671",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1727883313,
"last_update": 1780599269,
"banned": false,
"wipe": 1780071708,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9671,
"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/6125220");
$data = json_decode($json, true);
var_dump($data);