We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7468750
json
{
"response": {
"id": 7468750,
"ip": "148.113.24.100",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "[3.28] 노배율 | 스킨무료 | PVE컨텐츠 | 초보환영\r\n\r\n★ PVE 이벤트 ★\r\n- AirfieldEvent\r\n- ArcticBaseEvent\r\n- CargoPlaneCrash\r\n- HeavyCargoShipEvent\r\n- HeavyExcavatorEvent\r\n- HeavyOilRigEvent\r\n- Sputnik\r\n- Skinner (모든 스킨 무료 사용)\r\n\r\n★ 서버 안내 ★\r\n- 핵 제외 어떤 행동이든 OK\r\n- 선비 서버 아님, 룰 없음, 망나니 환영\r\n- 편의성 모드(StackSize) 외 모드 없음\r\n\r\n★ 테스트 운영 ★\r\n- 기간: 3월 27일 ~ 일주일\r\n- 이후 모드 추가 예정\r\n- 인종차별 시 경고 없이 즉시 밴\r\n\r\n★ SERVER INFO (EN) ★\r\nAnything goes except cheating.\r\nNot a strict server. No rules. Wild players welcome.\r\nOnly convenience mod: StackSize.\r\nTest period: 1 week starting March 27.\r\nRacism = instant ban.\r\n\r\n★ 服务器信息 (中文) ★\r\n除外挂外,一切行为都OK。\r\n无规则,欢迎疯子玩家。\r\n仅有便利性插件(堆叠修改)。\r\n测试期:3月27日起一周。\r\n种族歧视将被立即封禁。\r\n\r\n★ サーバー情報 (日本語) ★\r\nチート以外は何でもOK。\r\nルールなし、狂ったプレイヤー歓迎。\r\nMODは利便性用(スタックサイズ)のみ。\r\nテスト期間:3月27日から1週間。\r\n差別発言は即BAN対象。",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743593714,
"score": 0,
"last_online": 1743116443,
"icon": null,
"name": "[KR/global] 레진서버|Free Skins|PVP|PVE plugin",
"connect": "148.113.24.100:28015",
"request": "148.113.24.100:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "IN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1739234859,
"last_update": 1743593714,
"banned": false,
"wipe": 1743100894,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7468750");
$data = json_decode($json, true);
var_dump($data);