nomarust Sat | JP | Vanilla | Weekly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 120,
"fps_avg": 117,
"entities_count": 90527,
"world_seed": 1780099325,
"world_size": 4000,
"steam_id": "90286575281173528",
"domain": null,
"id": 11596704,
"ip": "160.16.60.191",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Tokyo",
"description": "Next wipe:2026-06-06_09:00:00(JST)\r\n---\r\nWelcome! nomarust server!\r\n---\r\nMax team size:4\r\nMax players:100\r\nWorld size:4000\r\nWipe schedule:weekly\r\nWipe type: FULL\r\nNext restart/stop time:2026-06-05_09:00:00(JST)\r\nLive Streaming:OK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780100011,
"last_online": 1780605032,
"icon": null,
"name": "nomarust Sat | JP | Vanilla | Weekly",
"connect": "160.16.60.191:28015",
"request": "160.16.60.191:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358597,
"last_update": 1780605032,
"banned": false,
"wipe": 1780099920,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5021,
"language": "ja",
"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/11596704");
$data = json_decode($json, true);
var_dump($data);