Project Zomboid
API для QUESTPAUSE Project Zomboid Mega Map
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11267400json
{
"response": {
"steam_id": "90285207648984076",
"domain": null,
"id": 11267400,
"ip": "88.164.201.245",
"port": 48163,
"query": 48163,
"color": 0,
"city": "Marseille",
"description": "Private co-op survival server - harder long-term world, PVP off, persistent mega map world, 24 max players.",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1777629142,
"score": 0,
"last_online": 1777665616,
"icon": null,
"name": "QUESTPAUSE Project Zomboid Mega Map",
"connect": "88.164.201.245:48163",
"request": "88.164.201.245:48163",
"map": "researchbase;researchbaseroad;r",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 8,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1774555504,
"last_update": 1777665616,
"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": 25,
"language": "fr",
"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/11267400");
$data = json_decode($json, true);
var_dump($data);