AU Satans Killzone 5x PvP/PvE | Jetpack | Skill Tree | Raids için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 215,
"fps_avg": 208,
"entities_count": 105175,
"world_seed": 202406,
"world_size": 3777,
"steam_id": "90286581378184195",
"domain": null,
"id": 11607446,
"ip": "51.161.145.168",
"port": 23919,
"query": 23920,
"color": 0,
"city": "North Sydney",
"description": "\nAU Satan's Killzone — 5x Monthly Wipe\r\n\r\nChoose PvP or PvE at the start of each wipe.\r\nMonuments are always PvP — PvE players be cautious.\r\nSkill Tree progression system.\r\nJetpack, custom bosses, and the Satan raid boss.\r\nRaids, events, challenges, and custom loot.\r\nBalanced 5x gather rates.\r\nActive admins and beginner friendly.\r\n\r\nDiscord: https://discord.com/invite/ArT38FkUVV",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780200236,
"last_online": 1780560627,
"icon": null,
"name": "AU Satans Killzone 5x PvP/PvE | Jetpack | Skill Tree | Raids",
"connect": "51.161.145.168:23919",
"request": "51.161.145.168:23920",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779915506,
"last_update": 1780560627,
"banned": false,
"wipe": 1778196250,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1633,
"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/11607446");
$data = json_decode($json, true);
var_dump($data);