Unity Outposts | PVP | 3PP | loot++ | stamina++ | WIPE DEC 4th के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733612,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"KgoHAxuqzw\",\"type\":\"paragraph\",\"data\":{\"text\":\"Unity Outposts is a brand new community DayZ server that aims to create a PvP-oriented, yet relaxed and joyful environment for new and experienced players to feel welcome in.\\nThe goal is to create an experience that stays true to the idea of the base game but improves your quality of life in a lot of ways.\"}},{\"id\":\"dru5ex9yMO\",\"type\":\"paragraph\",\"data\":{\"text\":\"coastal spawn selection\\nspawn on territory\\ninfinite stamina\\nautorun\\nincreased loot spawns\\npre - 1.19 player movement\\nincreased suppressor durability\\neasy basebuilding\\n\\nRed Falcon Helicopters (beginner friendly (flight recovery mode enabled))\\nExpansion Traders (balanced)\\nBaseBuildingPlus (beginner friendly)\\nCannabisPlus\"}}]",
"game": 221100,
"owner": 151152,
"boosts": 1,
"last_offline": 1771393862,
"last_online": 1770513614,
"icon": null,
"name": "Unity Outposts | PVP | 3PP | loot++ | stamina++ | WIPE DEC 4th",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765213426,
"last_update": 1771393862,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": true,
"hide_address": false,
"hide_query": false,
"position_game": 13565,
"language": "de",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "UnityOutposts",
"avatar": "65dbb2ca-61e1-4521-90cc-25c46c0096a5.png"
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1610,
"name": "Dabs Framework"
}
],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10733612");
$data = json_decode($json, true);
var_dump($data);