Rust
API for Rusties ZA X5 PVE Softcore
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11160048json
{
"response": {
"fps": 64,
"fps_avg": 74,
"entities_count": 69386,
"world_seed": 2117905747,
"world_size": 3500,
"steam_id": "90285724190350365",
"domain": null,
"id": 11160048,
"ip": "129.232.154.35",
"port": 28055,
"query": 28056,
"color": 0,
"city": "Cape Town",
"description": "Basically vanilla with some QOL mods. Building grades, use /bgrade 1 to 4. Remover. Use /remove to remove any item or building block. Better recycling. Need a gun? Go kill a Scientists. They will drop a gun for you. /MYMINI for a mini copter.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778716978,
"score": 5,
"last_online": 1778772619,
"icon": null,
"name": "Rusties ZA X5 PVE Softcore",
"connect": "129.232.154.35:28055",
"request": "129.232.154.35:28056",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1772228150,
"last_update": 1778772619,
"banned": false,
"wipe": 1778183969,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2403,
"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/11160048");
$data = json_decode($json, true);
var_dump($data);