Rust
[US] RustLegends 3x|PVP POI's|PURGE|EVENTS için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11435821json
{
"response": {
"fps": 38,
"fps_avg": 36,
"entities_count": 174503,
"world_seed": 1465705632,
"world_size": 5000,
"steam_id": "90285160717159441",
"domain": null,
"id": 11435821,
"ip": "198.0.98.138",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Detroit",
"description": "![[US] RustLegends 3x|PVP POI's|PURGE|EVENTS](https://i.imgur.com/tgGrhGT.jpeg)\nRust Legends PVE 3x | Raidable Bases | Purge | Skills \r\n Chill PvE & Intense Events \r\n Gathering: 3x Resource Rates | Big Stacks | Backpacks \r\n Rules: No Offline Raiding (PvP only in select zones) \r\n Features: Heli/Brad Signals, Dangerous Treasures, Active Skill Trees, Convoy and Other Events, Dungeons, and MORE! \r\n Quality of Life: Industrial Recyclers, Fast Smelting, Powerless Lights \r\n PvP Purge - Day Before Wipe \r\n Active Admins: No toxicity, 24/7 Support \r\n Join us and discover more great features! /info In Chat for more! \r\n [discord.gg/survivallegends]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777381401,
"score": 0,
"last_online": 1777584620,
"icon": null,
"name": "[US] RustLegends 3x|PVP POI's|PURGE|EVENTS",
"connect": "198.0.98.138:28015",
"request": "198.0.98.138:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774977205,
"last_update": 1777584620,
"banned": false,
"wipe": 1775157525,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1899,
"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/11435821");
$data = json_decode($json, true);
var_dump($data);