Minecraft
☯ ОлдКрафт ➢ [ 1.16.5 ] 🪓 Экономика $ Выживание ❐ Ванила ❤ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6197356json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6197356,
"ip": "45.93.200.15",
"port": 25584,
"query": 25584,
"color": 0,
"city": "Nizhnevartovsk",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1778509417,
"score": 0,
"last_online": 1778610038,
"icon": null,
"name": "☯ ОлдКрафт ➢ [ 1.16.5 ] 🪓 Экономика $ Выживание ❐ Ванила ❤",
"connect": "45.93.200.15:25584",
"request": "45.93.200.15:25584",
"map": null,
"gamemode": null,
"version": "Spigot 1.16.5",
"numplayers": 3,
"maxplayers": 64,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1728332134,
"last_update": 1778610038,
"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": 1479,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6197356");
$data = json_decode($json, true);
var_dump($data);