Rust
WARBANDITS.GG AU 2X |Solo/Duo/Trio|X2 JUST WIPED için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10968790json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 95961,
"world_seed": 1792576921,
"world_size": 3700,
"steam_id": "90284797726110731",
"domain": null,
"id": 10968790,
"ip": "46.233.39.131",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Sydney",
"description": "\nWelcome to WarBandits.gg 2x Solo/Duo/trio! \r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \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 High Performance Maps \r\n ✦ Extended Workbench range \r\n ✦ Long Days & Short Nights \r\n ✦ Group Limit: 3 \r\n ✦ Active Staff \r\n ✦ Fast Smelt \r\n Make sure to join our discord server before playing by pressing the view webpage button or by visiting the link warbandits.gg/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776302510,
"score": 0,
"last_online": 1776846614,
"icon": null,
"name": "WARBANDITS.GG AU 2X |Solo/Duo/Trio|X2 JUST WIPED",
"connect": "46.233.39.131:28010",
"request": "46.233.39.131:28015",
"map": "Wiped 3 Hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 57,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 87,
"add_date": 1768755819,
"last_update": 1776846614,
"banned": false,
"wipe": 1776833849,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 295,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10968790");
$data = json_decode($json, true);
var_dump($data);