API for 〽️NCG 严肃SCPRP | 签完保密协议再问问题
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "85568392936134461",
"domain": null,
"id": 11691803,
"ip": "115.231.176.78",
"port": 25568,
"query": 25568,
"project_id": null,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780863261,
"last_online": 1780906249,
"icon": null,
"name": "〽️NCG 严肃SCPRP | 签完保密协议再问问题",
"connect": "115.231.176.78:25568",
"request": "115.231.176.78:25568",
"map": "rp_ncg_site_v4a",
"gamemode": "SCP-RP",
"version": "2026.04.29",
"numplayers": 3,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1780224998,
"last_update": 1780906249,
"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": 375,
"language": "zh",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11691803");
$data = json_decode($json, true);
var_dump($data);