feed .json

Posted in: Newspaper
Post count: 22

Good morning,

I need the specifications for the news feed .json files to be displayed in the Apps.

How can I get these .json files?

FEED NEWS LIST HOME

[
{
id: ‘ID-UNIQUE-NEWS’,
date: ‘YYYY-MM-DDTHH: MM: SSZ’,
title: ‘News Title 1’,
url: ‘https: //…URL NEWS’,
photo: ‘https: // … URL PHOTO PREVIEW NEWS 320x200px’
},
{
id: ‘ID-UNIQUE-NEWS’,
date: ‘YYYY-MM-DDTHH: MM: SSZ’,
title: ‘News Title 1’,
url: ‘https: //…URL NEWS’,
photo: ‘https: // … URL PHOTO PREVIEW NEWS 320x200px’
},
… etc other news
]

FEED SINGLE NEWS

{
id: ‘ID-UNIQUE-NEWS’,
date: ‘YYYY-MM-DDTHH: MM: SSZ’,
title: ‘News Title 1’,
body: ‘NEWS BODY TEXT’,
photos: [// N.B. the first photo is the main one
{
photo: ‘https: // … URL PHOTO 1 NEWS AT STANDARD DIMENSIONS’,
small: ‘https: // … URL PHOTO 1 NEWS 320x200px’,
},
{
photo: ‘https: // … URL PHOTO 2 NEWS AT STANDARD DIMENSIONS’,
small: ‘https: // … URL PHOTO 2 NEWS 320x200px’,
},
… etc other photos
]
videos: [
{
url: ‘https: // …’,
title: ‘TITLE WHERE PRESENT’
},
… etc other videos
]
}

Post count: 35449

Hi nicolaparente, unfortunately, I do not quite understand what do you want to achieve, please provide some more details.
Do you want to know the files that are responsible for a section of your website? Please provide some more details.
Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.