Hello!
I’m Japanese, so I’m sorry if the explanation is difficult to understand
I am getting data from the site through the API.
However, even though there are multiple data, only one data could be acquired.
It may be difficult to understand, so I will explain it with an image.
—From here, the image is displayed in Japanese.—
・First of all, I got the API from this site.
・https://spla2.yuu26.com/{p1}/{p2} API use
p1 → regular , p2 → now
・The following information can be obtained by setting the API.
・I would like you to pay attention to [result.maps_ex.image]
・Show HIDE FULL RESPONSE
{
“result”: [
{
“rule”: “ナワバリバトル”,
“rule_ex”: {
“key”: “turf_war”,
“name”: “ナワバリバトル”,
“statink”: “nawabari”
},
“maps”: [
“ホテルニューオートロ”,
“ガンガゼ野外音楽堂”
],
“maps_ex”: [
{
“id”: 19,
“name”: “ホテルニューオートロ”,
“statink”: “otoro”
},
{
“id”: 2,
“name”: “ガンガゼ野外音楽堂”,
“statink”: “gangaze”
}
],
“start”: “2021-12-30T13:00:00”,
“start_utc”: “2021-12-30T04:00:00+00:00”,
“start_t”: 1640836800,
“end”: “2021-12-30T15:00:00”,
“end_utc”: “2021-12-30T06:00:00+00:00”,
“end_t”: 1640844000
}
]
}
・Although there are two “ホテルニューオートロ” and “ガンガゼ野外音楽堂” in maps_ex_name, only “ホテルニューオートロ” is acquired as data.
・Is there a way to get and display both “ホテルニューオートロ” and “ガンガゼ野外音楽堂”?
I’m sorry that the explanation is poor and the text is long.