API for Pure Casual Rust [Bots/Botbases] 3x
JSON for programs, websites and more
text
json
{
"response": {
"fps": 20,
"fps_avg": 19,
"entities_count": 99271,
"world_seed": 1323140181,
"world_size": 4300,
"steam_id": "90286611435200535",
"domain": null,
"id": 5844162,
"ip": "103.137.14.69",
"port": 49035,
"query": 49036,
"color": 0,
"city": "Мельбурн",
"description": "![Pure Casual Rust [Bots/Botbases] 3x](https://i.imgur.com/upwVvAI.jpg)\nCasual server(Fortnightly wipe) with bots and raidable (BOT) bases, also with (limited) offline raid protection, Random bot loot and random bot base loot. Now with NPC Raiders as well! Discord is https://discord.gg/DNR2NSnwSW",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780610661,
"last_online": 1780612829,
"icon": null,
"name": "Pure Casual Rust [Bots/Botbases] 3x",
"connect": "103.137.14.69:49035",
"request": "103.137.14.69:49036",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1725264175,
"last_update": 1780612829,
"banned": false,
"wipe": 1780611061,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3130,
"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/5844162");
$data = json_decode($json, true);
var_dump($data);