6/7新开/13通PVP/50倍/强光/A镜/秒搓/中心/搜185 - (v3 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286703611927554",
"domain": null,
"id": 11743170,
"ip": "202.189.5.246",
"port": 9020,
"query": 55020,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780761863,
"last_online": 1780824642,
"icon": null,
"name": "6/7新开/13通PVP/50倍/强光/A镜/秒搓/中心/搜185 - (v3",
"connect": "202.189.5.246:9020",
"request": "202.189.5.246:55020",
"map": "TheCenter",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 25,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1780518545,
"last_update": 1780824642,
"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": 313,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11743170");
$data = json_decode($json, true);
var_dump($data);