API для île Perdu QC/US Growth X3
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789774694,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "167.114.117.55:27060",
"country": "CA",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16732871,
"ip": "167.114.117.55",
"language": "en",
"last_update": 1790543791,
"map": "Gateway",
"maxplayers": 120,
"name": "île Perdu QC/US Growth X3",
"numplayers": 0,
"official": false,
"points": 0,
"port": 27060,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27060,
"request": "167.114.117.55:27060",
"secured": null,
"status": false,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Монреаль",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790543791,
"last_online": 1789823189,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 2004,
"wipe_period": null,
"eosSessionId": "47a48e4f86d14956aab0f619b83b6c84"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16732871");
$data = json_decode($json, true);
var_dump($data);