Soulmask
API for [ENG] Rivia PVE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6696566json
{
"response": {
"steam_id": "90283587144948751",
"domain": null,
"id": 6696566,
"ip": "217.146.80.171",
"port": 6520,
"query": 7530,
"color": 0,
"city": "City of London",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1774701232,
"score": 0,
"last_online": 1775986851,
"icon": null,
"name": "[ENG] Rivia PVE",
"connect": "217.146.80.171:6520",
"request": "217.146.80.171:7530",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1732097226,
"last_update": 1775986851,
"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": 399,
"language": "en",
"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/6696566");
$data = json_decode($json, true);
var_dump($data);