Rust
API for RustPulse.gg - EU 2x Solo/duo/trio |Tp|Home|Kits|Wipe 09.04
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11158336json
{
"response": {
"modded": true,
"fps": 177,
"fps_avg": 177,
"entities_count": 82114,
"world_seed": 557952103,
"world_size": 3750,
"steam_id": "90284212214741023",
"domain": null,
"id": 11158336,
"ip": "57.128.210.53",
"port": 28068,
"query": 28069,
"color": 0,
"city": "Warsaw",
"description": "\nWelcome to RustPulse.gg - EU 2x Solo/Duo/Trio\r\n Max team size: 3 players (No alliances)\r\n Rates: 2x Gather | 1x Components | Faster progression\r\n Commands: /tp | /home | /kits\r\n Active non-playing admins\r\n No cheating, exploiting or scripting\r\n No racism, toxicity or harassment\r\n Respect team limit - breaking rules = ban\r\n Regular wipes and stable performance\r\n Have fun and good luck on RustPulse.gg!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775887319,
"score": 0,
"last_online": 1775899814,
"icon": null,
"name": "RustPulse.gg - EU 2x Solo/duo/trio |Tp|Home|Kits|Wipe 09.04",
"connect": "57.128.210.53:28068",
"request": "57.128.210.53:28069",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1772228108,
"last_update": 1775899814,
"banned": false,
"wipe": 1775729049,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2608,
"language": "pl",
"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/11158336");
$data = json_decode($json, true);
var_dump($data);