API for Awaken Rust - Offwipe
JSON for programs, websites and more
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 30,
"fps_avg": 29,
"entities_count": 19273,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90285924356591638",
"domain": null,
"id": 11511551,
"ip": "45.45.238.131",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "Awaken Rust - Offwipe\r\n\r\n Discords:\r\ndiscord.gg/oldrecoil\r\ndiscord.gg/awakenrust\r\n\r\nFeatures: \r\nAimtrain\r\n Roams\r\nMaze\r\nArenas\r\nScrims - Coming Soon\r\n1v1s Randomized Maps!\r\n More to come!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779353853,
"last_online": 1779819624,
"icon": null,
"name": "Awaken Rust - Offwipe",
"connect": "45.45.238.131:28015",
"request": "45.45.238.131:28017",
"map": "Awaken Rust Maps",
"gamemode": "Vanilla",
"version": "2336",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353853,
"last_update": 1779819624,
"banned": false,
"wipe": 1778640754,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5452,
"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/11511551");
$data = json_decode($json, true);
var_dump($data);