API für WARBANDITS.GG 2X |Solo/Duo/Trio/Quad| JUST FULLWIPED
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"steam_id": 90286489895567360,
"domain": null,
"id": 11668659,
"ip": "162.222.16.156",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to WarBandits.gg 2x Solo/Duo/Trio/Quad! \r\n - 2x Gather Rates \r\n - 2x Crafting Speed \r\n - 2x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom Loot Tables \r\n - Custom High Performance Maps \r\n - Extended Workbench range \r\n - Long Days & Short Nights \r\n - Group Limit: 4 \r\n - Active Staff \r\n - Fast Smelt \r\n\r\n Discord: Discord.gg/warbandits\r\n Website: https://warbandits.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780180334,
"last_online": 1780549222,
"icon": null,
"name": "WARBANDITS.GG 2X |Solo/Duo/Trio/Quad| JUST FULLWIPED",
"connect": "162.222.16.156:28010",
"request": "162.222.16.156:28015",
"map": "Wiped 2 Days ago",
"gamemode": "Rust",
"version": "2625",
"numplayers": 71,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 80,
"add_date": 1780180334,
"last_update": 1780549222,
"banned": false,
"wipe": 1780336620,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 286,
"language": "en",
"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/11668659");
$data = json_decode($json, true);
var_dump($data);