API for Rust Casual|No KOS|No raid until wipe
JSON for programs, websites and more
text
json
{
"response": {
"fps": 78,
"fps_avg": 79,
"entities_count": 116199,
"world_seed": 891715062,
"world_size": 4500,
"steam_id": "90286610581103645",
"domain": null,
"id": 11502257,
"ip": "163.245.197.147",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Secaucus",
"description": "\n- Rust for us full-time workers\r\n- No BP wipe\r\n- Low upkeep\r\n\r\nThis server is meant for those of us who love Rust but cannot dedicate more than a few hours a week to play.\r\nRules\r\n1. No Kill on Sight unless around a monument\r\n2. No raiding until wipe weekend (let us build please)\r\n3. We are here to have fun so keep it civil\r\n\r\nJoin the discord for a better list.\r\nServer restarts daily 3 AM CST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607655,
"last_online": 1780618226,
"icon": null,
"name": "Rust Casual|No KOS|No raid until wipe",
"connect": "163.245.197.147:28080",
"request": "163.245.197.147:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207195,
"last_update": 1780618226,
"banned": false,
"wipe": 1780607988,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2234,
"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/11502257");
$data = json_decode($json, true);
var_dump($data);