WIPED NOW | Rustatic 3x | Solo/Duo/Trio/Quad için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 54,
"entities_count": 68134,
"world_seed": 1427154219,
"world_size": 3500,
"steam_id": "90286576429425695",
"domain": null,
"id": 11607061,
"ip": "91.229.114.137",
"port": 28075,
"query": 28077,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to Rustatic Servers, the heart of modded rust\r\n\r\n - 3x Gather Rate\r\n - Max Team: 4\r\n - Custom Loot Tables\r\n - Tier 1 BPs unlocked\r\n - Fullbase Workbench\r\n - Faster Smelting\r\n - Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n - Long Days & Short Nights\r\n - Automated Teaming Detection",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780536265,
"last_online": 1780547429,
"icon": null,
"name": "WIPED NOW | Rustatic 3x | Solo/Duo/Trio/Quad",
"connect": "91.229.114.137:28075",
"request": "91.229.114.137:28077",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915493,
"last_update": 1780547429,
"banned": false,
"wipe": 1780536384,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5476,
"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/11607061");
$data = json_decode($json, true);
var_dump($data);