API for ᴍꜰᴄʀᴀꜰᴛ ✦ твой уютный уголок 1.21.1 » уютная ванилла 🌸
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602725,
"ip": "138.124.97.43",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1779528341,
"last_online": 1779547243,
"icon": null,
"name": "ᴍꜰᴄʀᴀꜰᴛ ✦ твой уютный уголок 1.21.1 » уютная ванилла 🌸",
"connect": "138.124.97.43:25565",
"request": "138.124.97.43:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.1",
"numplayers": 4,
"maxplayers": 120,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1779528341,
"last_update": 1779547243,
"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": 1432,
"language": "fi",
"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/11602725");
$data = json_decode($json, true);
var_dump($data);