Rust
API for Baggers Rust Server
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/11305515json
{
"response": {
"fps": 80,
"fps_avg": 78,
"entities_count": 95370,
"world_seed": 997852838,
"world_size": 4250,
"steam_id": "90283922133721118",
"domain": null,
"id": 11305515,
"ip": "86.164.187.128",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Bradford",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775317292,
"score": 0,
"last_online": 1775905839,
"icon": null,
"name": "Baggers Rust Server",
"connect": "86.164.187.128:28015",
"request": "86.164.187.128:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774592887,
"last_update": 1775905839,
"banned": false,
"wipe": 1775316607,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8410,
"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/11305515");
$data = json_decode($json, true);
var_dump($data);