Soulmask
API for [JP] Corvin | Casual PVP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10157580json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10157580,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 2646460,
"owner": 81512,
"boosts": 1,
"last_offline": 1759763036,
"score": 0,
"last_online": 1756909838,
"icon": null,
"name": "[JP] Corvin | Casual PVP",
"connect": null,
"request": null,
"map": "Level01_Main",
"gamemode": "10",
"version": null,
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1756210535,
"last_update": 1759763036,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1219,
"language": "ja",
"parked": true,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": {
"username": "EnmanuelBarreto",
"avatar": "5c8645d4-7a62-41dc-b7d7-11a6a236f1dd.jpg",
"last_online": 1756571648
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10157580");
$data = json_decode($json, true);
var_dump($data);