API for [X3][PVE][KR][뉴비연습]NPCvs유저 서버
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 135434,
"world_seed": 857481550,
"world_size": 4096,
"steam_id": "90286589733916687",
"domain": null,
"id": 11511613,
"ip": "218.158.160.228",
"port": 28021,
"query": 28023,
"color": 0,
"city": "Yesan",
"description": "![[X3][PVE][KR][뉴비연습]NPCvs유저 서버](https://i.imgur.com/D9Bdfxx.png)\nNPC가 필드에서 갑자기 공격합니다 PVP섭처럼 연습가능\r\n그리고 저희섭은 엔티티제한이 부분적으로 벌통 건차만 잇고 그외 악의적인 건축으로 서버렉유발 예 폭죽 엄청 많이 설치 이런것 말고는 무제한 입니다 즐거운 건축과 농사 농장!! 하우징 PVE 라이프를 즐기십쇼!!\r\n디코에 들어오지 않아서 생기는 불이익은 본인에게 있습니다.\r\n타르코프처럼보안컨테이너가있어서템넣으면죽어도안전초기화에도안전\r\n마을창고와보안컨테이너템은다음시즌으로이전이가능합니다!!\r\n죽어도 슬롯and입고잇는 아이템이 없어지지 않습니다 [뉴비최적화]\r\n지루한 PVE는 가라 NPC와 싸우면서 성장\r\nNPC가 집으로 쳐들어오니깐 항시 방비를 해놓아야합니다\r\nNPC 집을 레이드 할수 있습니다",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780049022,
"last_online": 1780587639,
"icon": null,
"name": "[X3][PVE][KR][뉴비연습]NPCvs유저 서버",
"connect": "218.158.160.228:28021",
"request": "218.158.160.228:28023",
"map": "엔티티건축제한없음",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353857,
"last_update": 1780587639,
"banned": false,
"wipe": 1778262631,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5244,
"language": "ko",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11511613");
$data = json_decode($json, true);
var_dump($data);