API for Blood Moon | PVE/PVP | Monthly | Noob Friendly | No Decay
JSON for programs, websites and more
text
json
{
"response": {
"fps": 178,
"fps_avg": 166,
"entities_count": 90157,
"world_seed": 1838565031,
"world_size": 4000,
"steam_id": "90286742813864971",
"domain": null,
"id": 11698851,
"ip": "45.45.238.184",
"port": 28080,
"query": 28015,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to my Rust server!\r\n\r\nNo Hacking or Third party software\r\n\r\n Server wipes 1st of month\r\n\r\n No KOS\r\n\r\n PVP and raiding the day before wipe\r\n\r\n PVP events\r\n\r\n https://discord.gg/fjwRhH9m7F",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780805652,
"last_online": 1780911031,
"icon": null,
"name": "Blood Moon | PVE/PVP | Monthly | Noob Friendly | No Decay",
"connect": "45.45.238.184:28080",
"request": "45.45.238.184:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780227275,
"last_update": 1780911031,
"banned": false,
"wipe": 1780692069,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5754,
"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/11698851");
$data = json_decode($json, true);
var_dump($data);