API для Primal Survival / 4x Growth / High AI / No Rules
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11874809,
"ip": "194.69.160.56",
"port": 16003,
"query": 16003,
"project_id": null,
"color": 0,
"city": "Сити",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1783020080,
"last_online": 1788559093,
"icon": null,
"name": "Primal Survival / 4x Growth / High AI / No Rules",
"connect": "194.69.160.56:16003",
"request": "194.69.160.56:16003",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.784",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1783020080,
"last_update": 1788559093,
"ban_reason": null,
"banned": false,
"hidden": 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": 385,
"language": "en",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11874809");
$data = json_decode($json, true);
var_dump($data);