Rust
API für [EU] Estorust-Vanilla-Solo/Duo/Trio/Quad
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11260766json
{
"response": {
"steam_id": "90284724812729370",
"domain": null,
"id": 11260766,
"ip": "65.21.95.211",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Helsinki",
"description": "![[EU] Estorust-Vanilla-Solo/Duo/Trio/Quad](https://bravega.fi/estorust1024x512.png)\nDiscord: Click - [External Website] \r\nType /info to open Information Panel, rules commands etc. \r\nWipe: Bi-Weekly 1-st and 3-rd Thursday @ 19.00 UTC",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776365055,
"score": 0,
"last_online": 1776825622,
"icon": null,
"name": "[EU] Estorust-Vanilla-Solo/Duo/Trio/Quad",
"connect": "65.21.95.211:28015",
"request": "65.21.95.211:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555204,
"last_update": 1776825622,
"banned": false,
"wipe": 1776365329,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4938,
"language": "fi",
"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/11260766");
$data = json_decode($json, true);
var_dump($data);