//JP\<color=#fc03e3><b>SAKURA.JP</b></color> 3X (QUAD [Shop|Kit için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 98053,
"world_seed": 2053472107,
"world_size": 3750,
"steam_id": "90287027764300818",
"domain": null,
"id": 11800929,
"ip": "125.203.41.226",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Osaka",
"description": "\nOptimization Performance and High Tier Server\r\nSophisticated servers for best experience\r\nNonPlay Active Admin\r\nAll Region Welcome.\r\nCPU-R7 5700X3D\r\n\r\n===Wipe Schedule===\r\n★Map-SemibiWeekly day of the month 10,20,30,three wipes.\r\n★BP-Monthly 30\r\n\r\n\r\n\r\n★TeamLimit 4\r\n★Gather Rate 3x (Sulfur 1.5x)\r\n★Advanced AntiCheat(NoLag)\r\n★Workbench in TC Area\r\n★Customized Combat & Raid Block\r\n★PvP & Raid Makers\r\n★Unlocked Lv.1 BPs\r\n★Fast Craft&Smelt\r\n★Customized Loot Table\r\n★Short Night(3Min)\r\n★Skinbox(Need Link Discord Account\r\n★Shop And Kits\r\n★No Pay2Win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781474651,
"last_online": 1781480427,
"icon": null,
"name": "//JP\\<color=#fc03e3><b>SAKURA.JP</b></color> 3X (QUAD [Shop|Kit",
"connect": "125.203.41.226:28015",
"request": "125.203.41.226:28016",
"map": "Sakura Customized",
"gamemode": "Softcore",
"version": "2627",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781463042,
"last_update": 1781480427,
"banned": false,
"wipe": 1781046188,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6283,
"language": "ja",
"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/11800929");
$data = json_decode($json, true);
var_dump($data);