API для My PZ Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290291067786256",
"domain": null,
"id": 12601647,
"ip": "142.132.249.250",
"port": 28165,
"query": 28165,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "Welcome to your Indifferent Broccoli Project Zomboid server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1784985136,
"last_online": 1786004668,
"icon": null,
"name": "My PZ Server",
"connect": "142.132.249.250:28165",
"request": "142.132.249.250:28165",
"map": "rv2;rvupdate;RaccoonCity;map_di",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1784985136,
"last_update": 1786004668,
"ban_reason": null,
"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": 3764,
"language": "de",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12601647");
$data = json_decode($json, true);
var_dump($data);