API для Powered By Norden Cloud
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1783020080,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "195.60.166.58:33038",
"country": "GB",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 11874915,
"ip": "195.60.166.58",
"language": "en",
"last_update": 1790543120,
"map": "Gateway",
"maxplayers": 15,
"name": "Powered By Norden Cloud",
"numplayers": 0,
"official": false,
"points": 30,
"port": 33038,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 33038,
"request": "195.60.166.58:33038",
"secured": null,
"status": true,
"steam_id": null,
"version": "evrima 0.21.738",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сити",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790068941,
"last_online": 1790543120,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 372,
"wipe_period": null,
"eosSessionId": "f9ac369669b740dc8e3a08c80e3df5d2"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11874915");
$data = json_decode($json, true);
var_dump($data);