Rust
API for The Republic 2x | Custom Monuments | Solo/duo/trio | Monthly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11018194json
{
"response": {
"fps": 47,
"fps_avg": 51,
"entities_count": 82561,
"world_seed": 1987832637,
"world_size": 4000,
"steam_id": "90283884750264328",
"domain": null,
"id": 11018194,
"ip": "104.129.132.114",
"port": 32015,
"query": 32016,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to The Republic 2x Solo/Duo/Trio!\r\nOn our server we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the absolute best Network & Hardware possible to improve your in game experience on our server!\r\n\r\n2x Gather Rates\r\n2x Crafting Speed\r\n2x Components and Scrap\r\nRecyclers at additional monuments\r\nCustom High Performance Map\r\nExtended Workbench range\r\nNo BP wipes\r\nShort Nights\r\nGroup Limit: 3\r\nActive Staff\r\n\r\nMake sure to join our discord server before playing by pressing the view webpage button!\r\n https://discord.gg/DfmQb6qD",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775243529,
"score": 0,
"last_online": 1776206416,
"icon": null,
"name": "The Republic 2x | Custom Monuments | Solo/duo/trio | Monthly",
"connect": "104.129.132.114:32015",
"request": "104.129.132.114:32016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769944476,
"last_update": 1776206416,
"banned": false,
"wipe": 1775243195,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4660,
"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/11018194");
$data = json_decode($json, true);
var_dump($data);