API for Snicks&Toy Gaming | Noob Friendly | Raid Protection
JSON for programs, websites and more
text
json
{
"response": {
"fps": 56,
"fps_avg": 55,
"entities_count": 135643,
"world_seed": 1462232397,
"world_size": 4800,
"steam_id": "90286529458497552",
"domain": null,
"id": 9663107,
"ip": "156.236.84.27",
"port": 28055,
"query": 28056,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Snicks&Toy Gaming! A casual Rust server built for players who just want to enjoy the game without all the hardcore stress. Raid Protection - Offline Raid Protection Solo/Duo Only – keep it fair and balanced No Allies – team up with just one trusted friend Raid Protection – enjoy building and playing without constant offline griefing Last Week of Wipe = Raid Week! – all protections are lifted 24 hours before, and the chaos begins Our community is all about fun, fairness, and giving everyone a chance to enjoy Rust their way. Whether you’re new to the game or a seasoned player, this is the perfect place to relax, farm, and fight when you’re ready. Join today and experience Rust the Snicks&Toy way – casual, fair, and fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780152215,
"last_online": 1780548626,
"icon": null,
"name": "Snicks&Toy Gaming | Noob Friendly | Raid Protection",
"connect": "156.236.84.27:28055",
"request": "156.236.84.27:28056",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1751634422,
"last_update": 1780548626,
"banned": false,
"wipe": 1778177937,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1184,
"language": "en",
"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/9663107");
$data = json_decode($json, true);
var_dump($data);