Topic: Buggy API?

Hey y'all,

  • typed_tags Set to true to return typed tag information. The tags value returned is a dictionary with each tag type as a key and then a list of tags of that type.

(From the API documentation)

I've tried to call this API call with &typed_tags=false and it gives me a dictionary of types containing lists of tags. I doubt this is intended, as typed_tags hasn't been set to true.
Even using &typed_tags= without anything displays the typed tags. Only removing the = (&typed_tags) shows the default tag list.

Could that be a bug in the API? Maybe a mod/admin knows more about it?
PS: Using e926 in example links because at work lol
PPS: I'm trying to write a Python3 API Wrapper, that's how I noticed this "bug" :P

Updated by KiraNoot