Conan Exiles
API для WAP-WIPED 04/01-[10x]-[EEWA/WOV/UW/ODO/EAA/600LVL/100LVL Thrall]-
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11491195json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11491195,
"ip": "90.190.66.44",
"port": 7777,
"query": 27115,
"color": 0,
"city": "Valga",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1777568599,
"score": 0,
"last_online": 1777573235,
"icon": null,
"name": "WAP-WIPED 04/01-[10x]-[EEWA/WOV/UW/ODO/EAA/600LVL/100LVL Thrall]-",
"connect": "90.190.66.44:7777",
"request": "90.190.66.44:27115",
"map": "The Exiled Lands",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 1,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "EE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1777214745,
"last_update": 1777573235,
"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": 68,
"language": "et",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491195");
$data = json_decode($json, true);
var_dump($data);