cURL
curl --request GET \ --url 'https://www.thereviewport.com/api/trend-reports?apiKey='
{ "meta": { "page": 123, "pageSize": 123, "total": 123, "totalPages": 123, "hasNextPage": true }, "results": [ { "guid": "<string>", "title": "<string>", "summary": "<string>", "publishedDate": "2023-11-07T05:31:56Z", "isFeatured": true, "images": { "header": "<string>", "thumbnail": "<string>" }, "links": { "self": "<string>", "web": "<string>" } } ] }
Retrieve a paginated list of published trend reports.
API key passed as query parameter
Page number (1-indexed)
x >= 1
Number of items per page
1 <= x <= 100
Text search query
Successful response
Show child attributes