API for OPP A Rust Server 5x Trio | RPG Levels | No-Grind | PvE Events
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 45731,
"world_seed": 80085,
"world_size": 3000,
"steam_id": "90286413247703050",
"domain": null,
"id": 11639140,
"ip": "66.51.99.56",
"port": 28000,
"query": 28001,
"color": 0,
"city": "Dallas",
"description": "Testing New 20 Man PvP Online Raid Only\r\nt\r\nWelcome! 5x Rates | Max Group: 3 | ZLevels RPG | Raidable Bases & Bot Events | Fast Smelt & Craft\r\n\r\nHosted By Pine Hosting \r\n - 24/7 Support\r\n - Easy Config Editor\r\n - Powerful Systems",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779917955,
"last_online": 1780594235,
"icon": null,
"name": "OPP A Rust Server 5x Trio | RPG Levels | No-Grind | PvE Events",
"connect": "66.51.99.56:28000",
"request": "66.51.99.56:28001",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917955,
"last_update": 1780594235,
"banned": false,
"wipe": 1780167691,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5143,
"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/11639140");
$data = json_decode($json, true);
var_dump($data);