API dla [US] Shooters Rust 1000X PVE XP|KITS|SHOP
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90286633611300893",
"domain": null,
"id": 11260939,
"ip": "64.20.40.186",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Secaucus",
"description": "![[US] Shooters Rust 1000X PVE XP|KITS|SHOP](https://dunb17ur4ymx4.cloudfront.net/webstore/logos/392d34d360f024ebb878184f95682a34fa5be120.png)\nShooters Rust 1000x PvE is a well balanced and noob friendly PvE environment with PvP zones.\r\nhttps://shootersrust.com\r\nWipes on monthly force-wipes only.\r\nRestarts daily at midnight EST.\r\nType /dc in game to join our Discord\r\nType /info for commands rules, and other details\r\nType /kit for free and VIP kit details\r\nVIP kits available at shootersrust.com\r\nInstant Craft - Rewards Shop - Leaderboard - Active Admins - Dedicated Servers\r\nNo BP(mostly) - Custom Events - Short Nights - Better Loot - Clans\r\nSkinbox - Building Skins - Remover - Raid Alerts - XPerience",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779346982,
"last_online": 1780669833,
"icon": null,
"name": "[US] Shooters Rust 1000X PVE XP|KITS|SHOP",
"connect": "64.20.40.186:28015",
"request": "64.20.40.186:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2627",
"numplayers": 1,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555212,
"last_update": 1780669833,
"banned": false,
"wipe": 1780598878,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4496,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11260939");
$data = json_decode($json, true);
var_dump($data);