API для 블랙체리 [PVE/이벤트/레이드] 대규모 패치
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 68,
"fps_avg": 65,
"entities_count": 164867,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90286605342251025",
"domain": null,
"id": 11159963,
"ip": "211.222.155.98",
"port": 42153,
"query": 47344,
"color": 0,
"city": "Seo-gu",
"description": "![블랙체리 [PVE/이벤트/레이드] 대규모 패치](https://www.dropbox.com/scl/fi/8d5y74q8uiw1wh2shsqr3/.png?rlkey=tm0qeir33myfq85f67k47ok07&st=vyue39d5&dl=1)\n✔ 정보 ✔\r\n- 정식오픈.!\r\n- 신규 초기지급 아이템 스킨 적용\r\n- 아침저녁 배율다 달라요.!\r\n- 레이드 베이스 종류가 무려190개\r\n- 스크랩&깡통&상자 배율 3X\r\n- 가방 시스템으로 더욱 많아진 저장공간\r\n- RPG 스타일 레벨 시스템\r\n- 강화 무기 시스템\r\n\r\n✔ 컨텐츠 ✔\r\n- 쉬운 레이드 베이스는 이제 없어요.!\r\n- 호송대 시스템!\r\n- 브래들리 난이도 상승.!\r\n- NPC 사살시 무작위 레이드\r\n- 플레이어랑 가위바위보 가능!\r\n- NPC디펜스 시스템\r\n- 정해진 시간에 맵에 보물상자 생성\r\n- 맵에 랜덤으로 진저브레드 무리가 생성 됩니다.\r\n- 요리 시스템 다양한 요리 시스템\r\n- 유저간 상점으로 아이템 판매 구매 가능\r\n\r\n✔ 디스코드 ✔\r\n- 서버상태 확인 가능\r\n- 서버에 생성 되는 이벤트 확인 가능\r\n- 럭키박스 당첨자 알림\r\n- NPC 레이드 경고 알림\r\n- 기본명령어 제공\r\n- 러스트 채팅이 디스코드에?\r\n- 유저분들이 추천하는 시스템.!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599868,
"last_online": 1780653627,
"icon": null,
"name": "블랙체리 [PVE/이벤트/레이드] 대규모 패치",
"connect": "211.222.155.98:42153",
"request": "211.222.155.98:47344",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 11,
"maxplayers": 260,
"bots": 0,
"secured": false,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1772228148,
"last_update": 1780653627,
"banned": false,
"wipe": 1780599980,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1474,
"language": "ko",
"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/11159963");
$data = json_decode($json, true);
var_dump($data);