Rust
API for Cow Island Deux-Chernobyl Exclusion Zone|120 Raidable Bases|Har
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10661764json
{
"response": {
"fps": 71,
"fps_avg": 68,
"entities_count": 156073,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285757121144843",
"domain": null,
"id": 10661764,
"ip": "216.245.177.20",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Chicago",
"description": "\nIf you like to grind, build & chill, you've come to the right place. Chernobyl Exclusion Zone Premium Map, Wiped Bi-Weekly, 120 Raidable Bases, Triangulation Event, Store Robbery, JetPacks, AntiOfflineRaid, Basements, Vehicle Licenses, NPC Spawns & Drop Guns, 5x Gather, FastNights, Shop/Kits, TP, Active Non-Playing Admin. Bases protected 15 minutes after logoff. Raiding player bases is prohibited. No toxicity will be tolerated!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778707380,
"score": 0,
"last_online": 1778796020,
"icon": null,
"name": "Cow Island Deux-Chernobyl Exclusion Zone|120 Raidable Bases|Har",
"connect": "216.245.177.20:28025",
"request": "216.245.177.20:28027",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764544809,
"last_update": 1778796020,
"banned": false,
"wipe": 1775499546,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3754,
"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/10661764");
$data = json_decode($json, true);
var_dump($data);