Rust
API for MadRust PVE - Get Achievements
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3476922json
{
"response": {
"fps": 82,
"fps_avg": 81,
"entities_count": 184723,
"world_seed": 461795385,
"world_size": 4500,
"steam_id": 90284802741925900,
"domain": null,
"id": 3476922,
"ip": "144.217.125.40",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Beauharnois",
"description": "\nWelcome to MadRust PvE! discord.gg/WrW5VXvtqe \r\n -Must be in a team to do PvP based achievements.\r\n -No raiding bases.\r\n -No looting bases or players, period.\r\n -Please call out monuments and events.\r\n -Do not build anything on another players base without permission. \r\n\r\nPlease upgrade to stone or higher and lock all doors and tool cupboards. Try to make sure your base is sealed so wandering players can't stumble on your loot. \r\nAnd yes, achievements are actually enabled!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776848597,
"score": null,
"last_online": 1776857418,
"icon": null,
"name": "MadRust PVE - Get Achievements",
"connect": "144.217.125.40:28080",
"request": "144.217.125.40:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1710667867,
"last_update": 1776857418,
"banned": false,
"wipe": 1775152390,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 985,
"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/3476922");
$data = json_decode($json, true);
var_dump($data);