v1
latestOpenAPI 3.1.02026-07-24450694.7 KBDNA Charts - Current
Returns the most recent top chart for the App Store or Google Play Store. The top 500 applications are available for free, paid, or grossing apps.
get/charts/dna/current.json
Query parameters
dna_idsstring required
The DNA IDs for which you want to get the DNA charts. Find <a href="https://apptweak.readme.io/reference/dnas" target="_blank"><b>DNA IDs</b></a>.<br><b>Maximum 5 DNA IDs.</b>
countriesstring required
List of two letter <a href="https://apptweak.readme.io/reference/country-codes">country code</a>. <br/><b>Maximum 5 countries.</b>
type'free' | 'paid'
Chart type: free or paid. <br/><b>Default:</b> free
store'ios' | 'android'
The store you want to fetch the DNA chart for: ios or android. <br/><b>Default:</b> ios.
Response
200
Example response
{
"result": [
{
"dna_id": 1076,
"country": "us",
"type": "free",
"store": "ios",
"rank": 1,
"application_id": "6443575749"
}
],
"metadata": {
"request": {
"path": "/api/public/store/charts/dna/current.json",
"params": {
"store": "ios",
"dna_ids": [
1076
],
"countries": [
"us"
],
"type": "free"
},
"cost": 51,
"max_credit_cost": 51,
"status": 200
}
}
}