[
{
"id": "<string>",
"@type": "@habr_article",
"title": "<string>",
"lead": "<string>",
"text": "<string>",
"url": "<string>",
"image": "<string>",
"post_type": "<string>",
"lang": "<string>",
"complexity": "<string>",
"format": "<string>",
"reading_time": 123,
"is_corporative": false,
"comments_enabled": false,
"tags": [],
"published_at": "<string>",
"author": {
"id": "<string>",
"alias": "<string>",
"@type": "@habr_author",
"fullname": "<string>",
"speciality": "<string>",
"image": "<string>",
"rating": 123,
"score": 123
},
"statistics": {
"@type": "@habr_article_statistics",
"comment_count": 123,
"favorite_count": 123,
"reading_count": 123,
"score": 123,
"vote_count": 123,
"vote_count_plus": 123,
"vote_count_minus": 123,
"reach": 123,
"reader_count": 123
},
"hubs": [],
"flows": []
}
]