API for [JP]IWS-DEV-RUST#1 | No Raid PvP | Solo/Duo | Beginner Friendly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 222,
"fps_avg": 222,
"entities_count": 46311,
"world_seed": 95173,
"world_size": 3000,
"steam_id": "90286569686345742",
"domain": null,
"id": 11677510,
"ip": "153.120.121.159",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Osaka",
"description": "![[JP]IWS-DEV-RUST#1 | No Raid PvP | Solo/Duo | Beginner Friendly](https://iws-dev-gamers-rust1.s3.ap-northeast-1.amazonaws.com/header-image/iws-dev1_header.png)\nIWS-DEV-RUST#1へようこそ!\r\n本サーバはレイド無しのPvPサーバで、2週間毎にフルワイプを実施しています。\r\nサーバのルールとワイプスケジュールは左下のリンクからDiscordに参加して確認をお願いします。\r\n\r\nWelcome to IWS-DEV-RUST#1!\r\nThis is a no-raid PvP server, and a full wipe takes place every two weeks.\r\nPlease join our Discord using the link in the bottom-left corner to check the server rules and wipe schedule.\r\n\r\nDiscordURL:https://discord.gg/xv2XMvS2XR",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216213,
"last_online": 1780555832,
"icon": null,
"name": "[JP]IWS-DEV-RUST#1 | No Raid PvP | Solo/Duo | Beginner Friendly",
"connect": "153.120.121.159:28015",
"request": "153.120.121.159:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216213,
"last_update": 1780555832,
"banned": false,
"wipe": 1779429116,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5846,
"language": "ja",
"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/11677510");
$data = json_decode($json, true);
var_dump($data);