Hell Let Loose
API для CN矢车菊(BKornblume)//HK无规则服//q群:726807477
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7412423json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7412423,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 686810,
"owner": 104087,
"boosts": 1,
"last_offline": 1750457064,
"score": 0,
"last_online": 1740675031,
"icon": null,
"name": "CN矢车菊(BKornblume)//HK无规则服//q群:726807477",
"connect": null,
"request": null,
"map": "Foy",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1738637823,
"last_update": 1750457064,
"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": 341,
"language": "en",
"parked": true,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": {
"username": "1552308626",
"avatar": "no.jpg",
"last_online": 1738637759
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7412423");
$data = json_decode($json, true);
var_dump($data);