Rust
BURN ZOMBIE ISLAND|5X|Raid Bases|Skill Tree|Loot+|KITS|TP|Jetpa için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/1205138json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 152970,
"world_seed": 1337,
"world_size": 5250,
"steam_id": "90284748656382997",
"domain": null,
"id": 1205138,
"ip": "136.243.93.153",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "\nEnjoy one of the BEST PVE Server ull ever find!\r\n5X Gather|5X Loot|Max Group 12|5250 Map\r\n\r\nCUSTOM MAP:Primewa Island\r\nWipe Schedule: Every 8-12 Days @ 4PM/8PM CET\r\nPURGE: 24h Full PvP before wipe!\r\nLooking to play rust at your own pace? Rust Burn's PVE servers may be for you, we offer a unique style of play,perfect if you want to play rust without any stress or toxicity!\r\nPersonalised custom maps every wipe\r\nExclusive X spots for building such as floating islands, secret bunkers and many more\r\nAnti Pay2Win with Free VIP from just playing or voting\r\nBig Backpacks (up to 144 slots)\r\nSkill tree + Prestige system with prestige rewards \r\nCustom Gear and Weapons with 15+ different enchantments available and custom legendary variants\r\nComprehensive /shop with custom currency system\r\nMany QOL of plugins (homes,low cooldown tpr,clans etc)\r\n industrual recycler\r\nFree: Skinbox! Fast Teleports to Homes no big Cooldowns!\r\n120+ different quests \r\nSpecial Boss-monster NPCs\r\nServer unique Heli and Bradley Signals with dedicated Heli towers and Bradley Arenas\r\nCustom Quarries\r\nIn-depth cooking, turn ingredients into special buffs\r\nGemstone mining and advanced planters for farming\r\nRaid-Bases with over 600 different bases and 3 custom raid islands.\r\nPlayer vehicle spawns (spawn your own mini, tugboat, horse etc)\r\nMonthly build competitions to showcase your skills\r\nActive staff and a thriving community\r\nAnd Many more plugins you'll have to join to see...\r\n/info for more help\r\nJoin our discord for more support: discord.gg/zombiehell",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776794601,
"score": null,
"last_online": 1776835215,
"icon": null,
"name": "BURN ZOMBIE ISLAND|5X|Raid Bases|Skill Tree|Loot+|KITS|TP|Jetpa",
"connect": "136.243.93.153:28015",
"request": "136.243.93.153:28017",
"map": "Primewa Island",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 12,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1691954784,
"last_update": 1776835215,
"banned": false,
"wipe": 1776693938,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 663,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/1205138");
$data = json_decode($json, true);
var_dump($data);