Project Zomboid
LA MAZMORRA için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11489018json
{
"response": {
"steam_id": "90284401966623756",
"domain": null,
"id": 11489018,
"ip": "64.20.44.78",
"port": 25588,
"query": 25588,
"color": 0,
"city": "Secaucus",
"description": "LA MAZMORRA // PVP// PVE //SAFEZONE RP //BANDITS // KI5 //CATS// ALL QOL//",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776082312,
"score": 0,
"last_online": 1776277813,
"icon": null,
"name": "LA MAZMORRA",
"connect": "64.20.44.78:25588",
"request": "64.20.44.78:25588",
"map": "map_distanciado;rv2;rvupdate;Mu",
"gamemode": "Project Zomboid",
"version": "42.16",
"numplayers": 5,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 1,
"points": 71,
"add_date": 1775997563,
"last_update": 1776277813,
"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": 60,
"language": "en",
"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/11489018");
$data = json_decode($json, true);
var_dump($data);