How to get full news content from News API

10,204

There is a way to do that it's just included in the paid version. On NewsAPI it says The unformatted content of the article, where available. This is truncated to 260 chars for Developer plan users. Evidence

Where does it say this? Right here at the bottom of the page under "content": https://newsapi.org/docs/endpoints/top-headlines

I've been trying to develop a news app too.

Share:
10,204
Admin
Author by

Admin

Updated on June 27, 2022

Comments

  • Admin
    Admin almost 2 years

    enter image description hereThis is how I parse the JSON **strong text**

    I'm using google news API to get news for my news App(Android). But the problem is, it only provides a short description of the news. Is there a way to get the full news content. The Screen Shot of the

    1. Parse the JSON
    2. Is how I set a onItem clicklistner to go to the website when click on the news item .

    But I want to get the full news content in my app. Is there a way to do that?

    enter image description here