ARK: Survival Evolved
API для NA-PVP-06-Extinction-Monterrey
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/726567json
{
"response": {
"steam_id": "90284717666455574",
"domain": null,
"id": 726567,
"ip": "38.124.192.42",
"port": 7787,
"query": 27020,
"color": 0,
"city": "Monterrey",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776731549,
"score": null,
"last_online": 1776823329,
"icon": null,
"name": "NA-PVP-06-Extinction-Monterrey",
"connect": "38.124.192.42:7787",
"request": "38.124.192.42:27020",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "MX",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1672180965,
"last_update": 1776823329,
"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": 4095,
"language": "es",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/726567");
$data = json_decode($json, true);
var_dump($data);