Rust
API для [KR/JP/EA] RAID MANIA | 4/5 WIPE | DST 2X | MAX 8 | MONTHLY
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11435953json
{
"response": {
"fps": 31,
"fps_avg": 32,
"entities_count": 190872,
"world_seed": 1586685660,
"world_size": 4250,
"steam_id": "90284623028489244",
"domain": null,
"id": 11435953,
"ip": "64.31.11.53",
"port": 28410,
"query": 28545,
"color": 0,
"city": "Tokyo",
"description": "[KR/JP/EA] RAID MANIA | MONTHLY | 2X | MAX 8\r\n\r\n■ Server Info / 서버 정보 / サーバー情報\r\n- Map Size : 4250\r\n- Team Limit : 8 (No Alliance / 동맹금지)\r\n- Resource Density : x2 (Density & Speed)\r\n- Upkeep(TC) : 25% (유지비 25%)\r\n SHORT NIGHT TIME\r\n\r\n■ Wipe Schedule / 초기화 일정 / ワイプ\r\n- FULL WIPE : First Friday of every month 04:00 KST\r\n- 매달 첫 번째 금요일 새벽 4시 전체 초기화\r\n- 毎月第1金曜日 午前4時 フルワイプ\r\n\r\n■ Rules / 규칙 / ルール\r\n- No Hacking / No Scripting / No Racism\r\n- No EAC/FP Banned alts allowed\r\n- 핵, 스크립트, 버그 악용, 인종차별 금지\r\n\r\n자세한 사항은 디스코드를 확인해주세요.\r\nPlease check out the Discord for more information.\r\nDiscord: https://discord.gg/QaqfaQUu39",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776543799,
"score": 0,
"last_online": 1776852618,
"icon": null,
"name": "[KR/JP/EA] RAID MANIA | 4/5 WIPE | DST 2X | MAX 8 | MONTHLY",
"connect": "64.31.11.53:28410",
"request": "64.31.11.53:28545",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 160,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774977214,
"last_update": 1776852618,
"banned": false,
"wipe": 1775380971,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1589,
"language": "ja",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11435953");
$data = json_decode($json, true);
var_dump($data);