Rust
API for [JPN] Apple Server | PvP | Vanilla | 2Weekly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8663515json
{
"response": {
"fps": 42,
"fps_avg": 41,
"entities_count": 97480,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284710570895388",
"domain": null,
"id": 8663515,
"ip": "162.43.93.9",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Chiyoda City",
"description": "This server is a vanilla server that will Wipe in a 2week! Join the Discord server for more info! Discord : https://discord.gg/WpFXX3XTKZ [TSARVAR118948]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776716597,
"score": 0,
"last_online": 1776852616,
"icon": null,
"name": "[JPN] Apple Server | PvP | Vanilla | 2Weekly",
"connect": "162.43.93.9:28015",
"request": "162.43.93.9:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1745482518,
"last_update": 1776852616,
"banned": false,
"wipe": 1776447973,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 796,
"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/8663515");
$data = json_decode($json, true);
var_dump($data);