* SCHLARAFFENLAND PvE RaidBase|NoDecay|Zombie|Event|Skills|.. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 3,
"fps_avg": 2,
"entities_count": 180763,
"world_seed": 0,
"world_size": 5000,
"steam_id": "90286538567644181",
"domain": null,
"id": 5310018,
"ip": "80.153.52.43",
"port": 28017,
"query": 28015,
"color": 0,
"city": "Auerbach",
"description": "\n+ Experimental & Legacy Rust Server Since 2016 + \n\nPvE • Raidable Bases • M249 Crafting • Fully Menu GUI • Add Your Skins • Kits • Skills • PrivateVehicles with TP • 2x Backpacks • Funny Zombies • PrivateHeliCall • NoDecay • Private Recycler 4 Base + Virtualized • Mailbombs • Teleport • MonumentLocker (like Fallout) • Quests • Events • Friend Inventory Looting • Voting • More OilrigCrates Action • Add Your Radiostation • LootProtection • CommunityCenter • Private Pumpjack • PowerPoles • Sometimes CustomMaps • Advanced Building • Bradleys • FlyingBearRug • NoStability • SyncPipes • PurgeNight • Spray Reskin • and lots of more... \n\n=>SteamGroup: https://steamcommunity.com/groups/schlaraffenlandrust \n=>Discord: https://discord.gg/ye7X76gQzY \n=>Teamspeak: ts3server://schlaraffenland.ddnss.org/ \n\n# NextWipe: Thu 04. Jun 20:05 (UTC +2)\n# PurgeNight: Wed 03. Jun 21:00 (UTC +2)\n\n# Admin's: Alex(GER), Flowercube, Tamerain, 0risk0fun \n# SYSTEM: Dedicated Machine | 10 Gb-Link | DDoS-Protected \n# DATACENTER: iNTERWERK - Frankfurt a.M. >> Made in Germany <<",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780555227,
"icon": null,
"name": "* SCHLARAFFENLAND PvE RaidBase|NoDecay|Zombie|Event|Skills|..",
"connect": "80.153.52.43:28017",
"request": "80.153.52.43:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 51,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1721895910,
"last_update": 1780555227,
"banned": false,
"wipe": 1778178140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1279,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/5310018");
$data = json_decode($json, true);
var_dump($data);