Minecraft
API for GRIEF SURVIVAL
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11489742json
{
"response": {
"steam_id": null,
"domain": "wispy-stays.gl.joinmc.link",
"id": 11489742,
"ip": "147.185.221.25",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Sydney",
"description": null,
"game": 9000034,
"owner": 187944,
"boosts": 1,
"last_offline": 1776812641,
"score": 0,
"last_online": 1776804021,
"icon": null,
"name": "GRIEF SURVIVAL",
"connect": "wispy-stays.gl.joinmc.link:25565",
"request": "147.185.221.25:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.12.2",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "AU",
"status": false,
"votes": 1,
"points": 1,
"add_date": 1776794694,
"last_update": 1776812641,
"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": 5297,
"language": "en",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": {
"username": "xxl_fer",
"avatar": "1e899302-c914-4ad6-8465-fbc1e64727fb.jpg",
"last_online": 1776804930
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11489742");
$data = json_decode($json, true);
var_dump($data);