ARKSURVIVAL.CZ Valguero Castles, Keeps, and Forts [CZ/SK] Ob - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286865608665115",
"domain": null,
"id": 2945018,
"ip": "88.99.51.113",
"port": 7850,
"query": 27130,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1781219562,
"icon": null,
"name": "ARKSURVIVAL.CZ Valguero Castles, Keeps, and Forts [CZ/SK] Ob -",
"connect": "88.99.51.113:7850",
"request": "88.99.51.113:27130",
"map": "Valguero_P",
"gamemode": "ARK: Survival Evolved",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1707478742,
"last_update": 1781219562,
"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": 3695,
"language": "de",
"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/2945018");
$data = json_decode($json, true);
var_dump($data);