ARK: Survival Evolved
刚开龙珠/生态/进化/任务/活动/送专属搜8081 - (v3 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10772682json
{
"response": {
"steam_id": "90284559098349578",
"domain": null,
"id": 10772682,
"ip": "124.221.116.173",
"port": 11096,
"query": 21096,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776425622,
"score": 0,
"last_online": 1777805428,
"icon": null,
"name": "刚开龙珠/生态/进化/任务/活动/送专属搜8081 - (v3",
"connect": "124.221.116.173:11096",
"request": "124.221.116.173:21096",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 37,
"maxplayers": 170,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1766870238,
"last_update": 1777805428,
"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": 671,
"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/10772682");
$data = json_decode($json, true);
var_dump($data);