v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

DNA

Get the list of AppDNA and/or GameDNA available in AppTweak

get/dnas

Query parameters

typesstring

The type of DNA you want. Defaults to apps,games

Response

200

Example response

{
  "result": [
    {
      "class_id": 10001,
      "class_label": "Books & Writing",
      "subclass_id": 10,
      "subclass_label": "Audiobooks"
    }
  ],
  "metadata": {
    "request": {
      "path": "/api/public/apptweak/dnas",
      "params": {
        "types": [
          "apps"
        ]
      },
      "cost": 1,
      "max_credit_cost": 1,
      "status": 200
    }
  }
}