API für SUNSHINE | STALKER RP | https://discord.gg/sunshinestalker
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 11538707,
"ip": "94.156.155.82",
"port": 34972,
"query": 22723,
"color": 0,
"city": "Frankfurt am Main",
"description": "DayZ-Expansion-Core��m��!~DayZ-Expansion-LicensedD����6�RaG_BaseBuildingۖ�QA��RaG_Core������DayZ",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779355367,
"last_online": 1779476412,
"icon": null,
"name": "SUNSHINE | STALKER RP | https://discord.gg/sunshinestalker",
"connect": "94.156.155.82:34972",
"request": "94.156.155.82:22723",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 112,
"maxplayers": 127,
"bots": 112,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 126,
"add_date": 1779355367,
"last_update": 1779476412,
"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": 354,
"language": "de",
"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/11538707");
$data = json_decode($json, true);
var_dump($data);