API для Official Hordetesting SA
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1790383436,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "172.233.28.17:30519",
"country": "BR",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 17133689,
"ip": "172.233.28.17",
"language": "pt",
"last_update": 1790543147,
"map": "Gateway",
"maxplayers": 115,
"name": "Official Hordetesting SA",
"numplayers": 0,
"official": true,
"points": 0,
"port": 30519,
"private": true,
"project_id": null,
"pve": null,
"pvp": null,
"query": 30519,
"request": "172.233.28.17:30519",
"secured": null,
"status": false,
"steam_id": null,
"version": "evrima 0.22.63",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Сан-Паулу",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790543147,
"last_online": 1790383424,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 3052,
"wipe_period": null,
"eosSessionId": "91f2860aefde4ce7a91b7aaf42bfe143"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/17133689");
$data = json_decode($json, true);
var_dump($data);