Rust
WARBANDITS.GG EU 3X Weekly |Solo/Duo/Trio/Quad|LootX3| Just Wip için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10815449json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 60,
"entities_count": 166435,
"world_seed": 1042537483,
"world_size": 3700,
"steam_id": 90284651521105940,
"domain": null,
"id": 10815449,
"ip": "185.29.166.121",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to WarBandits.gg 3x Solo/Duo/Trio/Quad Weekly!\r\n - 3x Gather Rates \r\n - 3x Crafting Speed \r\n - 3x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - Extended Workbench range\r\n - Tier 1 BPs unlocked \r\n - Long Days & Short Nights \r\n - Group Limit: 4 \r\n - Active Staff \r\n - Fast Smelt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1773545565,
"score": 0,
"last_online": 1776813014,
"icon": null,
"name": "WARBANDITS.GG EU 3X Weekly |Solo/Duo/Trio/Quad|LootX3| Just Wip",
"connect": "185.29.166.121:28010",
"request": "185.29.166.121:28015",
"map": "Wiped 2 Days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 41,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1767109904,
"last_update": 1776813014,
"banned": false,
"wipe": 1776599830,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 549,
"language": "nl",
"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/10815449");
$data = json_decode($json, true);
var_dump($data);