-2
I have this Array:
[tracks] => Array
(
[data] => Array
(
[0] => Array
(
[title] => Amiga Da Minha Mulher
[artist] => Array
(
[name] => Seu Jorge
)
)
[1] => Array
(
[title] => Tá Vendo Aquela Lua
[artist] => Array
(
[name] => Exaltasamba
)
)
The amount of numbers after ['data']
is the number of songs, or
is, varies a lot according to the playlist. I put only two as
example, but in the API link you can see examples with everything.
In "tracks"
has the list of songs + name of the artist of each song.
How to list them like this:
01 - Friend of My Wife - Seu Jorge
02 - You See That Moon - Exaltasamba
And so it goes...
I try to do everything, but there’s always a mistake.
But you want to list with php or javascript ?
– Isac
"I try to do everything, but there’s always a mistake" - Please click on [Edit] and put in the code you tried to do and what error you’re making
– hkotsubo
@Isac only with php even, because I will put the list in a form!
– Matheus Vitor