API pentru • BingoGrief • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.5 • 31 МАЯ В 13:00 МСК
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": "play.saturn-x.ru",
"id": 6190846,
"ip": "46.174.53.228",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Moscow",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778777016,
"last_online": 1780603250,
"icon": null,
"name": "• BingoGrief • ЛЕТНИЙ ВАЙП • 1.16.5 • 1.21.5 • 31 МАЯ В 13:00 МСК",
"connect": "play.saturn-x.ru:25565",
"request": "46.174.53.228:25565",
"map": null,
"gamemode": "FML",
"version": "1.16.5, 1.21.5",
"numplayers": 145,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1728260665,
"last_update": 1780603250,
"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": 978,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/6190846");
$data = json_decode($json, true);
var_dump($data);