Get the most popular applications for a given DNA and type in a country for a device.
Retrieve current DNA charts for all the countries that are available on AppTweak. A DNA chart is dependent on:
- a country
- a DNA
- a store (
ios
orandroid
) - a chart type (
free
orpaid
)
You need to pass the correct DNA ID when making an API call on DNA Charts, you can find DNA IDs through the dedicated dedicated endpoint.
You can use both class_id
and subclass_id
in the DNA charts endpoint.
You can request for up to 5 countries and 5 DNAs in the same request.
The endpoint will return an array of hashes under result
, displaying:
dna_id
: The ID of the DNA. It can be either a class_id or a subclass_idcountry
: The country of the chart for which the application rankedtype
: The type of the chart for which the application rankedstore
: The store of the chart for which the application rankedrank
: The rank of the application in the DNA chartapplication_id
: The ID of the application