EU Rusty Bear 3x Monthly Main | No Offlines | Noob Friendly | L için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 102013,
"world_seed": 1337,
"world_size": 3900,
"steam_id": "90286548816397335",
"domain": null,
"id": 758106,
"ip": "64.40.9.59",
"port": 30015,
"query": 30017,
"color": 0,
"city": "London",
"description": "\n\r\nMap Wipe monthly on the first Thursday. \r\nDiscord: https://discord.gg/rustybear | VIP: https://rustybear.gg/ \r\nMax Team Size: None \r\n \r\nOffline Protection: 15 minutes after logging off, protection kicks in and you have peace of mind you won’t be offline raided for the next 3 days. \r\n \r\nModifiers: \r\n3x gather | 1x sulfur \r\n 3x electrics and turret limit \r\n 3x scrap, components, stack sizes \r\n 3x crafting, recycling, smelting \r\n 50% Upkeep \r\n \r\nPlugins include: \r\n• Backpacks – players get extra storage in their backpack \r\n• SAM Site Auth – can’t be shot down by your own SAMs \r\n• Free Minicopters – /mini to spawn a mini, minis also spawn on roads \r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash \r\n• Drone marketplaces at Fishing Villages & Ranches \r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages \r\n• Starter Kits – spawn with essential supplies on first login \r\n• Map Wipe Polls – vote in Discord \r\n• Leaderboards – in game and online leaderboards \r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780121017,
"last_online": 1780549830,
"icon": null,
"name": "EU Rusty Bear 3x Monthly Main | No Offlines | Noob Friendly | L",
"connect": "64.40.9.59:30015",
"request": "64.40.9.59:30017",
"map": "discord.gg/rustybear",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1677864646,
"last_update": 1780549830,
"banned": false,
"wipe": 1778176381,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2003,
"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/758106");
$data = json_decode($json, true);
var_dump($data);