SCP: Secret Laboratory
API for [RUS] Protocol Lockdown - CLassicExiled 9.13.2
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/9772858json
{
"response": {
"steam_id": 0,
"domain": null,
"id": 9772858,
"ip": "193.164.16.75",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Moscow",
"description": null,
"game": 700330,
"owner": null,
"boosts": 1,
"last_offline": 1775695923,
"score": 3,
"last_online": 1775821816,
"icon": null,
"name": "[RUS] Protocol Lockdown - CLassicExiled 9.13.2",
"connect": "193.164.16.75:7777",
"request": "193.164.16.75:7777",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": "14.2.6",
"numplayers": 7,
"maxplayers": 35,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1752616666,
"last_update": 1775821816,
"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": 7,
"language": "ru",
"parked": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9772858");
$data = json_decode($json, true);
var_dump($data);