API für Gaming SOLO Yo c:
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286481304423443",
"domain": null,
"id": 11719057,
"ip": "76.71.53.253",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Richmond Hill",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780337062,
"last_online": 1780326040,
"icon": null,
"name": "Gaming SOLO Yo c:",
"connect": "76.71.53.253:16261",
"request": "76.71.53.253:16261",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780324259,
"last_update": 1780337062,
"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": 11365,
"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/11719057");
$data = json_decode($json, true);
var_dump($data);