Project Zomboid
API für [EU] Not Onion [PvPvE][B42][Wiped 13/14] discord.gg/notonion
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11071175json
{
"response": {
"steam_id": "90284372190089224",
"domain": null,
"id": 11071175,
"ip": "85.215.107.114",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Berlin",
"description": "Weekend Raids - Toxic Zones- discord.gg/notonion",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776099112,
"score": 0,
"last_online": 1776211812,
"icon": null,
"name": "[EU] Not Onion [PvPvE][B42][Wiped 13/14] discord.gg/notonion",
"connect": "85.215.107.114:16261",
"request": "85.215.107.114:16261",
"map": "Irvington, KY;Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.16",
"numplayers": 8,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1769973438,
"last_update": 1776211812,
"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": 80,
"language": "de",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11071175");
$data = json_decode($json, true);
var_dump($data);