Skip to main content

# ArticleLong

Properties

NameTypeDescriptionNotes
idstringThe unique identifier of the Article.
titlestringThe title of the Article.[optional]
sourcestringThe URL of the publisher of the Article.[optional]
publish_date\DateTimeThe date the Article was published in ISO 8601 UTC datetime.[optional]
topics\NumenoArtRec\Model\TopicAndWeight[]The Topics of the Article. Note that for `/articles` and `/articles/search` the weights are approximative . If you want the precise weights, you should fetch the Article with `/articles/{id}` or `/articles?ids={id}`.[optional]
authorsstring[]The name of the author(s) of the Article.[optional]
hrefstringSource URL of the Article.[optional]
thumbnailstringURL of the Article's thumbnail image.[optional]
summarystringA brief summary of the Article.[optional]
source_namestringThe name of the Source of the Article.[optional]
faviconstringURL of the Source's favicon.[optional]
stored_at\DateTimeThe date the Article was stored in our database in ISO 8601 UTC datetime.[optional]
languagestringThe language of the Article in ISO 639-2 format.[optional]
contentstringContent of the Article.[optional]

[Back to Model list] [Back to API list] [Back to Intro]