This is what I see on user entities:
{
"url": {
"urls": [
{
"url": "https://t.co/Y20pnSLaPD",
"expanded_url": "http://pixiv.me/dptkddud",
"display_url": "pixiv.me/dptkddud",
"indices": [
0,
23
]
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/DZqnlf7pbh",
"expanded_url": "http://privatter.net/u/sugobat",
"display_url": "privatter.net/u/sugobat",
"indices": [
19,
42
]
}
]
}
}
I would expect ‘description’ field include ‘urls’, ‘hashtags’, ‘mentions’ and so on which are expected on tweet status entities, but this is not the case. What is the reason not to include them when Twitter website in fact use them?