Project Zomboid
API pentru [24]수용소 시즌4
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11421237json
{
"response": {
"steam_id": "90284743800391706",
"domain": null,
"id": 11421237,
"ip": "220.72.213.95",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Gwangjin-gu",
"description": "디스코드 : https://discord.gg/vAPDKG6YvC",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776710001,
"score": 0,
"last_online": 1776800430,
"icon": null,
"name": "[24]수용소 시즌4",
"connect": "220.72.213.95:16261",
"request": "220.72.213.95:16261",
"map": "ck_meta_zone;Nettle Township;Wi",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774600026,
"last_update": 1776800430,
"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": 2867,
"language": "ko",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11421237");
$data = json_decode($json, true);
var_dump($data);