HumanitZ
A ilha dos Saqueadores BR PVE Brasil के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11139169json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11139169,
"ip": "72.60.51.229",
"port": 7779,
"query": 7779,
"color": 0,
"city": "Sao Paulo",
"description": null,
"game": 1766060,
"owner": 167487,
"boosts": 1,
"last_offline": 1776250872,
"score": 0,
"last_online": 1776294614,
"icon": null,
"name": "A ilha dos Saqueadores BR PVE Brasil",
"connect": "72.60.51.229:7779",
"request": "72.60.51.229:7779",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770677329,
"last_update": 1776294614,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 16,
"language": "pt",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "iscalcio",
"avatar": "da0b43ab-797a-43b5-aaa9-a0fbf4880c29.jpg",
"last_online": 1776280636
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11139169");
$data = json_decode($json, true);
var_dump($data);