API for StonedFlorida420 10x [US]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 106,
"fps_avg": 103,
"entities_count": 48531,
"world_seed": 417478976,
"world_size": 3000,
"steam_id": "90286469796982805",
"domain": null,
"id": 11511664,
"ip": "71.215.172.96",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Cape Coral",
"description": "![StonedFlorida420 10x [US]](https://stonedflorida.com/images/fce7f7d14b71af93.png)\nWelcome to Frizzo's Rust server. This server is hosted right out of Florida, multiple Premium plugins,\r\n-50% Upkeep,\r\n-Bgrage\r\n-Portable Recycler, \r\n-SkinBox, \r\n-TrainHomes, \r\n-Teleport, \r\n-Quick Smelt,\r\n-Instant Craft",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780576419,
"last_online": 1780377630,
"icon": null,
"name": "StonedFlorida420 10x [US]",
"connect": "71.215.172.96:28015",
"request": "71.215.172.96:28017",
"map": "StonedFlorida420 Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353860,
"last_update": 1780576419,
"banned": false,
"wipe": 1778177572,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11854,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11511664");
$data = json_decode($json, true);
var_dump($data);