[RU] Feral Lands PvE x3 Valguero के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286742575024150",
"domain": null,
"id": 11757683,
"ip": "158.255.1.144",
"port": 7312,
"query": 27312,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780931493,
"last_online": 1780962128,
"icon": null,
"name": "[RU] Feral Lands PvE x3 Valguero",
"connect": "158.255.1.144:7312",
"request": "158.255.1.144:27312",
"map": "Valguero_P",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780931493,
"last_update": 1780962128,
"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": 13753,
"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/11757683");
$data = json_decode($json, true);
var_dump($data);