Arcticblued-ARK के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90270244940974092",
"domain": null,
"id": 1640334,
"ip": "111.229.223.20",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Shanghai",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780390472,
"last_online": 1781350356,
"icon": null,
"name": "Arcticblued-ARK",
"connect": "111.229.223.20:7777",
"request": "111.229.223.20:27015",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "358.17",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1698478936,
"last_update": 1781350356,
"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": 3594,
"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/1640334");
$data = json_decode($json, true);
var_dump($data);