Conan Exiles
API для Reis Nordicos - Security Box Bank
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/6617735json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6617735,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 440900,
"owner": 91253,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1742199645,
"icon": null,
"name": "Reis Nordicos - Security Box Bank",
"connect": null,
"request": null,
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1731420259,
"last_update": 1750457066,
"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": 865,
"language": "pt",
"parked": true,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": {
"username": "aderne2",
"avatar": "no.jpg",
"last_online": 1731719771
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6617735");
$data = json_decode($json, true);
var_dump($data);