Rust
US RENEGADE 2x Monthly | Solo Duo Trio Quad | 50% Upkeep | için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11491518json
{
"response": {
"steam_id": "90285208629623824",
"domain": null,
"id": 11491518,
"ip": "45.88.228.69",
"port": 28018,
"query": 28018,
"color": 0,
"city": "Dallas",
"description": "===Welcome to RENEGADERUST.COM===\r\n\r\nWipe: 1st Thursday of each month @ 2 PM EST\r\nNo BP Wipe\r\n\r\n VIP PERKS - Renegaderust.com\r\n DISCORD - discord.gg/renegaderust\r\n\r\n ===FEATURES===\r\n >/playtowin - Earn points for playtime to purchase FREE VIP\r\n >RAID ALARM - Alerts you via Rust+ when your base is damaged\r\n >50% UPKEEP - For easy upkeep and big bases\r\n >FASTER OIL RIG RESPAWN\r\n >CONVOY EVENT - Armored convoy you can fight for loot\r\n >PREMIUM LOOT TABLES - 2x with junk removed\r\n >SHORT NIGHTS - 5 Minutes \r\n >MORE MINIs AND BOATs SPAWN\r\n >EXTRA - recyclers/repair/research bench at dome, oilrig, fishing, ranch, and cargo\r\n\r\n ===VIP and VIP+ FEATURES=== NO P2W\r\n >AUTO AUTH - Auto auth teammates on TC/locks/turrets\r\n >FURNACE FILLER - Easily load/unload furnaces\r\n >SKINBOX & SKINNER\r\n >BOX SORTER and more...\r\n\r\n ===RULES===\r\n >No VAC or Steam game bans within 90 days\r\n >No EAC bans within 180 days\r\n >No more than 2 total bans\r\n >No racism or homophobia\r\n >Follow the team limit (max 4), no allies, but may swap teammates\r\n\r\n Complete rules can be found at our website, discord, and /rules in game\r\n [RS-b4cf09c0]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777551192,
"score": 0,
"last_online": 1777659021,
"icon": null,
"name": "US RENEGADE 2x Monthly | Solo Duo Trio Quad | 50% Upkeep |",
"connect": "45.88.228.69:28018",
"request": "45.88.228.69:28018",
"map": "discord.gg/RenegadeRust",
"gamemode": "Rust",
"version": "2623",
"numplayers": 15,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1777371380,
"last_update": 1777659021,
"banned": false,
"wipe": 1777575632,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1204,
"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/11491518");
$data = json_decode($json, true);
var_dump($data);