Rust
API for RustVikings | Solo/Duo | Fridays | FULLWIPE 17/04 17:00CEST
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9785319json
{
"response": {
"steam_id": "90284568049345553",
"domain": null,
"id": 9785319,
"ip": "193.25.252.119",
"port": 28046,
"query": 28047,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nLast Wipe: 17/04 17:00CEST [FullWipe], Next Wipe: 24/04 17:00CEST [FullWipe] \r\n----------------------------------------------------\r\nRULES\r\n• Max Team Size: 2 [NO cooperation outside team]\r\n• No cheating/exploiting\r\n• No Racism/Sexism or generally Toxic behaviour\r\n\r\nVIP [NO P2W]\r\n• Skip Queue\r\n• VIP Name Tag In-Game\r\n• VIP Role in Discord\r\n• Priority Admin Help/Assistance\r\n\r\nDiscord: https://rustvikings.com/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776695431,
"score": 0,
"last_online": 1776448212,
"icon": null,
"name": "RustVikings | Solo/Duo | Fridays | FULLWIPE 17/04 17:00CEST",
"connect": "193.25.252.119:28046",
"request": "193.25.252.119:28047",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 291,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 54,
"add_date": 1752680980,
"last_update": 1776695431,
"banned": false,
"wipe": 1776438311,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5455,
"language": "de",
"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/9785319");
$data = json_decode($json, true);
var_dump($data);