Dungeon Fighter Online

Learn how to use Dungeon Fighter Online with Composio

Overview

Enum

DUNGEON_FIGHTER_ONLINE

Description

Dungeon Fighter Online (DFO) is an arcade-style, side-scrolling action game with RPG elements, offering players a dynamic combat experience.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve base information of a specific character. use after confirming valid server id and character id.

Action Parameters

character_id
stringRequired
server_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch skill buff avatar equipment for a character. use when you need to inspect which avatars are equipped for a specific character's buff skill.

Action Parameters

characterId
stringRequired
serverId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to fetch character's skill buff status information. use when you need to know active buff statuses for a specific character.

Action Parameters

characterId
stringRequired
serverId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve status information of a specific character. use after obtaining serverid and characterid to fetch current stats.

Action Parameters

characterId
stringRequired
serverId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the timeline of a specific character. use after confirming valid serverid and characterid.

Action Parameters

characterId
stringRequired
limit
integer
next
string
serverId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve skill buff equipment details for a character. use after validating serverid and characterid.

Action Parameters

characterId
stringRequired
serverId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the list of available game servers. use when needing to know which servers are available.

Action Parameters

Action Response

data
object
error
string
successful
boolean