API для Jojoheim
JSON для программ, сайтов и прочего
text
json
{
"response": {
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"players_complete": true,
"steam_id": "90292921763007509",
"domain": null,
"id": 16650570,
"ip": "170.23.62.161",
"port": 21870,
"query": 21871,
"project_id": null,
"color": 0,
"city": "Даллас",
"description": null,
"game": 892970,
"boosts": 1,
"last_offline": 1789649641,
"last_online": 1789658056,
"icon": null,
"name": "Jojoheim",
"connect": "170.23.62.161:21870",
"request": "170.23.62.161:21871",
"map": "Jojoheim",
"gamemode": null,
"version": "1.0.14",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1789649641,
"last_update": 1789658056,
"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": 3742,
"language": "en",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16650570");
$data = json_decode($json, true);
var_dump($data);