Rust
API for RustVikings | Solo/Duo | Mondays | FULLWIPE 20/04 17:00CEST
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10895978json
{
"response": {
"steam_id": "90284790999817218",
"domain": null,
"id": 10895978,
"ip": "37.156.35.90",
"port": 28026,
"query": 28027,
"color": 0,
"city": "Amsterdam",
"description": "\nLast Wipe: 20/04 17:00CEST [FullWipe], Next Wipe: 27/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": 1776697402,
"score": 0,
"last_online": 1776828619,
"icon": null,
"name": "RustVikings | Solo/Duo | Mondays | FULLWIPE 20/04 17:00CEST",
"connect": "37.156.35.90:28026",
"request": "37.156.35.90:28027",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1768383753,
"last_update": 1776828619,
"banned": false,
"wipe": 1776697416,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1382,
"language": "nl",
"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/10895978");
$data = json_decode($json, true);
var_dump($data);