API für PODPIVAS #3 Chernarus LITE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11538996,
"ip": "2.26.90.49",
"port": 17584,
"query": 28374,
"color": 0,
"city": "Orem",
"description": "DayZ-Expansion-Core��m��!~DayZ-Expansion-LicensedD����6�RaG_BaseBuildingۖ�QA��RaG_Core������DayZ",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780126365,
"last_online": 1780557615,
"icon": null,
"name": "PODPIVAS #3 Chernarus LITE",
"connect": "2.26.90.49:17584",
"request": "2.26.90.49:28374",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 62,
"maxplayers": 80,
"bots": 62,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 111,
"add_date": 1779355374,
"last_update": 1780557615,
"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": 418,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11538996");
$data = json_decode($json, true);
var_dump($data);