Rust
API für RustOps - Solo/Duo | FULLWIPE 20/04 20.04 04/20
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10699090json
{
"response": {
"steam_id": "90284723882844177",
"domain": null,
"id": 10699090,
"ip": "193.25.252.119",
"port": 28027,
"query": 28028,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nRustOps — High-performance vanilla duo servers with ultra-low ping, active staff, and smart balancing to keep fights fair, wipes fresh, and every session feeling smooth and competitive.\r\n \r\n Skip Queue: https://rustops.org/shop\r\n Discord: discord.gg/rustops , https://rustops.org/discord\r\n Rules: https://rustops.org/rules\r\n \r\n → Group Limit: 2\r\n → Map Size: 3500\r\n \r\n Wipe Schedule:\r\n - Full wipe every Sunday and Thursdays\r\n \r\n Administration:\r\n - Our admin team operates on a strict hands-off approach, we monitor the server actively but only enter the game when intervention is genuinely required\r\n \r\n Full Info: https://rustops.org",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776702201,
"score": 0,
"last_online": 1776811818,
"icon": null,
"name": "RustOps - Solo/Duo | FULLWIPE 20/04 20.04 04/20",
"connect": "193.25.252.119:28027",
"request": "193.25.252.119:28028",
"map": "Wiped 1 days ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 22,
"maxplayers": 215,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1765122687,
"last_update": 1776811818,
"banned": false,
"wipe": 1776702216,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 893,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10699090");
$data = json_decode($json, true);
var_dump($data);