API for [EU] Rusty Bullet | Vanilla | Solo | Noobs welcome
JSON for programs, websites and more
text
json
{
"response": {
"fps": 105,
"fps_avg": 108,
"entities_count": 88459,
"world_seed": 77,
"world_size": 3750,
"steam_id": "90286603870528535",
"domain": null,
"id": 11158976,
"ip": "198.244.254.123",
"port": 28025,
"query": 28026,
"color": 0,
"city": "London",
"description": "Enjoy vanilla with reduced crate time (10min), mini spawns on road. Respect all players, dont be toxic and be kind to noobs!!! \n\nRules in general:NO cheating, NO trolling, NO streamsniping, NO highping, NO bad language (racism, bad symbols, ...), respect eachother, teammax = 1, NO alliance \n\nMap size:4250\nWipe: Thursday weekly map + monthly BP \n\n=> Discord: https://discord.gg/NtFBagCzqP",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595664,
"last_online": 1780640427,
"icon": null,
"name": "[EU] Rusty Bullet | Vanilla | Solo | Noobs welcome",
"connect": "198.244.254.123:28025",
"request": "198.244.254.123:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228121,
"last_update": 1780640427,
"banned": false,
"wipe": 1780595688,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3958,
"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/11158976");
$data = json_decode($json, true);
var_dump($data);