Minecraft
API for El Reino de la elegancia [1.20.1] Mundo aventura Belleza,Elegancia,Amor
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6208026json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6208026,
"ip": "149.130.167.134",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Cota",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775764962,
"score": 0,
"last_online": 1776840694,
"icon": null,
"name": "El Reino de la elegancia [1.20.1] Mundo aventura Belleza,Elegancia,Amor",
"connect": "149.130.167.134:25565",
"request": "149.130.167.134:25565",
"map": null,
"gamemode": null,
"version": "Spigot 1.20.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "CO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1728462228,
"last_update": 1776840694,
"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": 2293,
"language": "es",
"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/6208026");
$data = json_decode($json, true);
var_dump($data);