Minecraft
API for ⛏ Servidor Oficial Premium Mundo-Minecraft ⛏ 🌐 www.mundo-minecraft.com 📖 www.wikiminecraft.es
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7459507json
{
"response": {
"steam_id": null,
"domain": "server.mundo-minecraft.com",
"id": 7459507,
"ip": "151.80.27.94",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775764961,
"score": 0,
"last_online": 1776817840,
"icon": null,
"name": "⛏ Servidor Oficial Premium Mundo-Minecraft ⛏ 🌐 www.mundo-minecraft.com 📖 www.wikiminecraft.es",
"connect": "server.mundo-minecraft.com:25565",
"request": "151.80.27.94:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 3,
"maxplayers": 80,
"bots": 0,
"secured": null,
"private": null,
"country": "FR",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1739233382,
"last_update": 1776817840,
"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": 1086,
"language": "fr",
"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/7459507");
$data = json_decode($json, true);
var_dump($data);