GET /v2/twins stable
List audience twins, paginated · returns Twin[]
https://graph.dtwin.now /v2/twins ?limit=20&cluster=value-driven&weight_min=0.5
Key Value Type Description
limit int Max 200 · default 50
cluster string One of urban · family · value · loyal · edge
weight_min float Filter twins below this attribute weight
200 · OK 144 ms 8.2 kB x-trace-id 4b21a…ce9f
{
  "data": [
    {
      "id": "twin_047",
      "cluster": "value-driven",
      "country": "IT",
      "age": 34,
      "weight": 0.81,
      "attributes": {
        "income_bracket": "mid",
        "brand_affinity": 0.84,
        "channel_mix": ["tiktok", "instagram"]
      },
      "degree": 7
    },
    {
      "id": "twin_142",
      "cluster": "value-driven",
      "country": "DE",
      "age": 41,
      "weight": 0.74,
      "attributes": {
        "income_bracket": "high",
        "brand_affinity": 0.62,
        "channel_mix": ["youtube", "reddit"]
      },
      "degree": 5
    }
  ],
  "page": {
    "limit": 20,
    "next": "cur_82h3n…",
    "total": 15
  }
}