Minecraft
API pentru [the fire is o6реч3н] A gD3 g҈͜͠l̴̢͠a̷̢҇z҉̧̛a҉҇͢?
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/6190296json
{
"response": {
"steam_id": null,
"domain": "g-chsh.ru",
"id": 6190296,
"ip": "185.39.114.52",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Sergiyev Posad",
"description": null,
"game": 9000034,
"owner": 115947,
"boosts": 1,
"last_offline": 1776322354,
"score": 0,
"last_online": 1776822621,
"icon": null,
"name": "[the fire is o6реч3н] A gD3 g҈͜͠l̴̢͠a̷̢҇z҉̧̛a҉҇͢?",
"connect": "g-chsh.ru:25565",
"request": "185.39.114.52:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 0,
"maxplayers": 22,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1728260491,
"last_update": 1776822621,
"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": 117,
"language": "ru",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "Gribooooochek",
"avatar": "47915b86-a896-4c6d-855a-cb3adaa0982a.jpg",
"last_online": 1748805186
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/6190296");
$data = json_decode($json, true);
var_dump($data);