FeedV2
API | Description |
---|---|
GET api/v2/feed/{type}/{id}/next?locale={locale}&next={next}&pageSize={pageSize} |
Retrieves a time contiguous set of Article Cards from the given feed, starting from the given next token. |
SearchV2
Search
Generic Search API
API | Description |
---|---|
POST api/v1/search/publishedarticles?next={next}&pageSize={pageSize} |
Retrieves article ids. |
POST api/v1/search/publishedarticles/feed?next={next}&pageSize={pageSize} |
Retrives article cards by search and includes counts |
GET api/v1/search/publishedarticles/related?publication={publication}&categoryId={categoryId}&parentCategoryId={parentCategoryId}&isCloaked={isCloaked}&userArticleId={userArticleId}&next={next}&pageSize={pageSize}&locale={locale}&isVideo={isVideo}&publishedAt={publishedAt}&date={date} |
Get articles related to the given data |
GET api/v1/search/publishedarticles/mustread?next={next}&pageSize={pageSize}&locale={locale}&date={date} |
Get recent and globally trending articles |
GET api/v1/search/publishedarticles/userarticle/{userArticleId} |
Gets article with the give user article id |
GET api/v1/search/publishedarticles/articleslug/{articleSlug} |
Gets article with the give slug |