Please help me populate this nested components structure

It’s the dynamic zone, that have a component (logos carousel) that have a dyanmic zone of logos to add. No idea how to write api to popualte the logos image. This is what i’ve got for the components:

/api/home?populate[0]=*&populate[components][populate]=*

But I cannot make it work so that deep nested logos show me a url:

{
  "id": 1,
  "__component": "global.logos-carousel",
  "logos": [
    {
      "id": 1,
      "alt": "devore&johnson"
    },
    {
      "id": 2,
      "alt": "ddd"
    }
  ]
}

This topic has been created from a Discord post (1245354580632403999) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

you should use the qs, I find it a lot easier then trying to manually figuring it out.
Have a read at this post:

yes, but still didnt help me. In the end i jsut used a plugin for deep nesting everything. I hope new v5 version will fix the api :smile: