Soulmask
API for Soulmask Server by G-Portal.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11384929json
{
"response": {
"steam_id": "90284251853236224",
"domain": null,
"id": 11384929,
"ip": "173.212.223.224",
"port": 29800,
"query": 29815,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775907118,
"score": 0,
"last_online": 1775999442,
"icon": null,
"name": "Soulmask Server by G-Portal.com",
"connect": "173.212.223.224:29800",
"request": "173.212.223.224:29815",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 4,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1774596158,
"last_update": 1775999442,
"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": 46,
"language": "fr",
"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/11384929");
$data = json_decode($json, true);
var_dump($data);