---
title: "DNA Charts - Current"
method: GET
path: "/charts/dna/current.json"
---

# DNA Charts - Current

`GET /charts/dna/current.json`

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.

## Query parameters

- `dna_ids` string, required
- `countries` string, required
- `type` 'free' | 'paid'
- `store` 'ios' | 'android'

## Response `200`

200

- union
  - object
    - `result` object[]
      - `dna_id` integer
      - `country` string
      - `type` string
      - `store` string
      - `rank` integer
      - `application_id` string
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `store` string
          - `dna_ids` integer[]
          - `countries` string[]
          - `type` string
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object[]
      - `dna_id` integer
      - `country` string
      - `type` string
      - `store` string
      - `rank` integer
      - `application_id` string
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `store` string
          - `dna_ids` integer[]
          - `countries` string[]
          - `type` string
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
