Rust
API for Jack&Swan PVE|No Decay|No Raid|No Kill
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/480457json
{
"response": {
"fps": 95,
"fps_avg": 92,
"entities_count": 105324,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90284802217279496",
"domain": null,
"id": 480457,
"ip": "64.74.161.182",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Pointe-Claire",
"description": "PVE, Monthly Wipe - Noobs Friendly-Active Admin\r\n\r\nRules for this beautiful server:The best place to Learn Rust \r\n-No Killing\r\n-No Raiding\r\n-No looting\r\n-No trespassing\r\n-No Shotgun traps or Turrets outside your base\r\n-No Sam sites on your base.\r\n\r\nAnnonce to call in the global chat when you:\r\n-Looting monument and/or puzzles\r\n-Hacking a locked crate at a monument\r\n-Going for airdrop, including where\r\n-Kill Bradley at Launch Site\r\n-Tagging Patrol Helicopter\r\n-Doing Cargo Ship\r\n-Doing Oil Rigs Small or Large\r\n-Use the Giant excavator\r\n\r\nLanguage in the global chat is French or English\r\n\r\nWipes:\r\n*Map wipes only when forced by facepunch every thursday of the month\r\nSome tips:\r\nThink to make your base safe.\r\n Upgrade as soon as possible to at least wood. Put locks on your doors, Tool cupboard, Storage Boxes, etc.\r\nPut at least window bars in your windows and preferably use strengthened windows as soon you can.\r\nThen… Enjoy the Game.\r\n*Anyone who violates these rules risks being banned depending on the seriousness of the offense\r\n\r\nThe server restarts every day at 4 a.m. EDT\r\n\r\nJoin us on our Discord chat: https://discord.gg/t7H6jwfceH",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776588199,
"score": null,
"last_online": 1776854419,
"icon": null,
"name": "Jack&Swan PVE|No Decay|No Raid|No Kill",
"connect": "64.74.161.182:28015",
"request": "64.74.161.182:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1637452245,
"last_update": 1776854419,
"banned": false,
"wipe": 1775153674,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1713,
"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/480457");
$data = json_decode($json, true);
var_dump($data);