Unturned
[EU] X-Light | SEMI-VANILLA | x2 LOOT | #1 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10997215json
{
"response": {
"steam_id": "85568392935813273",
"domain": null,
"id": 10997215,
"ip": "138.201.57.82",
"port": 27101,
"query": 27101,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": 0,
"last_online": 1776778857,
"icon": "https://i.imgur.com/C1DBnAW.png",
"name": "[EU] X-Light | SEMI-VANILLA | x2 LOOT | #1",
"connect": "138.201.57.82:27101",
"request": "138.201.57.82:27101",
"map": "Escalation",
"gamemode": "FRESH WIPE! Everything is reset --- join now!",
"version": "3.26.1.1",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769905725,
"last_update": 1776778857,
"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": 428,
"language": "de",
"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/10997215");
$data = json_decode($json, true);
var_dump($data);