Rust
API for Reddit.com/r/PlayRust - EU Monthly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10412557json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 339232,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90284731195272195",
"domain": null,
"id": 10412557,
"ip": "194.69.160.121",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nDescription - Welcome to Reddit's official /r/PlayRust EU Monthly server! \r\n - No cheating or exploiting. No impersonation of staff members. \r\n - No spam, racism/slurs, discrimination. \r\n\r\n Visit /r/playrustpublic for server discussion!\r\n Support: redditplayrust.com \r\n Discord: discord.gg/playrust \r\n Monthly Map Wipe @ Force / BP Wipe @ Forced",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152338,
"score": 0,
"last_online": 1776823215,
"icon": null,
"name": "Reddit.com/r/PlayRust - EU Monthly",
"connect": "194.69.160.121:28015",
"request": "194.69.160.121:28017",
"map": "Reddit Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 40,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1759823743,
"last_update": 1776823215,
"banned": false,
"wipe": 1775152293,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 553,
"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/10412557");
$data = json_decode($json, true);
var_dump($data);