Minecraft
API for Four Nations 2.0 - An Avatar Server Professions • Bending • Builds • Custom Mobs & Items
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10957928json
{
"response": {
"steam_id": null,
"domain": "play.fournationsmc.net",
"id": 10957928,
"ip": "40.160.34.64",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Reston",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1768830087,
"score": 0,
"last_online": 1776117666,
"icon": null,
"name": "Four Nations 2.0 - An Avatar Server Professions • Bending • Builds • Custom Mobs & Items",
"connect": "play.fournationsmc.net:25565",
"request": "40.160.34.64:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-1.21.10",
"numplayers": 3,
"maxplayers": 250,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768741905,
"last_update": 1776117666,
"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": 4615,
"language": "en",
"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/10957928");
$data = json_decode($json, true);
var_dump($data);