Soulmask
API for [BR].ENI.G.MA.GameS-PVE/50x/NoDropLoot+Mods
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10906699json
{
"response": {
"steam_id": "90285125017007109",
"domain": null,
"id": 10906699,
"ip": "179.253.3.78",
"port": 8787,
"query": 27018,
"color": 0,
"city": "Rio Branco",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1777471999,
"score": 0,
"last_online": 1777530627,
"icon": null,
"name": "[BR].ENI.G.MA.GameS-PVE/50x/NoDropLoot+Mods",
"connect": "179.253.3.78:8787",
"request": "179.253.3.78:27018",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 3,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 52,
"add_date": 1768387535,
"last_update": 1777530627,
"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": 23,
"language": "pt",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10906699");
$data = json_decode($json, true);
var_dump($data);