Minecraft
API for ⋆⭒˚⋆ Welcome to Ordinary SMP ⋆⭒˚⋆ {Vanilla} {26.1.2} {Hermitcraft-like}
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10777466json
{
"response": {
"steam_id": null,
"domain": "play.ordinary-smp.com",
"id": 10777466,
"ip": "86.84.199.67",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Hoogland",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1774270954,
"score": 0,
"last_online": 1776818433,
"icon": null,
"name": "⋆⭒˚⋆ Welcome to Ordinary SMP ⋆⭒˚⋆ {Vanilla} {26.1.2} {Hermitcraft-like}",
"connect": "play.ordinary-smp.com:25565",
"request": "86.84.199.67:25565",
"map": null,
"gamemode": null,
"version": "Velocity 1.7.2-26.1.2",
"numplayers": 4,
"maxplayers": 32,
"bots": 0,
"secured": null,
"private": null,
"country": "NL",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1766871165,
"last_update": 1776818433,
"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": 842,
"language": "nl",
"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/10777466");
$data = json_decode($json, true);
var_dump($data);