Rust
API for Bestrust Solo/Duo/Trio/Quad 2x #3 | JUST FULLWIPED 20.04 04/20
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6783838json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 153059,
"world_seed": 1337,
"world_size": 3999,
"steam_id": "90284699608264735",
"domain": null,
"id": 6783838,
"ip": "185.172.175.6",
"port": 29015,
"query": 29017,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad 2x #3!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Monday at 16:45 CEST\n• Fullwipes Every Friday at 16:45 CEST\n- Last Wipe: 20.04 16:45 CEST Type: Full Wipe\n- Next Wipe: 24.04 16:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 4\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776696205,
"score": 0,
"last_online": 1776806415,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad 2x #3 | JUST FULLWIPED 20.04 04/20",
"connect": "185.172.175.6:29015",
"request": "185.172.175.6:29017",
"map": "Wiped 1 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 92,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 86,
"add_date": 1733152303,
"last_update": 1776806415,
"banned": false,
"wipe": 1776696216,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 390,
"language": "en",
"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/6783838");
$data = json_decode($json, true);
var_dump($data);