Baikal-Ark RU LostIsland PVE MODS-Glass/DinoTrack WIPE-01OCT - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286577228823555",
"domain": null,
"id": 2169099,
"ip": "188.168.24.163",
"port": 7804,
"query": 27030,
"color": 0,
"city": "Irkutsk",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780595061,
"last_online": 1780588260,
"icon": null,
"name": "Baikal-Ark RU LostIsland PVE MODS-Glass/DinoTrack WIPE-01OCT -",
"connect": "188.168.24.163:7804",
"request": "188.168.24.163:27030",
"map": "LostIsland",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1702423603,
"last_update": 1780595061,
"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": 13759,
"language": "ru",
"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/2169099");
$data = json_decode($json, true);
var_dump($data);