API for 【 R A M B O S I K 】
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": "play.rambosik.my.id",
"id": 11750446,
"ip": "178.128.212.237",
"port": 19132,
"query": 19132,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1780519122,
"last_online": 1780589491,
"icon": null,
"name": "【 R A M B O S I K 】",
"connect": "play.rambosik.my.id:19132",
"request": "178.128.212.237:19132",
"map": "Geyser",
"gamemode": "Survival",
"version": "26.20",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780519122,
"last_update": 1780589491,
"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": 4738,
"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/11750446");
$data = json_decode($json, true);
var_dump($data);