Minecraft
API for ☆ CRAFTLIME ☆ꜱᴋʏʙʟᴏᴄᴋ 1.21.10] -[1.16.5ᴛᴏᴡɴʏ Δ Δ ꜱᴜʀᴠɪᴠᴀʟ Δ Sezon 9 Δ 18 Ocak
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10957815json
{
"response": {
"steam_id": null,
"domain": "mc.craftlime.net",
"id": 10957815,
"ip": "80.91.71.4",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Istanbul",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775597645,
"score": 0,
"last_online": 1776109825,
"icon": null,
"name": "☆ CRAFTLIME ☆ꜱᴋʏʙʟᴏᴄᴋ 1.21.10] -[1.16.5ᴛᴏᴡɴʏ Δ Δ ꜱᴜʀᴠɪᴠᴀʟ Δ Sezon 9 Δ 18 Ocak",
"connect": "mc.craftlime.net:25565",
"request": "80.91.71.4:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.16.4-1.21.11",
"numplayers": 247,
"maxplayers": 5000,
"bots": 0,
"secured": null,
"private": null,
"country": "TR",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1768741863,
"last_update": 1776109825,
"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": 1331,
"language": "tr",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10957815");
$data = json_decode($json, true);
var_dump($data);