Project Zomboid
API для tehdäänkö iso kasa zonppeista
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11190610json
{
"response": {
"steam_id": "90283522996660234",
"domain": null,
"id": 11190610,
"ip": "5.83.169.163",
"port": 11000,
"query": 11000,
"color": 0,
"city": "Frankfurt am Main",
"description": "bbno$ fän club",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1772699149,
"score": 0,
"last_online": 1776789630,
"icon": null,
"name": "tehdäänkö iso kasa zonppeista",
"connect": "5.83.169.163:11000",
"request": "5.83.169.163:11000",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.15",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699149,
"last_update": 1776789630,
"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": 2152,
"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/11190610");
$data = json_decode($json, true);
var_dump($data);