ARK: Survival Evolved
[AU/NZ]GamingAlliance.net/Cluster/PreAQ/5x/NoWipe/Mods/Islan - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1517699json
{
"response": {
"steam_id": "90284245552069662",
"domain": null,
"id": 1517699,
"ip": "27.50.70.226",
"port": 27035,
"query": 27036,
"color": 0,
"city": "Sydney",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775943115,
"score": null,
"last_online": 1779127839,
"icon": null,
"name": "[AU/NZ]GamingAlliance.net/Cluster/PreAQ/5x/NoWipe/Mods/Islan -",
"connect": "27.50.70.226:27035",
"request": "27.50.70.226:27036",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1697535750,
"last_update": 1779127839,
"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": 2854,
"language": "en",
"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/1517699");
$data = json_decode($json, true);
var_dump($data);