ARK: Survival Evolved
Korangar Island PVP Cluster 20xT 8xG ClassicFlyers/SS/Reusab - के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/730786json
{
"response": {
"steam_id": "90277850685820959",
"domain": null,
"id": 730786,
"ip": "184.95.57.38",
"port": 7778,
"query": 27017,
"color": 0,
"city": "Phoenix",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1773545567,
"score": null,
"last_online": 1776796836,
"icon": null,
"name": "Korangar Island PVP Cluster 20xT 8xG ClassicFlyers/SS/Reusab -",
"connect": "184.95.57.38:7778",
"request": "184.95.57.38:27017",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 11,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1672182325,
"last_update": 1776796836,
"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": 1339,
"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/730786");
$data = json_decode($json, true);
var_dump($data);