Developers
Article Module
Article is the main unit of text content within the NewsCred platform.
« Back to API ReferenceArticle Object Attributes
titleTitle of the article |
descriptionContent of the article |
published_atDate of publication |
sourceName of the original content provider of the article. See Source module for more information. |
categoryBroad category the article belongs to. See Category module for more information. |
topic_setList of topics associated with the article. See Topic module for more information. |
thumbnail->linkLink to thumbnail image for article. |
guidGlobally unique identifier of the article. The GUID is used to refer to the article in all areas of the API. For any given article, it will not change |
linkURI of the article, this is often, but not always a direct link to the article as hosted by the original content provider. |
created_atDate of article creation in the NewsCred platform |
has_imagesBoolean indicating whether the article has images that go with it. |
Article Object Resources
ArticleReturns the article specified by the given GUID. |
Search ArticlesReturns articles related to the specified query. |
Article TopicsReturns topics related to the article specified. Included are topics that may not be explicitly referenced in the article, but are related nonetheless. For topics that are specifically referenced in the title, use the topic_set attribute on the article object itself. See Topic module for more information. |
Article ImagesReturns images related to the specified article. See Image module for more information. |
Related ArticlesReturns other articles related to the article specified. |
Search StoriesReturns the top news stories related to a query string |