Developers

Article Module

Article is the main unit of text content within the NewsCred platform.

« Back to API Reference

Article Object Attributes

title

Title of the article

description

Content of the article

published_at

Date of publication

source

Name of the original content provider of the article. See Source module for more information.

category

Broad category the article belongs to. See Category module for more information.

topic_set

List of topics associated with the article. See Topic module for more information.

thumbnail->link

Link to thumbnail image for article.

guid

Globally 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

link

URI of the article, this is often, but not always a direct link to the article as hosted by the original content provider.

created_at

Date of article creation in the NewsCred platform

has_images

Boolean indicating whether the article has images that go with it.


Article Object Resources

Article

Returns the article specified by the given GUID.

Search Articles

Returns articles related to the specified query.

Article Topics

Returns 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 Images

Returns images related to the specified article. See Image module for more information.

Related Articles

Returns other articles related to the article specified.

Search Stories

Returns the top news stories related to a query string