Rust
API for RWTH |PVE&Purge|[RaidableBase-SkillTree(Chill,Build,Shoot)]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8267664json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 219101,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285105876144146",
"domain": null,
"id": 8267664,
"ip": "104.143.2.47",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "![RWTH |PVE&Purge|[RaidableBase-SkillTree(Chill,Build,Shoot)]](https://i.ibb.co/grcct8B/rustinhomies-1.png)\nMore possible features to come, new players always welcome!\r\n\r\n◈--PURGE DAY LAST DAY BEFORE WIPE--\r\n◈--PVE Server(No Player Killing, Raiding, or Stealing Loot(Unless Purge Day))--\r\n◈--Free JetPacks for our Discord Verified players!--\r\n◈--Shop--\r\n◈--300+ RaidableBases(Easy,Medium,Hard,Expert,Nightmare,Chaos Difficulties)--\r\n◈--Survival Arena--\r\n◈--HeliSignals(Call your own Patrol Helicopter on demand)--\r\n◈--Personal Recyclers to place in your base for our Discord Verified(Members)--\r\n◈--Portable Repair Bench (/repair) or never repair with SkillTree--\r\n◈--BGrade, RemoveTool and No Stability for Base Building--\r\n◈--QuickSmelt and Faster Recycling-\r\n◈--SkillTree and ZLevels--\r\n◈--Backpacks(Players get 48 slots, members that verify with discord get 96, 144 available on SkillTree)--\r\n◈--Monthly Wipes on Force Wipe--\r\n◈--Open Hackable Crates Faster--\r\n◈--Bigger Item Stacks--\r\n◈--Vehicle License--\r\n◈--2 Hour Days 15 Minute Nights with Vote Night Skip--\r\n◈--No Workbench Tax--",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777434794,
"score": 0,
"last_online": 1777517419,
"icon": null,
"name": "RWTH |PVE&Purge|[RaidableBase-SkillTree(Chill,Build,Shoot)]",
"connect": "104.143.2.47:28015",
"request": "104.143.2.47:28016",
"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": 1742497721,
"last_update": 1777517419,
"banned": false,
"wipe": 1775170525,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2872,
"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/8267664");
$data = json_decode($json, true);
var_dump($data);