Rust
ScrambleZAR PVE | XP | Raidable Bases | Events için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7466948json
{
"response": {
"fps": 68,
"fps_avg": 68,
"entities_count": 127318,
"world_seed": 237613712,
"world_size": 3500,
"steam_id": "90284793588400148",
"domain": null,
"id": 7466948,
"ip": "46.151.193.41",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Johannesburg",
"description": "\nSTRIVING TO BE THE #1 PVE SERVER IN SOUTH AFRICA!\r\n\r\n[ WIPE SCHEDULE ]\r\n• Weekly Map: 6 PM SAST | Monthly BP: 9 PM SAST\r\n\r\n[ UNIQUE PLUGINS ]\r\n• Unlicensed Doctor: Harvest and sell NPC organs\r\n• Black Market Fence & Crypto Broker Economy\r\n• XP Tokens: Use items to boost your permissions\r\n• Custom Item Vending & Wounded NPC Mechanics\r\n\r\n[ PVE & EVENTS ]\r\n• 150+ Raidable Bases, Boss Monsters & NPC Raiders\r\n• Sputnik, Airfield, Heavy Rig & Supermarket Events\r\n• Bradley Guards & Bradley Drops | Heli Signals\r\n• Roam Tasks & XDQuests for extra rewards\r\n\r\n[ RPG & PROGRESSION ]\r\n• Skill Tree: Grind XP to unlock unique abilities\r\n• EpicLoot: Legendary items with powerful Item Perks\r\n• Ultimate Cases: Gamble for high-tier loot\r\n• Daily Rewards, Playtime Ranks & Battlepass\r\n\r\n[ UNIQUE MECHANICS ]\r\n• Pocket Dimensions, Tree Houses & Beast Master\r\n• Cooking 2.0 (Buffs) & Custom Crops\r\n• Virtual Recyclers, Quarries & Pump Jacks\r\n• BGrade, Building Sites & Remover Tool\r\n\r\n[ COMMUNITY ]\r\n• Active Leaderboard & Discord Support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776826995,
"score": 0,
"last_online": 1776877221,
"icon": null,
"name": "ScrambleZAR PVE | XP | Raidable Bases | Events",
"connect": "46.151.193.41:28035",
"request": "46.151.193.41:28037",
"map": "HIGH FPS | Wiped - 6d ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1739234725,
"last_update": 1776877221,
"banned": false,
"wipe": 1776350720,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1107,
"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/7466948");
$data = json_decode($json, true);
var_dump($data);