Developer Center

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

    The URL of the article hosted by the original content provider, if available. If no URL is available, a duplicate of the guid field.

  • 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.