API für Meow :3 Mrrppppp
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286854523629596",
"domain": null,
"id": 11536078,
"ip": "46.244.96.25",
"port": 25561,
"query": 25561,
"project_id": null,
"color": 0,
"city": "Newcastle upon Tyne",
"description": "Hi :3",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1781154195,
"last_online": 1781131225,
"icon": null,
"name": "Meow :3 Mrrppppp",
"connect": "46.244.96.25:25561",
"request": "46.244.96.25:25561",
"map": "Muldraugh, KY;map_distanciado",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779355272,
"last_update": 1781154195,
"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": 8054,
"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/11536078");
$data = json_decode($json, true);
var_dump($data);