Rust
⦿【ICEFUSE】100X Velocity (Solo/Duo/Trio/Quad|X100 WIPED) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5941354json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 86863,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284698575989789",
"domain": null,
"id": 5941354,
"ip": "64.40.9.97",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\n▼SERVER FEATURES▼\r\n- 100X Gather Rates, Fast Recycle AND 100X Smelting Speeds!\r\n- 100 Airdrops Every Hour AND Personal Mini Copters For All!\r\n- Free Bgrade, Autodoors, Skinbox, and Remove for everyone!\r\n- Clans, Teams, Kits, Homes, Teleporting\r\n- Vehicles Spawn With Full Health AND Parts!\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 4 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Monday & Thursday at 3:00 PM GMT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690524,
"score": 0,
"last_online": 1776841224,
"icon": null,
"name": "⦿【ICEFUSE】100X Velocity (Solo/Duo/Trio/Quad|X100 WIPED)",
"connect": "64.40.9.97:28010",
"request": "64.40.9.97:28015",
"map": "Wiped 40 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1726346629,
"last_update": 1776841224,
"banned": false,
"wipe": 1776693853,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2816,
"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/5941354");
$data = json_decode($json, true);
var_dump($data);