Rust
API for Rustoria.co - US Low Pop
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/742238json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 270069,
"world_seed": 62541,
"world_size": 3750,
"steam_id": "90284182995829766",
"domain": null,
"id": 742238,
"ip": "208.52.153.80",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nWipe Schedule:\r\n\\tMap - Monthly @ Force\r\n\\tBPs - Monthly @ Force\r\n\r\nVIP: donate.rustoria.co\r\n\r\nRules:\r\n\\t- No hacking / scripting\r\n\\t- No intentional bug abuse\r\n\\t- No EAC / FP banned alts\r\n\\t- No ban evading\r\n\\t- No racism\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord\r\nFull rules: rustoria.co/vanilla/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194329,
"score": null,
"last_online": 1775892610,
"icon": null,
"name": "Rustoria.co - US Low Pop",
"connect": "208.52.153.80:28015",
"request": "208.52.153.80:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 82,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 105,
"add_date": 1675338877,
"last_update": 1775892610,
"banned": false,
"wipe": 1775151883,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 142,
"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/742238");
$data = json_decode($json, true);
var_dump($data);