Krizalium | PvE Hardcore | No Map | Loot Scarcity | AI için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 115,
"fps_avg": 113,
"entities_count": 49674,
"world_seed": 0,
"world_size": 4500,
"steam_id": "90286622439186457",
"domain": null,
"id": 10605636,
"ip": "162.120.2.44",
"port": 9050,
"query": 9053,
"color": 0,
"city": "New York",
"description": "\nKrizalium Hardcore PvE\r\nHere survival is nothing like vanilla.\r\nNo map. No tech tree. Every monument is guarded, loot is scarce, and even finding a revolver feels like a triumph.\r\nWill you endure, or give up after your first death? :)\r\n\r\nBugs and issues may occur:\r\nplease report them in our Discord: https://discord.gg/3sppjkmR3M\r\n\r\nWhat awaits you:\r\n\r\n- A true hardcore survival experience.\r\n- Gameplay divided into tiers, with rising challenge.\r\n- Monuments defended by NPCs and bosses.\r\n- Loot tables fully rebalanced for rarity and value.\r\n- Custom crafting: workbenches have their own unique recipes.\r\n\r\nPrepare wisely. Survive with skill. Every step of progress must be earned.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778773381,
"last_online": 1780672221,
"icon": null,
"name": "Krizalium | PvE Hardcore | No Map | Loot Scarcity | AI",
"connect": "162.120.2.44:9050",
"request": "162.120.2.44:9053",
"map": "Custom Map",
"gamemode": "Hardcore",
"version": "2627",
"numplayers": 27,
"maxplayers": 51,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 83,
"add_date": 1763321655,
"last_update": 1780672221,
"banned": false,
"wipe": 1780594636,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 604,
"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/10605636");
$data = json_decode($json, true);
var_dump($data);