API pentru [US] Shooters Rust 10X PVE XP|KITS|SHOP
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 60786,
"world_seed": 1149453516,
"world_size": 3000,
"steam_id": "90286584245619741",
"domain": null,
"id": 10870882,
"ip": "64.20.40.186",
"port": 28021,
"query": 28023,
"color": 0,
"city": "Secaucus",
"description": "![[US] Shooters Rust 10X PVE XP|KITS|SHOP](https://dunb17ur4ymx4.cloudfront.net/webstore/logos/392d34d360f024ebb878184f95682a34fa5be120.png)\nShooters Rust 10x PvE is a well balanced and noob friendly PvE environment with PvP zones.\r\nhttps://shootersrust.com\r\nWipes monthly at force-wipe 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": 1779878009,
"last_online": 1780582234,
"icon": null,
"name": "[US] Shooters Rust 10X PVE XP|KITS|SHOP",
"connect": "64.20.40.186:28021",
"request": "64.20.40.186:28023",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318483,
"last_update": 1780582234,
"banned": false,
"wipe": 1778175742,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3997,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10870882");
$data = json_decode($json, true);
var_dump($data);