I have an API below and I'm wondering how I can query the "name"? in the URL and also I'm trying to use this API with retrofit.
https://i.stack.imgur.com/kqZeV.jpg
{
"code": 200,
"status": "OK",
"data": {
"surahs": [
{
"number": 1,
"name": "سُورَةُ ٱلْفَاتِحَةِ",
"englishName": "Al-Faatiha",
"englishNameTranslation": "The Opening",
"revelationType": "Meccan",
"ayahs": [
.
.
.
]
},
.
.
.
}