Is it just me or is it ridiculous that when retrieving users statuses, every single tweet also contains the full information about the user? So if I want to retrieve 200 tweets from a single user, I will get the user information (name, profile colours, description, etc.) duplicated 200 times! The user information per tweet is probably 150% more data than the individual tweet data! That’s a lot of wasted data to download on a mobile device!
Is there not some hidden parameter to not return user information?
Yes, it’s ridiculous. It’s also ridiculous that they don’t document what encoding they use, and that they use lossy encoding to change angle-brackets into HTML entity codes, and that their JSON is poorly formed, and goodness knows what else. It’s amateur hour!