API reference
Retrieve news data within your contract scope with the RDPLINE News Lookup API. Integrate article bodies and source URLs, inserted, updated, and deleted statuses, 142 detailed categories, and image and video metadata into your service.
Send the pagination method and any conditions in the request body.
POST https://api.rdpline.com/newsUse the same endpoint and change only paginationMethod to query data in the way you need.
Set paginationMethod to PAGE to query by page number. Best for UI pagination and reports that require total record and page counts.
A successful page query returns a response object containing meta and items.
Set paginationMethod to CURSOR to continue sequential queries with nextCursor. Omit cursor on the initial request, then pass the previous response's meta.nextCursor until meta.isEnd becomes true.
A successful cursor query returns a response object containing meta and items.
Article object included in the items array.
Article categories based on RDPLINE's 142 detailed category taxonomy. Returns an empty array ([]) when no category is assigned.