Rust
API for Bestrust Solo/Duo/Trio 2x #6 - Weekly | JUST WIPED 17.04 04/17
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7533703json
{
"response": {
"steam_id": "90284728664994824",
"domain": null,
"id": 7533703,
"ip": "205.178.168.46",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Bestrust Solo/Duo/Trio 2x #6 - Weekly!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com.\n\nWipe Schedule:\n• Map wipes Every Friday at 20:45 CEST\n- Last Wipe: 02.10 19:45 CEST Type: Full Wipe\n- Next Wipe: 03.10 20:45 CEST Type: Map Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 3\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776423820,
"score": 0,
"last_online": 1776831617,
"icon": null,
"name": "Bestrust Solo/Duo/Trio 2x #6 - Weekly | JUST WIPED 17.04 04/17",
"connect": "205.178.168.46:28010",
"request": "205.178.168.46:28015",
"map": "Wiped 4 days ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 14,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1739356448,
"last_update": 1776831617,
"banned": false,
"wipe": 1776451486,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 794,
"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/7533703");
$data = json_decode($json, true);
var_dump($data);