API for VornixRust.gg [ Vanilla ] WIPED 31.05
JSON for programs, websites and more
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 270616,
"world_seed": 1875871970,
"world_size": 4000,
"steam_id": "90286398224646146",
"domain": null,
"id": 11644893,
"ip": "45.12.71.59",
"port": 20057,
"query": 10057,
"color": 0,
"city": "Moscow",
"description": "![VornixRust.gg [ Vanilla ] WIPED 31.05](https://i.ibb.co/dsGRwg6L/Vornix-Rust.png)\n\n - Welcome to VornixRust.gg \n - Join Us: www.discord.VornixRust.gg \n\n - Map wipes every Tuesday 16:00 CEST \n - Fullwipes every 2 weeks at Saturday 12:00 CEST \n - Max Team: 99 Players \n - 1x Gather Rates. \n - Half smelt and crafting speeds \n - 5min nights \n - Fishing Village and Large Barn with Recycler \n - write /help for all commands \n - no Kits, no TP and no P2W! \n\n Admins do not play or interfere with gameplay.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780482189,
"last_online": 1780229419,
"icon": null,
"name": "VornixRust.gg [ Vanilla ] WIPED 31.05",
"connect": "45.12.71.59:20057",
"request": "45.12.71.59:10057",
"map": "Rusticated Generated Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177439,
"last_update": 1780482189,
"banned": false,
"wipe": 1780225781,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12452,
"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/11644893");
$data = json_decode($json, true);
var_dump($data);