API for SquidNetwork Custom Enchants & Generator
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": "play.squidnetwork.my.id",
"id": 11750293,
"ip": "185.128.227.174",
"port": 25630,
"query": 25630,
"color": 0,
"city": "Iskandar Puteri",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780519118,
"last_online": 1780551643,
"icon": null,
"name": "SquidNetwork Custom Enchants & Generator",
"connect": "play.squidnetwork.my.id:25630",
"request": "185.128.227.174:25630",
"map": null,
"gamemode": null,
"version": "1.21.11",
"numplayers": 6,
"maxplayers": 30,
"bots": 0,
"secured": null,
"private": null,
"country": "MY",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1780519118,
"last_update": 1780551643,
"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": 794,
"language": "ms",
"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/11750293");
$data = json_decode($json, true);
var_dump($data);