RED CLOUD |Vanilla+|Solo/Duo|Bi-Weekly|RaidableBases için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 121662,
"world_seed": 19265738,
"world_size": 4500,
"steam_id": "90286383382109184",
"domain": null,
"id": 11500906,
"ip": "51.83.139.88",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Wroclaw",
"description": "\nWelcome to RED CLOUD! PL / EU FRESH WIPED !! ; 30.04 SERVER SPECIFICATIONS : #Solo/Duo : Strict 2-player group limit. #Raidable Bases : Explore and raid our unique, custom-made NPC bases! #Day/Night Cycle : Long Day (55 min) / Short Night (5 min). #Wipe Cycle : Bi-Weekly (Every 2 weeks-friday:6PM) , map and Blueprints wipe together. #Vanilla+ : 1x Gather rate with a few essential mods to enhance your gameplay. #Fair Play : Zero tolerance for cheaters and players with VAC bans.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780557213,
"last_online": 1780117373,
"icon": null,
"name": "RED CLOUD |Vanilla+|Solo/Duo|Bi-Weekly|RaidableBases",
"connect": "51.83.139.88:28015",
"request": "51.83.139.88:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207165,
"last_update": 1780557213,
"banned": false,
"wipe": 1778175777,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11113,
"language": "pl",
"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/11500906");
$data = json_decode($json, true);
var_dump($data);