Project Zomboid
Sunday Drivers B42.16 (~5% sprinters) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11191346json
{
"response": {
"steam_id": 90284399335137280,
"domain": null,
"id": 11191346,
"ip": "205.209.115.46",
"port": 18261,
"query": 18261,
"color": 0,
"city": "Englewood Cliffs",
"description": "Sunday Drivers B42.16 (~5% sprinters)",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1775149932,
"score": 0,
"last_online": 1776278414,
"icon": null,
"name": "Sunday Drivers B42.16 (~5% sprinters)",
"connect": "205.209.115.46:18261",
"request": "205.209.115.46:18261",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.16",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1772699174,
"last_update": 1776278414,
"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": 189,
"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/11191346");
$data = json_decode($json, true);
var_dump($data);