API для [EU/BE] Ravenspire SCP-SL | Vanilla+ | [NL/ENG]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"info": "[EU/BE] Ravenspire SCP-SL | Vanilla+ | [NL/ENG]",
"modded": true,
"pastebin": "5QpM9q32",
"serverId": 106243,
"techList": [
{
"id": 1098075966,
"name": "EXILED",
"version": "9.14.2"
}
],
"accountId": 37533,
"whitelist": false,
"friendlyFire": false,
"officialClass": 0,
"steam_id": 0,
"domain": null,
"id": 14091131,
"ip": "169.58.237.159",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 700330,
"owner": null,
"boosts": 1,
"last_offline": 1787740509,
"last_online": 1787755964,
"icon": null,
"name": "[EU/BE] Ravenspire SCP-SL | Vanilla+ | [NL/ENG]",
"connect": "169.58.237.159:7777",
"request": "169.58.237.159:7777",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": "14.2.7",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1787706750,
"last_update": 1787755964,
"ban_reason": null,
"banned": 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": 1172,
"language": "fr",
"parked": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14091131");
$data = json_decode($json, true);
var_dump($data);