ARK: Survival Evolved
刚开一秒/仿官/A镜/长久/瓦尔PVE 搜666 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10602152json
{
"response": {
"steam_id": "90283406032066576",
"domain": null,
"id": 10602152,
"ip": "223.15.225.84",
"port": 32008,
"query": 42008,
"color": 0,
"city": "Taiyuan",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1774369874,
"score": 0,
"last_online": 1776231613,
"icon": null,
"name": "刚开一秒/仿官/A镜/长久/瓦尔PVE 搜666",
"connect": "223.15.225.84:32008",
"request": "223.15.225.84:42008",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 45,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1763320898,
"last_update": 1776231613,
"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": 140,
"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/10602152");
$data = json_decode($json, true);
var_dump($data);