API for The Netherhood Current Day: 11586 - Time: 7:14 AM - Weather: Clear
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": "netherhood.blockworlds.io",
"id": 8522151,
"ip": "76.164.199.69",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Herndon",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1775819562,
"last_online": 1780608651,
"icon": null,
"name": "The Netherhood Current Day: 11586 - Time: 7:14 AM - Weather: Clear",
"connect": "netherhood.blockworlds.io:25565",
"request": "76.164.199.69:25565",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1744453315,
"last_update": 1780608651,
"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": 1080,
"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/8522151");
$data = json_decode($json, true);
var_dump($data);