Unturned
Unsharp | Vanilla | EU के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10909567json
{
"response": {
"steam_id": "85568392925803895",
"domain": null,
"id": 10909567,
"ip": "89.160.112.52",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Malmo",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776778400,
"score": 0,
"last_online": 1776773518,
"icon": "http://unsharp.nu/unsharp.jpg",
"name": "Unsharp | Vanilla | EU",
"connect": "89.160.112.52:27015",
"request": "89.160.112.52:27015",
"map": "Escalation",
"gamemode": "Very Hard Mode | No P2W | Wiped 04/01",
"version": "3.26.1.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768388443,
"last_update": 1776778400,
"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": 757,
"language": "sv",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10909567");
$data = json_decode($json, true);
var_dump($data);