API for TheLastOfRust Vanilla 1x PvE
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 101523,
"world_seed": 766579482,
"world_size": 4250,
"steam_id": "90286547943144472",
"domain": null,
"id": 11607050,
"ip": "91.229.114.2",
"port": 28027,
"query": 28029,
"color": 0,
"city": "Chicago",
"description": "Map Wipe: Every two Thursdays @ 2pm EST\r\nBlueprint Wipe: Monthly force wipe\r\n\r\n######################################\r\n\r\nFeatures:\r\n - 1x gather rate\r\n - 1x stack sizes\r\n - 1x upkeep\r\n - 10min hackable crate timers\r\n - /sil to load images/text to signs\r\n - admin shop (includes test generators, special outfits, and more)\r\n - lockable minicopters, attack helicopters, and scrap helicopters\r\n - instanced quarries, pumpjacks, giant excavator\r\n - trade custom items for admin shop items\r\n - two week wipes with monthly bp wipes\r\n - fast roadside junkpile respawn\r\n\r\nSupport the server at vip.thelastofrust.com\r\nClick the View Webpage button to join our Discord or visit discord.thelastofrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780555831,
"icon": null,
"name": "TheLastOfRust Vanilla 1x PvE",
"connect": "91.229.114.2:28027",
"request": "91.229.114.2:28029",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915493,
"last_update": 1780555831,
"banned": false,
"wipe": 1779394670,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5430,
"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/11607050");
$data = json_decode($json, true);
var_dump($data);