View source: R/am_top_trending.r
am_top_trending | R Documentation |
Get Top Trending Applications <https://api.appmagic.rocks/v1/docs#operation/getTopTrending>
am_top_trending(
store,
type,
country,
date_from,
date_to,
limit = NULL,
depth = NULL,
method = NULL,
tag_id = NULL,
category_ids = NULL,
headquarter = NULL,
new_only = NULL,
kind = NULL,
signature
)
store |
Store code |
type |
Type of a top (top free or top grossing) |
country |
Alpha-2 country code |
date_from |
Start date of TOP (minimum date is 2015-01-01) |
date_to |
End date of TOP (minimum date is 2015-01-01) |
limit |
The number of returned items |
depth |
Top app analysis limit |
method |
Type of a top (gainers or losers) |
tag_id |
Tag IDs |
category_ids |
Category IDs |
headquarter |
Alpha-2 country code of application publisher |
new_only |
Select apps released in specific time period or include others |
kind |
Type of applications (all, games or apps) |
signature |
Authentication token |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.