DayZ
API for CROIX-EN-TOI PVE/PVAI FR - Terje
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11424774json
{
"response": {
"steam_id": "90285162847761425",
"domain": null,
"id": 11424774,
"ip": "85.190.128.61",
"port": 12400,
"query": 12401,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1777569199,
"score": 0,
"last_online": 1777560036,
"icon": null,
"name": "CROIX-EN-TOI PVE/PVAI FR - Terje",
"connect": "85.190.128.61:12400",
"request": "85.190.128.61:12401",
"map": "chiemsee",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774600091,
"last_update": 1777569199,
"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": 4031,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11424774");
$data = json_decode($json, true);
var_dump($data);