ARK: Survival Evolved
7233-孤岛-下雨回家收衣服10通C10X20F30 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11407535json
{
"response": {
"steam_id": "90285558454374417",
"domain": null,
"id": 11407535,
"ip": "192.140.163.27",
"port": 7780,
"query": 27016,
"color": 0,
"city": "Shiyan",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1778557935,
"score": 0,
"last_online": 1778411451,
"icon": null,
"name": "7233-孤岛-下雨回家收衣服10通C10X20F30",
"connect": "192.140.163.27:7780",
"request": "192.140.163.27:27016",
"map": "TheIsland",
"gamemode": "ARK: Survival Evolved",
"version": "361.7",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774598677,
"last_update": 1778557935,
"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": 11039,
"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/11407535");
$data = json_decode($json, true);
var_dump($data);