>>18630I didn't know anyone even used the API aside from the site itself and a few bots that I've made for it, but I'll see what I can do.
>- Flag (custom or country) is not present on boards that support itYeah, I added the flags and never got around to putting it in the API since it doesn't really affect the only things that use it on the site.
>- Image deletion status is not present (if it even exists; I don't know if posts can have an image marked as 'deleted' like how 4chan can)Yes, we do have a "File deleted" box if the upload is deleted from the post, rather than just making it as if it never existed.
>- 'com' field is truncated. I understand that it's to reduce the size of the response but it means that filtering catalog threads with a text search is mostly brokenI never even noticed that tbh lol.
>- No last_modified or last_bumped field, but it's not a massive issue since I'm determining it from the last_replies fieldIs that new? I'm not sure when api.php was first created, but some of the big names in imageboards like 8chan/kun, Bunkerchan (since shut down), etc didn't exist, it's based on the original 4chan JSON API.
I definitely appreciate the input, though I can't take credit for the base implementation. That was done by the old admin, Macil. If you have other critiques, go ahead and list them and I'll see what I can do to integrate them.