Items
Retrieves a single HackerNews item by ID. Items include stories, comments, jobs, polls, and poll options. All item types share this endpoint; the Type field indicates which fields are present.
Columns
| Name | Type | References | |
| Id [KEY] | Long | ||
| ItemAuthor | String | ||
| Descendants | Integer | ||
| IsDead | Boolean | ||
| IsDeleted | Boolean | ||
| Kids | String | ||
| ParentId | Long | ||
| Parts | String | ||
| Poll | Long | ||
| Score | Integer | ||
| Text | String | ||
| CreatedAt | Datetime | ||
| Title | String | ||
| Type | String |
The allowed values are story, comment, job, poll, pollopt. | |
| Url | String |