zamnetwork / api

Official Repository for XIVDB API
70 stars 5 forks source link

Achievement lookups contain a field with a typo #2

Closed anna-is-cute closed 7 years ago

anna-is-cute commented 7 years ago

Is it intentional that one of the fields returned on achievement lookups is king_id and not kind_id?

"id": 1784,
"item": null,
"kind_name": "Items",
"king_id": 4,
"lodestone_id": "",
vekien commented 7 years ago

This has been fixed!

    "id": 5,
    "item": null,
    "kind_id": 1,
    "kind_name": "Battle",
    "lodestone_id": "",
    "lodestone_type": "",

Cache on this is about 1hr