API für Jello's Server
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286408271247365",
"domain": null,
"id": 11536494,
"ip": "135.148.137.32",
"port": 60402,
"query": 60402,
"color": 0,
"city": "Warrenton",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1779355301,
"last_online": 1780346482,
"icon": null,
"name": "Jello's Server",
"connect": "135.148.137.32:60402",
"request": "135.148.137.32:60402",
"map": "map_rv;rvupdate;AZSpawn;map_dis",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779355301,
"last_update": 1780346482,
"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": 5819,
"language": "en",
"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/11536494");
$data = json_decode($json, true);
var_dump($data);