Project Zomboid
Lamer server için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10662454json
{
"response": {
"steam_id": "90279332115587089",
"domain": null,
"id": 10662454,
"ip": "94.26.228.144",
"port": 16261,
"query": 16261,
"color": 0,
"city": "St Petersburg",
"description": "Place to chill",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1774281676,
"score": 0,
"last_online": 1778527822,
"icon": null,
"name": "Lamer server",
"connect": "94.26.228.144:16261",
"request": "94.26.228.144:16261",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.13",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764544992,
"last_update": 1778527822,
"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": 784,
"language": "ru",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10662454");
$data = json_decode($json, true);
var_dump($data);