How to retrieve news headlines with NewId or StoryID?

Hello,
We have access only to the below URI: /data/news/v1/headlines

With this URI, is it possible to retrieve news headlines by providing the NewsId or the storyID as input parameter?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hello @user101 ,

    You should also have access to the news story URL with the similar permissions. You can use the storyID to get the headline and story using the API:

    /data/news/v1/stories/STORY_ID
    
    

    The headline endpoint can only be used to searching the news using various keywords.