Live Examples
In this sections are listed some examples for each available endpoint.
Trending
Here is the latest live result for the trending articles endpoint. For trying it on your own, just the endpoint playground as stated into the Introduction paragraph.
{
"status": "success",
"data": {
"results": [],
"language": "en",
"number": null,
"offset": 0
},
"message": "The maximum results \"number\" for your plan is \"\" Results have been capped to \"\". For higher amounts, please upgrade your plan or contact our support team for requesting a custom quota."
}
Search
Here is the latest live result for "covid" search term. For testing your own queries, reach the endpoint playground mentioned into the Introduction section.
{
"status": "success",
"data": {
"results": [],
"language": "en",
"number": null,
"offset": 0
},
"message": "The maximum results \"number\" for your plan is \"\" Results have been capped to \"\". For higher amounts, please upgrade your plan or contact our support team for requesting a custom quota."
}