** WIPE 15.02** MIMESIS EU#01 Chernarus |Teams|Map|CodeLock|St için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11127046,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Erfurt",
"description": "[{\"id\":\"z1KHudNB2m\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Welcome to the MIMESIS EU#01 Chernarus |Teams|Map|CodeLock|Stamina|1PP|Vanill server!**\\nThis server is dedicated to playing DayZ and runs on version 1.28.161464. The server is located in Germany, ensuring excellent connection speed and minimal latency for players from this region. This is especially important for those who value stable and fast gameplay. VAC protection is enabled on the server, making the game fair and safe.\"}},{\"id\":\"c6CDViVMCj\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join our discord to get all information: https://discord.gg/5DtjhEzBtE\"}}]",
"game": 221100,
"owner": 165556,
"boosts": 1,
"last_offline": 1775023297,
"last_online": 1774133411,
"icon": null,
"name": "** WIPE 15.02** MIMESIS EU#01 Chernarus |Teams|Map|CodeLock|St",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770154133,
"last_update": 1775023297,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 14129,
"language": "de",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "niklas306",
"avatar": "no.jpg"
},
"mods": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1610,
"name": "Dabs Framework"
},
{
"id": 1739,
"name": "Ear Plugs"
},
{
"id": 1848,
"name": "Autorun"
},
{
"id": 1804,
"name": "MMG"
},
{
"id": 1652,
"name": "Building Fortifications"
},
{
"id": 1817,
"name": "Unlimited Stamina"
},
{
"id": 2095,
"name": "Map"
},
{
"id": 2096,
"name": "Groups"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11127046");
$data = json_decode($json, true);
var_dump($data);