API для SCP Survival Horror - BlackSite A
JSON для программ, сайтов и прочего
text
json
{
"response": {
"info": "<b><span style=\"color:#ff0000ff\">SCP Survival Horror</span> - <span style=\"color:#ffff00ff\">BlackSite A</span></b>",
"modded": true,
"pastebin": "0UBNxxiU",
"serverId": 106683,
"techList": [
{
"id": 1107997226,
"name": "EXILED",
"version": "9.14.2"
}
],
"accountId": 37637,
"whitelist": false,
"friendlyFire": true,
"officialClass": 0,
"steam_id": 0,
"domain": null,
"id": 14341856,
"ip": "24.140.89.67",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Массильон",
"description": null,
"game": 700330,
"boosts": 1,
"last_offline": 1789161792,
"last_online": 1788681728,
"icon": null,
"name": "SCP Survival Horror - BlackSite A",
"connect": "24.140.89.67:7777",
"request": "24.140.89.67:7777",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": "14.2.7",
"numplayers": 0,
"maxplayers": 11,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788472700,
"last_update": 1789161792,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1421,
"language": "en",
"parked": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14341856");
$data = json_decode($json, true);
var_dump($data);