ARK: Survival Evolved
今日新开 不卖图纸种龙 创二 PVP 搜001 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10189318json
{
"response": {
"steam_id": 90277526257111070,
"domain": null,
"id": 10189318,
"ip": "110.188.24.88",
"port": 11030,
"query": 21030,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1772438493,
"score": 0,
"last_online": 1776290412,
"icon": null,
"name": "今日新开 不卖图纸种龙 创二 PVP 搜001",
"connect": "110.188.24.88:11030",
"request": "110.188.24.88:21030",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "361.4",
"numplayers": 47,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1756325700,
"last_update": 1776290412,
"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": 42,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10189318");
$data = json_decode($json, true);
var_dump($data);