Rust
API für [US] SLAYERS.GG 10x PVE Zombies|Legendary Weapons|Planes|Fun|Xp
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7921027json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 61054,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285704207053826",
"domain": null,
"id": 7921027,
"ip": "168.100.160.17",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Ashburn",
"description": "![[US] SLAYERS.GG 10x PVE Zombies|Legendary Weapons|Planes|Fun|Xp](https://cdn3.mapstr.gg/181aaded1fec1ccce26205e766a93df2.jpg)\n★ [US] SLAYERS.GG 10x PVE | The #1 PVE Rust Experience! \r\n★ VIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm 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. \r\n7. NO TC Griefing Players Bases, Bannable Offense. \r\n8. No Griefing, Trolling or Bothering other players in any way, No stealing items, No stealing raidable bases, abandoned bases or monuments.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778177585,
"score": 0,
"last_online": 1778688618,
"icon": null,
"name": "[US] SLAYERS.GG 10x PVE Zombies|Legendary Weapons|Planes|Fun|Xp",
"connect": "168.100.160.17:28015",
"request": "168.100.160.17:28017",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1740792008,
"last_update": 1778688618,
"banned": false,
"wipe": 1778178045,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1954,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7921027");
$data = json_decode($json, true);
var_dump($data);