API pentru TSETA HPLAk colBenO
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602856,
"ip": "213.171.18.133",
"port": 32894,
"query": 32894,
"color": 0,
"city": "Krasnodar",
"description": "[{\"id\":\"sp7UenDMV-\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сервер в стадии разработки. Пока доступен OneBlock. Играй с друзьями и развивайся.\"}},{\"id\":\"XLLnJ-A640\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://discord.gg/DRVzBN5Jmh\",\"meta\":{}}}]",
"game": 9000034,
"owner": 196546,
"boosts": 1,
"last_offline": 1779711013,
"last_online": 1779906011,
"icon": null,
"name": "TSETA HPLAk colBenO",
"connect": "213.171.18.133:32894",
"request": "213.171.18.133:32894",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 8,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 11,
"points": 109,
"add_date": 1779711013,
"last_update": 1779906011,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "exone",
"avatar": "30587514-24d1-49f0-ba00-c87367343d34.webp"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11602856");
$data = json_decode($json, true);
var_dump($data);