ARK: Survival Evolved
...::: NOVO ALFAS BRASIL [OFICIAL-LI] PVE 5X :::... के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7911048json
{
"response": {
"steam_id": "90285414186049564",
"domain": null,
"id": 7911048,
"ip": "151.243.218.27",
"port": 7789,
"query": 27060,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1778066587,
"score": 0,
"last_online": 1778557834,
"icon": null,
"name": "...::: NOVO ALFAS BRASIL [OFICIAL-LI] PVE 5X :::...",
"connect": "151.243.218.27:7789",
"request": "151.243.218.27:27060",
"map": "LostIsland",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 3,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1740775697,
"last_update": 1778557834,
"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": 2221,
"language": "pt",
"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/7911048");
$data = json_decode($json, true);
var_dump($data);