Enshrouded
API для [EU/PT] Discord.DiagonalRoot.com - Community Server
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10694933json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10694933,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Águeda Municipality",
"description": "[{\"id\":\"SqLRufJA0J\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join our discord to have access to our community servers.\\nDiscord: https://discord.diagonalroot.com\"}}]",
"game": 1203620,
"owner": 150935,
"boosts": 1,
"last_offline": 1768284062,
"score": 0,
"last_online": 1767369013,
"icon": null,
"name": "[EU/PT] Discord.DiagonalRoot.com - Community Server",
"connect": null,
"request": null,
"map": null,
"gamemode": "Enshrouded",
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "PT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765108345,
"last_update": 1768284062,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11737,
"language": "pt",
"parked": true,
"app": {
"id": 1611384,
"steam_id": 1203620,
"name": "Enshrouded",
"url": "enshrouded"
},
"server_owner": {
"username": "DiagonalRoot",
"avatar": "5b9e154e-d83f-47af-be80-8f87cae85ceb.png",
"last_online": 1765840752
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10694933");
$data = json_decode($json, true);
var_dump($data);