ARK: Survival Evolved
PvE ARK DREAM modified maps x100 Pve[RU][EU] PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3192227json
{
"response": {
"steam_id": "90284225131803659",
"domain": null,
"id": 3192227,
"ip": "95.174.124.79",
"port": 7256,
"query": 24123,
"color": 0,
"city": "Taganrog",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1775838727,
"score": null,
"last_online": 1776194423,
"icon": null,
"name": "PvE ARK DREAM modified maps x100 Pve[RU][EU] PVE",
"connect": "95.174.124.79:7256",
"request": "95.174.124.79:24123",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 5,
"maxplayers": 70,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1709374684,
"last_update": 1776194423,
"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": 2368,
"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/3192227");
$data = json_decode($json, true);
var_dump($data);