API v1 Returning Null Critical Items

A call like the following is made:
https://www.wanikani.com/api/user/{API-KEY}/critical-items/75

Obtained response:

"user_information": {
    ...
},
"requested_information": [
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    null,
    {
        "type": "radical",
        "character": "亅",
        "meaning": "barb",
        "image": null,
        "level": 1,
        "percentage": "74"
    },
    null
]

Please note that this does not seem to happen to everyone. It does not with my account, for one. I’ve been getting reports related to critical items lately on my app and this is what I see now that I’m investigating.

We’ve identified the issue and it is now patched!

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.