Rust
API for RedlineRust #2 | PVP | X1000000 | BATTLEFIELD
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10633162json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10633162,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nДобро пожаловать на RedlineRust PVP! \r\n Правил нету, просто стреляйтесь! \r\n НАШ ТЕЛЕГРАМ КАНАЛ @REDLINERUSTOFFICIAL",
"game": 252490,
"owner": 112559,
"boosts": 1,
"last_offline": 1765086658,
"score": 5,
"last_online": 1764185411,
"icon": null,
"name": "RedlineRust #2 | PVP | X1000000 | BATTLEFIELD",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1763713737,
"last_update": 1765086658,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7634,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "axxientyyyyy",
"avatar": "1113fbc2-4d59-43d2-93aa-23d6a008e956.jpg",
"last_online": 1772956215
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10633162");
$data = json_decode($json, true);
var_dump($data);