Soulmask
API for [LE] Изобилие [PVE] ВАЙП 06.12
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10807594json
{
"response": {
"steam_id": "90284150622511106",
"domain": null,
"id": 10807594,
"ip": "37.230.137.156",
"port": 19191,
"query": 19192,
"color": 0,
"city": "Moscow",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1774734734,
"score": 0,
"last_online": 1775770221,
"icon": null,
"name": "[LE] Изобилие [PVE] ВАЙП 06.12",
"connect": "37.230.137.156:19191",
"request": "37.230.137.156:19192",
"map": "Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 9,
"points": 46,
"add_date": 1766923951,
"last_update": 1775770221,
"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": 59,
"language": "ru",
"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/10807594");
$data = json_decode($json, true);
var_dump($data);