ᴇɴᴅᴄᴏʀᴇ - Сервер выживания 1.7.2-1.21.11 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11730963,
"ip": "5.83.140.250",
"port": 25634,
"query": 25634,
"color": 0,
"city": "Frankfurt am Main",
"description": "[{\"id\":\"t0TnqiNhwX\",\"type\":\"paragraph\",\"data\":{\"text\":\"🌟EndCore - это сервер выживания с приватами и множеством фишек.\\n\\nЧто у нас есть?\\n-🌖Кровавая луна\\n-🚫Приваты\\n-🏃♀️Автоматический паркур\\n-🏪Магазин\\n-💵 Аукцион\\n-🕹РТП\\n-🛡Дешёвые привилегии\\n⚙️И много чего ещё!\"}}]",
"game": 9000034,
"owner": 198060,
"boosts": 1,
"last_offline": 1780393726,
"last_online": 1780481418,
"icon": null,
"name": "ᴇɴᴅᴄᴏʀᴇ - Сервер выживания 1.7.2-1.21.11",
"connect": "5.83.140.250:25634",
"request": "5.83.140.250:25634",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.11",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1780393726,
"last_update": 1780481418,
"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": 32,
"language": "de",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "lox_lox",
"avatar": "f2759897-4f64-4d42-8170-3114f9724854.webp"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11730963");
$data = json_decode($json, true);
var_dump($data);