[KR]초보자 서버|뉴비환영|자원 밀도 2배|WIPE 6/01 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 47,
"fps_avg": 48,
"entities_count": 180039,
"world_seed": 1120615850,
"world_size": 4000,
"steam_id": "90286472257428502",
"domain": null,
"id": 11607125,
"ip": "158.247.199.233",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Seoul",
"description": "![[KR]초보자 서버|뉴비환영|자원 밀도 2배|WIPE 6/01](https://rust.404x.cn/rustt/ks.png)\nWelcome to Vanilla! On our servers we provide the best Rust gameplay. Our servers run on the best Network & Hardware possible to improve your ingame experience on our servers!\r\n→ Group limit: 8 \r\n→ 팀원 제한 : 8명\r\n→ 50% upkeep \r\n→ TC 유지보수 50%\r\n→ Resource refresh density X2 \r\n→ 자원 생성 밀도 x2\r\n→ Resource refresh speed X2 \r\n→ 자원 생성 재생성 시간 x2\r\n→ Map size:3700 \r\n→ 맵 크기 :3700\r\n→ 초기화 주기 4일마다 맵초기화 매달 7일 전체초기화 \r\n→ every four days MAP WIPE 7th day of each month FULL WIPE\r\n→ 어드민은 게임 참여 하지않습니다\r\n \r\n Rules: \r\n- No hacking / scripting \r\n- No intentional bug abu\r\n- No EAC / FP banned alts \r\n- No ban evading No racism\r\n- 해킹/스크립트 금지\r\n- 고의적인 버그 오남용 금지\r\n- 게임 차단 기록이 있으면 서버에 참여할 수 없습니다\r\n- 인종차별 금지.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780300445,
"last_online": 1780587039,
"icon": null,
"name": "[KR]초보자 서버|뉴비환영|자원 밀도 2배|WIPE 6/01",
"connect": "158.247.199.233:28010",
"request": "158.247.199.233:28011",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 225,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915495,
"last_update": 1780587039,
"banned": false,
"wipe": 1780300635,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5528,
"language": "ko",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11607125");
$data = json_decode($json, true);
var_dump($data);