Rust
API for SLAYERS.GG 100x #1 PVP ZOMBIES|PLANES|CLANS|SKIN|KITS|NOBP|TP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/445910json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 55047,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90285208272023560",
"domain": null,
"id": 445910,
"ip": "104.143.2.5",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\n★ SLAYERS.GG 100x | The #1 Zombie PVP Rust Experience! \r\n★ VIP: slayers.gg | discord.gg/slayersgg | Wipe: Weekly Friday 8am est\r\n\r\nFeatures: \r\n• LEGENDARY Weapons, Armor & INSANE Epic Loot Upgrades! \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI, PLANES and Roaming Zombies! \r\n• FLY PLANES! Starwars, UFO, F15, Lambo, Batbike, MarioKart, Police Car, Monster Truck! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Get FREE [BUILDER] VIP after 100 Hours playtime! \r\n• Buy Raidable Bases with /Buyraid \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• XP MMO Leveling System with Specs, Skills and Talents \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame/KingOfTheHill Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments marked by an X \r\n• Purge Day is Final 24 Hours of Wipe! Type /Kit Purgeday \r\n• Abandoned Bases/Players removed after 3 days of Inactivity \r\n• You/Teammate must Logon once every 3 days to keep your base \r\n• Join the FUN with 5000 Players on Discord, let’s create EPIC memories together! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777605793,
"score": null,
"last_online": 1777665021,
"icon": null,
"name": "SLAYERS.GG 100x #1 PVP ZOMBIES|PLANES|CLANS|SKIN|KITS|NOBP|TP",
"connect": "104.143.2.5:28014",
"request": "104.143.2.5:28015",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779737,
"last_update": 1777665021,
"banned": false,
"wipe": 1777605598,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2080,
"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/445910");
$data = json_decode($json, true);
var_dump($data);