ARK: Survival Evolved
刚开斗罗/火影/海贼/起源/洪荒/山海/恐惧互通服 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10773043json
{
"response": {
"steam_id": "90284560925228042",
"domain": null,
"id": 10773043,
"ip": "124.221.116.173",
"port": 11170,
"query": 21170,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776428608,
"score": 0,
"last_online": 1776813026,
"icon": null,
"name": "刚开斗罗/火影/海贼/起源/洪荒/山海/恐惧互通服",
"connect": "124.221.116.173:11170",
"request": "124.221.116.173:21170",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 25,
"maxplayers": 170,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 56,
"add_date": 1766870285,
"last_update": 1776813026,
"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": 365,
"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/10773043");
$data = json_decode($json, true);
var_dump($data);