API for Dopers 420 - New Jersey | 20x | Weekly
JSON for programs, websites and more
text
json
{
"response": {
"fps": 107,
"fps_avg": 107,
"entities_count": 117376,
"world_seed": 1003859393,
"world_size": 4500,
"steam_id": "90286611338507295",
"domain": null,
"id": 10922491,
"ip": "66.228.34.69",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Cedar Knolls",
"description": "\nWelcome to Dopers 420!\r\nJoin our Discord for more information and server status:\r\nhttps://discord.gg/ZHZJgc4aYQ\r\nFeatures:\r\n-10x Gather Rate!\r\n-No Decay!\r\n-Weekly map and BP wipe (every Thursday)\r\n-PVP\r\nWe utilize a handful of QoL mods to make your time in Rust more enjoyable. Be respectful and remember to blaze up, it is Dopers 420, baby!\r\nBienvenidos a Dopers 420! No decay y PVP.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780611255,
"last_online": 1780618234,
"icon": null,
"name": "Dopers 420 - New Jersey | 20x | Weekly",
"connect": "66.228.34.69:28015",
"request": "66.228.34.69:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768476956,
"last_update": 1780618234,
"banned": false,
"wipe": 1780597074,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4657,
"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/10922491");
$data = json_decode($json, true);
var_dump($data);