Hurtworld
API для [V1] ChillHurt x5 Meteor|07.04|WIPED
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11394219json
{
"response": {
"steam_id": "90284358915191809",
"domain": null,
"id": 11394219,
"ip": "178.33.54.14",
"port": 12916,
"query": 12917,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 393420,
"owner": null,
"boosts": 1,
"last_offline": 1776778955,
"score": 0,
"last_online": 1776358271,
"icon": null,
"name": "[V1] ChillHurt x5 Meteor|07.04|WIPED",
"connect": "178.33.54.14:12916",
"request": "178.33.54.14:12917",
"map": "diemensland",
"gamemode": "Hurtworld",
"version": "53",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774596919,
"last_update": 1776778955,
"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": 62,
"language": "pl",
"parked": false,
"app": {
"id": 134,
"steam_id": 393420,
"name": "Hurtworld",
"url": "hurtworld"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11394219");
$data = json_decode($json, true);
var_dump($data);