DZ Raiders - Biweekly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 62,
"entities_count": 92127,
"world_seed": 21510995,
"world_size": 4000,
"steam_id": "90286582905785344",
"domain": null,
"id": 11158367,
"ip": "5.9.28.5",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Falkenstein",
"description": "\nDZ Raiders\r\n- Marhaban bikom\r\n\r\n• Biweekly wipe: Thursday at 15:00\r\n• Team limit: Max Duo\r\n• Most Tier 1 Workbench items unlocked\r\n\r\n• Active admins & fair play\r\n• No pay-to-win\r\n• Optimized performance & low lag\r\n• Perfect for PvP & raiding\r\n\r\nJoin now, build fast, raid hard, and dominate the server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780549416,
"last_online": 1780590636,
"icon": null,
"name": "DZ Raiders - Biweekly",
"connect": "5.9.28.5:28045",
"request": "5.9.28.5:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228108,
"last_update": 1780590636,
"banned": false,
"wipe": 1778374633,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4167,
"language": "de",
"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/11158367");
$data = json_decode($json, true);
var_dump($data);