Jump to content

[Request] Aegis Name in Skill API


Latios

Recommended Posts

Hi there,

I'm currently working on a tool which consumes the DP API but am missing access to the skill aegis name. 
It appears to be available in the Skill database, for example with ID 2540: https://www.divine-pride.net/database/skill/2540/unchained-serenade

image.png.08a94e9eb4670cc85f8fa517aeee4e41.png

Currently the API returns this for skill ID 2540:

{
    "id": 2540,
    "name": "Unchained Serenade",
    "description": ""
}

Would be amazing if it could "NPC_DISSONANCE" in an additional field such as:

{
    "id": 2540,
    "name": "Unchained Serenade",
    "aegis_name": "NPC_DISSONANCE",
    "description": ""
}

Is it possible to have the below field exposed in the Skill API?

Link to comment
Share on other sites

  • 7 months later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...