Project Zomboid
[NA]Paradox4D|PvE|CommunitySurvival|discord.gg/Rxtnd8794A için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11115535json
{
"response": {
"steam_id": 90284790253940740,
"domain": null,
"id": 11115535,
"ip": "23.27.211.174",
"port": 27560,
"query": 27560,
"color": 0,
"city": "Dallas",
"description": "Welcome to your Indifferent Broccoli Project Zomboid server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776822621,
"icon": null,
"name": "[NA]Paradox4D|PvE|CommunitySurvival|discord.gg/Rxtnd8794A",
"connect": "23.27.211.174:27560",
"request": "23.27.211.174:27560",
"map": "Echo Creek, KY;Riverside, KY;Ro",
"gamemode": "Project Zomboid",
"version": "42.14",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770112380,
"last_update": 1776822621,
"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": 1877,
"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/11115535");
$data = json_decode($json, true);
var_dump($data);