API for Official OG Rust Friday Wipe NO TECH TREE NOOB FRIENDLY
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 54,
"entities_count": 69828,
"world_seed": 1337,
"world_size": 3400,
"steam_id": "90286607072012304",
"domain": null,
"id": 10342120,
"ip": "91.229.114.90",
"port": 28076,
"query": 28078,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to Official OG Rust! The way Rust was intended to be played. \r\nNOOB Friendly \r\nWeekly wipe every Friday at 6pm EST \r\nMAP SIZE 3150-4000 \r\nNO TECH TREE, MEANING ALL ITEMS MUST BE FOUND AND RESEARCHED BEFORE ABLE TO CRAFT ITEM. Also creates more roaming and less base sitting. Must explore monuments to get items of need creating more PvP opportunities.\r\nCUSTOM EVENT TIMERS TO MAKE PROGRESSION MORE INTERESTING\r\nSERVER RULES\r\n1. Dont Be Overly Toxic, We understand it is Rust. Use your head. \r\n2. No Racism, Homophobia, Sexism \r\n3. Dont be toxic, BUT DONT BE A SNOWFLAKE EITHER \r\n4. Enjoy the server, Make sure to favorite, and help us grow to a top server on Rust! GOOD LUCK!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780629033,
"icon": null,
"name": "Official OG Rust Friday Wipe NO TECH TREE NOOB FRIENDLY",
"connect": "91.229.114.90:28076",
"request": "91.229.114.90:28078",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1758453445,
"last_update": 1780629033,
"banned": false,
"wipe": 1780602713,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3393,
"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/10342120");
$data = json_decode($json, true);
var_dump($data);