SCAVENGERSHAVEN.NET 3x SOLO/DUO Shared BPs için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 85,
"fps_avg": 85,
"entities_count": 128570,
"world_seed": 1749598777,
"world_size": 4000,
"steam_id": 90286563727993860,
"domain": null,
"id": 11639215,
"ip": "66.51.99.82",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Dallas",
"description": "\n▼SERVER FEATURES▼\r\n - 3x Gather Rates, Recycle & Smelting Speeds!\r\n - Improved Loot, Enhanced Stack Sizes!\r\n - Clans|Teams, Kits, Remove, MyMini\r\n - Raid Protection (Costs Scrap)\r\n - In-Game Events\r\n - Skinner, Skill Tree\r\n - BetterTC & BGrade\r\n - Server Rewards\r\n - Box Stacking\r\n\r\n▼SERVER RAIDING RULES▼\r\n - Maximum 2 players in your team!\r\n\r\n▼SERVER INFORMATION▼\r\n - Website: https://scavengershaven.net or http://SCAV.gg\r\n - Discord: https://discord.gg/AjJQudCd9v \r\n\r\n▼SERVER WIPE TIMES▼\r\n - Bi-Weekly & Force Wipe\r\n - 1:00PM (EST) | 5:00pm (UTC)\r\n\r\nType /info to bring up the Welcome Screen.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780157612,
"last_online": 1780558829,
"icon": null,
"name": "SCAVENGERSHAVEN.NET 3x SOLO/DUO Shared BPs",
"connect": "66.51.99.82:28010",
"request": "66.51.99.82:28011",
"map": "SCAV.GG",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917956,
"last_update": 1780558829,
"banned": false,
"wipe": 1779386770,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5636,
"language": "en",
"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/11639215");
$data = json_decode($json, true);
var_dump($data);