Rust
API for Blood Rust - Brown [nolimit, x2]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8663158json
{
"response": {
"fps": 36,
"fps_avg": 38,
"entities_count": 246662,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284840028879903",
"domain": null,
"id": 8663158,
"ip": "185.207.214.233",
"port": 35000,
"query": 35001,
"color": 0,
"city": "Moscow",
"description": "![Blood Rust - Brown [nolimit, x2]](https://s3.bloodrust.io/bloodui/brown_server_header.jpg)\nWipe: every Tuesday at 14:00 GMT+3\r\nMax Team: Unlimited\r\n\r\nFeatures\r\n— Gather rates: х2\r\n— Resource stacks: 10000\r\n— Instant craft\r\n— Skin giveaway\r\n— Skin events\r\n··· And more on /menu\r\n\r\nLinks\r\n— Website: bloodrust.store\r\n— Telegram: t.me/bloodrust\r\n— Discord: discord.gg/bloodrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775153532,
"score": 0,
"last_online": 1776970811,
"icon": null,
"name": "Blood Rust - Brown [nolimit, x2]",
"connect": "185.207.214.233:35000",
"request": "185.207.214.233:35001",
"map": "Procedural",
"gamemode": "Survival",
"version": "2623",
"numplayers": 251,
"maxplayers": 270,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1745482431,
"last_update": 1776970811,
"banned": false,
"wipe": 1776766064,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 111,
"language": "ru",
"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/8663158");
$data = json_decode($json, true);
var_dump($data);