[PX]全图PVP[老手][物资稀有][无传送][高难度] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286271936216089",
"domain": null,
"id": 11678931,
"ip": "110.40.137.228",
"port": 57090,
"query": 57590,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780390473,
"last_online": 1780596065,
"icon": null,
"name": "[PX]全图PVP[老手][物资稀有][无传送][高难度]",
"connect": "110.40.137.228:57090",
"request": "110.40.137.228:57590",
"map": "chernarusplus",
"gamemode": null,
"version": "129",
"numplayers": 0,
"maxplayers": 70,
"bots": 50,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780216335,
"last_update": 1780596065,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9137,
"language": "zh",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11678931");
$data = json_decode($json, true);
var_dump($data);