HumanitZ
[EU] A LastSurvivor | HORDES | FLEA-MARKET | NoLAG | EVENTS | StarterKIT | DiscordBOT /4sAfdy88Xa | PvP/PVE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11492448json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11492448,
"ip": "135.125.226.137",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 1766060,
"owner": 194461,
"boosts": 1,
"last_offline": 1778769793,
"score": 5,
"last_online": 1778785210,
"icon": null,
"name": "[EU] A LastSurvivor | HORDES | FLEA-MARKET | NoLAG | EVENTS | StarterKIT | DiscordBOT /4sAfdy88Xa | PvP/PVE",
"connect": "135.125.226.137:7777",
"request": "135.125.226.137:7777",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 8,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 116,
"add_date": 1778720688,
"last_update": 1778785210,
"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": 6,
"language": "de",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "a_last_survivor",
"avatar": "c6f43148-d9ae-4304-a78b-6067990ec515.png",
"last_online": 1778767632
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11492448");
$data = json_decode($json, true);
var_dump($data);