섬 목록 가져오기

Get Islands List

GET http://purpur.ml/islands

Headers

Name
Type
Description

jwt

string

JSON Web Token which has a userIdx.

{
    "status": 200,
    "message": "섬 목록 가져오기 성공",
    "data": [
        {
            "islandIdx": 1,
            "islandName": "푸르르섬",
            "islandProgress": 0,
            "isOpened": 1
        },
        {
            "islandIdx": 2,
            "islandName": "꽁꽁섬",
            "islandProgress": 0,
            "isOpened": 0
        },
        {
            "islandIdx": 3,
            "islandName": "풍덩섬",
            "islandProgress": 0,
            "isOpened": 0
        },
        {
            "islandIdx": 4,
            "islandName": "빽빽섬",
            "islandProgress": 0,
            "isOpened": 0
        }
    ]
}

Last updated

Was this helpful?