Rust
API for [EU] SweNations PVE [LegendaryWeapon|SkillTree|Events]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11305344json
{
"response": {
"fps": 63,
"fps_avg": 63,
"entities_count": 69119,
"world_seed": 1337,
"world_size": 4250,
"steam_id": 90285625263577090,
"domain": null,
"id": 11305344,
"ip": "185.166.232.29",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Älvsjö",
"description": "![[EU] SweNations PVE [LegendaryWeapon|SkillTree|Events]](https://iili.io/f8rHyrX.jpg)\nWelcome to [EU] SweNations BiWeekly.\r\n\r\nScandinavia is a unique custom map that is not available on any other server, this map is made especially for SweNations, if you have any questions, please visit our discord\r\n\r\nFacepunch Monuments:\r\nSupermarket, Mining Outpost, Gasstation, Stone Quarry, HQM Quarry, Sulfur Quarry, Bandit Camp, Abandoned Military Base, Train Yard, Lighthouse, Harbour, Ferry Terminal, Airfield, Dome, Radtown, Artic Researce Base, Outpost\r\n\r\nCustom Monuments:\r\nBradley Arena, Hospital, HopeCity, Alcatraz, Motel, Marina, Cruiseship, Railway Station, AtlantaCity, National Bank, Great Harbour, PleasureCity, Alexandria, Radar Dome, FineCity",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778700733,
"score": 0,
"last_online": 1778671218,
"icon": null,
"name": "[EU] SweNations PVE [LegendaryWeapon|SkillTree|Events]",
"connect": "185.166.232.29:28015",
"request": "185.166.232.29:28016",
"map": "Scandinavia Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774592883,
"last_update": 1778700733,
"banned": false,
"wipe": 1778516181,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7496,
"language": "sv",
"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/11305344");
$data = json_decode($json, true);
var_dump($data);