Hell Let Loose
API для [CAV] CAVEIRAS BRASIL #2 | discord.gg/caveiras
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10292313json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10292313,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Santana de Parnaíba",
"description": null,
"game": 686810,
"owner": 129626,
"boosts": 1,
"last_offline": 1768159835,
"score": 5,
"last_online": 1767282013,
"icon": null,
"name": "[CAV] CAVEIRAS BRASIL #2 | discord.gg/caveiras",
"connect": null,
"request": null,
"map": "CT",
"gamemode": "Hell Let Loose",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1757615721,
"last_update": 1768159835,
"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": 346,
"language": "pt",
"parked": true,
"app": {
"id": 51409,
"steam_id": 686810,
"name": "Hell Let Loose",
"url": "hell-let-loose"
},
"server_owner": {
"username": "Marcelo_Ceolin",
"avatar": "f476570d-7c77-474b-9d3c-3fa3ed42155b.jpg",
"last_online": 1767352490
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10292313");
$data = json_decode($json, true);
var_dump($data);