[KR] 쿠키서버 PVE/X3/NPC레이드/초보 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 127,
"fps_avg": 122,
"entities_count": 177654,
"world_seed": 296827114,
"world_size": 4500,
"steam_id": "90286570250458129",
"domain": null,
"id": 11511611,
"ip": "101.250.60.23",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Incheon",
"description": "![[KR] 쿠키서버 PVE/X3/NPC레이드/초보](https://i.postimg.cc/jdWg64YN/CK-Banner.png)\n[KR] 쿠키서버\r\n\r\n- 한국인 100% 월간 PVE 서버\r\n- 자원3배 / 초보 / 건축 / 농사 / 힐링\r\n- 다양한 NPC 레이드 베이스\r\n - NEW! 클랜 베이스 기반의 거대 레이드 베이스 추가\r\n- 길어진 낮과 짧아진 밤\r\n- 인게임 머니로 구매 가능한 편의 기능\r\n- 커스텀 파밍지 및 각종 이벤트\r\n\r\n디스코드 가입 필수 https://discord.gg/S3zubTm2pY\r\n\r\n다음 초기화 일정 : 2026. 06. 05",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779971026,
"last_online": 1780555827,
"icon": null,
"name": "[KR] 쿠키서버 PVE/X3/NPC레이드/초보",
"connect": "101.250.60.23:28015",
"request": "101.250.60.23:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779353856,
"last_update": 1780555827,
"banned": false,
"wipe": 1778223850,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1513,
"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/11511611");
$data = json_decode($json, true);
var_dump($data);