HumanitZ
A BisectHosting Server - fdea25d6 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11135464json
{
"response": {
"steam_id": 90281038505323550,
"domain": null,
"id": 11135464,
"ip": "169.155.126.44",
"port": 9010,
"query": 9011,
"color": 0,
"city": "Osasco",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1776795754,
"score": 0,
"last_online": 1776640857,
"icon": null,
"name": "A BisectHosting Server - fdea25d6",
"connect": "169.155.126.44:9010",
"request": "169.155.126.44:9011",
"map": "Main Map",
"gamemode": "HumanitZ",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770398159,
"last_update": 1776795754,
"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": 259,
"language": "pt",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11135464");
$data = json_decode($json, true);
var_dump($data);