Basically you already get a JSON array out of the request with the key “emoticons”. Now it depends on the programming language you use for your bot to deserialise the response to an object in your project, which then would contain an array. In Javascript/Typescript this would be pretty easy, as it will automatically be an array you can access, but in other languages you would have to take a look at the deserialisation/serialisation process.