API для Mga Friendship ni aling Susan
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290656047958047",
"domain": null,
"id": 13007353,
"ip": "38.48.124.138",
"port": 11842,
"query": 11842,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": "Where aling Susan and her friends play Project Zomboid",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1786955186,
"last_online": 1786573913,
"icon": null,
"name": "Mga Friendship ni aling Susan",
"connect": "38.48.124.138:11842",
"request": "38.48.124.138:11842",
"map": "Muldraugh, KY;This Is Your Life",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": true,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785396716,
"last_update": 1786955186,
"ban_reason": null,
"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": 23658,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13007353");
$data = json_decode($json, true);
var_dump($data);