Helix 2x Weekly Solo/Duo/Trio/Quad|No BP wipes|Noob Friendly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 90,
"fps_avg": 89,
"entities_count": 79076,
"world_seed": 1337,
"world_size": 3750,
"steam_id": 90285959610273810,
"domain": null,
"id": 9528322,
"ip": "193.243.190.69",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Chicago",
"description": "\nHelix Rust - Perfectly Modded Rust Servers\r\nWipe: Weekly Map Wipes Fridays @ 3pm EST (No BP Wipes)\r\nFeatures:\r\n » 2x Gather Rate\r\n » 2x Crafting, Recycler, and Smelting Speeds\r\n » Extended Workbench\r\n » Free Skinbox & Base Skin (/skinbox & /bskin)\r\n » Minicopters Spawn on Roads\r\n » Perfectly Balanced Loot\r\n » Drone Marketplaces at Fishing Villages & Ranches\r\n » Active Admin Team\r\n » Max Team of 4\r\n\r\nJoin our growing community:\r\nDiscord: discord.gg/helixrust\r\nStore: helixrust.gg\r\n\r\nWe employ the latest high performance plugins, most advanced hardware, and fastest networks available to deliver the ultimate rust experience to our players.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778176386,
"last_online": 1779262819,
"icon": null,
"name": "Helix 2x Weekly Solo/Duo/Trio/Quad|No BP wipes|Noob Friendly",
"connect": "193.243.190.69:28015",
"request": "193.243.190.69:28016",
"map": "Helix Better FPS Map | x2",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750538023,
"last_update": 1779262819,
"banned": false,
"wipe": 1779213782,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3106,
"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/9528322");
$data = json_decode($json, true);
var_dump($data);