Minecraft
ᴀᴛᴀᴘᴀᴄᴋ Dᴀꜱᴛᴇʀ Mᴀɴɪʟʟᴀ VᴜʀᴠɪᴠᴀʟS ⚡⏻ ⛏ 🗡 ᴇɢɪɴɴɪɴɢBᴇʀᴠᴇʀ S11-1621X★ ★ ... ● ★ ★ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10529353json
{
"response": {
"steam_id": null,
"domain": "mc.joe-linux.org",
"id": 10529353,
"ip": "54.36.122.45",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1762859577,
"score": 0,
"last_online": 1779037886,
"icon": null,
"name": "ᴀᴛᴀᴘᴀᴄᴋ Dᴀꜱᴛᴇʀ Mᴀɴɪʟʟᴀ VᴜʀᴠɪᴠᴀʟS ⚡⏻ ⛏ 🗡 ᴇɢɪɴɴɪɴɢBᴇʀᴠᴇʀ S11-1621X★ ★ ... ● ★ ★",
"connect": "mc.joe-linux.org:25565",
"request": "54.36.122.45:25565",
"map": null,
"gamemode": null,
"version": "§6§l<§e§l<§f§l<§e§l<§6§l<§r§l §e§lW§6§lᴇʟᴄᴏᴍᴇ§r§l §e§lT§6§lᴏ§r§l §a§lS§9§lV§c§lM§e§lD§r§l §6§l>§e§l>§f§l>§e§l>§6§l>§r §b0§3/§b204",
"numplayers": 0,
"maxplayers": 204,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1762516911,
"last_update": 1779037886,
"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": 3303,
"language": "fr",
"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/10529353");
$data = json_decode($json, true);
var_dump($data);