API для Rising Ashes Test Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789765865,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "167.94.95.187:7777",
"country": "CA",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16727358,
"ip": "167.94.95.187",
"language": "en",
"last_update": 1790543750,
"map": "Gateway",
"maxplayers": 400,
"name": "Rising Ashes Test Server",
"numplayers": 0,
"official": false,
"points": 30,
"port": 7777,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 7777,
"request": "167.94.95.187:7777",
"secured": null,
"status": true,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Burk's Falls",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790374393,
"last_online": 1790543750,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 1040,
"wipe_period": null,
"eosSessionId": "713c61ac569f4bb09d18822e37eab1bc"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16727358");
$data = json_decode($json, true);
var_dump($data);