파이썬 json 특정 데이터 추출하기 string indices must be integers

조회수 1654회

제가 tft api 에서 데이터 추출하려하는데요 자꾸 string indices must be integers 에러가 떠서 질문합니다.


밑에 작성된 응답헤더에서 info -> participants -> trait 을 추출하고 싶습니다. 어떻게 해야되나요?

응답헤더 = {

    "metadata": 
        "data_version": "5",
        "match_id": "KR_5210764976",
        "participants": [
            "VxYyv10ruoXD29f6Kd78fufp5U26q1W1aJJUeqy5c626zWZm6-9SK8HyHDfVAaIZMP0Kp1MFuuqOEg",
            "Tqs8bqD9zP6PaBuQxR1GQSC1KxdyfUd6ZZSi1FhjnK-TW0DrJ2-qmRFQ3pijy78y-Ue1dZwoeFBhPg",
            "HTi0JCiiGvgpPXCEXLyc8mHSRJqWoBAkkbaZgEB82z9Vx1CtW-GwQAj1e8EZnuflbn2GQitZ-fQHww",
            "Rw16BnGg5fLimzthPxPPBqEakBxKb08_Zx2fGl_Wo3bfkNjYIlFjyHZdK9AqpXTGor92xlegKADJHA",
            "otyMYlMVxL1RDpay-ap0jVcTwO9LZl7MABzVlDuHNxnadgbGMIBRdyhlrimuSpERQhwjF2TrLngkHg",
            "S3G0OmvnoLVbwLLJVqEdiY4AZOPYDY61-NvpV6UoPY-CUq_GH2wJtFGFNqLX99AO-KMsUsjbZ7Z5kA",
            "-A2MFylY474-fuYq5KyJ_ZGG7BhLypYhbEgGgSxITev-CY_Yix2fO_iBMOhRMR8GUBm_y1L7mPdKbA",
            "tOUEUzWP8Kgoho97KXxY6K1XS8i64lS4eQAxkHBvyxTcI7wnzP46ghQFQmi6XjGMKr9xz1Eq_HvvLw"
        ]
    },
    "info": {
        "game_datetime": 1621577470146,
        "game_length": 2276.919921875,
        "game_version": "Version 11.10.376.4811 (May 18 2021/11:14:02) [PUBLIC] ",
        "participants": [
            {
                "companion": {
                    "content_ID": "06da6495-55da-43c7-ba7d-a7114018eefc",
                    "skin_ID": 19,
                    "species": "PetGrumpyLion"
                },
                "gold_left": 2,
                "last_round": 38,
                "level": 9,
                "placement": 1,
                "players_eliminated": 2,
                "puuid": "VxYyv10ruoXD29f6Kd78fufp5U26q1W1aJJUeqy5c626zWZm6-9SK8HyHDfVAaIZMP0Kp1MFuuqOEg",
                "time_eliminated": 2268.6572265625,
                "total_damage_to_players": 161,
                "traits": [
                    {
                        "name": "Set5_Abomination",
                        "num_units": 0,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Assassin",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Brawler",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Caretaker",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Draconic",
                        "num_units": 5,
                        "style": 3,
                        "tier_current": 2,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Eternal",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Invoker",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Mystic",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Ranger",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Renewer",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Revenant",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Skirmisher",
                        "num_units": 2,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Spellweaver",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Verdant",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Udyr",
                        "items": [
                            68
                        ],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Sett",
                        "items": [
                            16,
                            1019,
                            56
                        ],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ashe",
                        "items": [
                            23,
                            14,
                            44
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Zyra",
                        "items": [
                            1037
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ivern",
                        "items": [],
                        "name": "Ivern",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Viego",
                        "items": [
                            79,
                            69,
                            59
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Volibear",
                        "items": [],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Kindred",
                        "items": [],
                        "name": "Kindred",
                        "rarity": 4,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Heimerdinger",
                        "items": [
                            99,
                            49,
                            67
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 2
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "faaf16bc-0f78-4eb8-8262-d5fe5456bd27",
                    "skin_ID": 29,
                    "species": "PetGrumpyLion"
                },
                "gold_left": 4,
                "last_round": 27,
                "level": 8,
                "placement": 8,
                "players_eliminated": 0,
                "puuid": "Tqs8bqD9zP6PaBuQxR1GQSC1KxdyfUd6ZZSi1FhjnK-TW0DrJ2-qmRFQ3pijy78y-Ue1dZwoeFBhPg",
                "time_eliminated": 1600.396728515625,
                "total_damage_to_players": 37,
                "traits": [
                    {
                        "name": "Set5_Abomination",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Cavalier",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Dawnbringer",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 2,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_GodKing",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Knight",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Legionnaire",
                        "num_units": 6,
                        "style": 3,
                        "tier_current": 3,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Nightbringer",
                        "num_units": 3,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Aatrox",
                        "items": [],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Kalista",
                        "items": [],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Sejuani",
                        "items": [
                            28
                        ],
                        "name": "",
                        "rarity": 1,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Hecarim",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Yasuo",
                        "items": [
                            55
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Riven",
                        "items": [
                            16,
                            69,
                            36
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Draven",
                        "items": [
                            1046,
                            1
                        ],
                        "name": "Draven",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Darius",
                        "items": [],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "640ca9c0-1cbe-4993-82f2-9d8404b5d286",
                    "skin_ID": 24,
                    "species": "PetSGShisa"
                },
                "gold_left": 1,
                "last_round": 38,
                "level": 8,
                "placement": 2,
                "players_eliminated": 1,
                "puuid": "HTi0JCiiGvgpPXCEXLyc8mHSRJqWoBAkkbaZgEB82z9Vx1CtW-GwQAj1e8EZnuflbn2GQitZ-fQHww",
                "time_eliminated": 2268.6572265625,
                "total_damage_to_players": 110,
                "traits": [
                    {
                        "name": "Set5_Abomination",
                        "num_units": 3,
                        "style": 2,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Brawler",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Cavalier",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Draconic",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 2,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Ironclad",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Mystic",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 3,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Spellweaver",
                        "num_units": 4,
                        "style": 3,
                        "tier_current": 2,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Viktor",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Brand",
                        "items": [
                            37
                        ],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Zyra",
                        "items": [],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Nunu",
                        "items": [
                            1027,
                            57
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Lux",
                        "items": [
                            1046
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Ryze",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Velkoz",
                        "items": [
                            1014,
                            1039,
                            1049
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Rell",
                        "items": [
                            57,
                            55
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "dfeccb5b-0753-4058-a082-b76e7f43e41f",
                    "skin_ID": 7,
                    "species": "PetBuglet"
                },
                "gold_left": 73,
                "last_round": 34,
                "level": 8,
                "placement": 4,
                "players_eliminated": 1,
                "puuid": "Rw16BnGg5fLimzthPxPPBqEakBxKb08_Zx2fGl_Wo3bfkNjYIlFjyHZdK9AqpXTGor92xlegKADJHA",
                "time_eliminated": 2058.77197265625,
                "total_damage_to_players": 87,
                "traits": [
                    {
                        "name": "Set5_Brawler",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Caretaker",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Draconic",
                        "num_units": 5,
                        "style": 3,
                        "tier_current": 2,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Eternal",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Invoker",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Mystic",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Ranger",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Renewer",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Revenant",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Skirmisher",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Spellweaver",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Verdant",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Udyr",
                        "items": [],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Sett",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ashe",
                        "items": [
                            1023,
                            14,
                            11
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Zyra",
                        "items": [],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ivern",
                        "items": [],
                        "name": "Ivern",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Volibear",
                        "items": [
                            1099,
                            1055,
                            1025
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Kindred",
                        "items": [
                            1
                        ],
                        "name": "Kindred",
                        "rarity": 4,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Heimerdinger",
                        "items": [
                            23,
                            1014,
                            1036
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 2
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "d3dd0505-0b48-4037-8fc2-364dad79e264",
                    "skin_ID": 18,
                    "species": "PetGargoyle"
                },
                "gold_left": 23,
                "last_round": 35,
                "level": 8,
                "placement": 3,
                "players_eliminated": 1,
                "puuid": "otyMYlMVxL1RDpay-ap0jVcTwO9LZl7MABzVlDuHNxnadgbGMIBRdyhlrimuSpERQhwjF2TrLngkHg",
                "time_eliminated": 2138.88671875,
                "total_damage_to_players": 108,
                "traits": [
                    {
                        "name": "Set5_Cavalier",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Eternal",
                        "num_units": 0,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Hellion",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Ironclad",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Knight",
                        "num_units": 4,
                        "style": 2,
                        "tier_current": 2,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Legionnaire",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Ranger",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 6,
                        "style": 3,
                        "tier_current": 2,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Spellweaver",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Verdant",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Leona",
                        "items": [
                            55,
                            66
                        ],
                        "name": "",
                        "rarity": 0,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Poppy",
                        "items": [
                            99,
                            77,
                            66
                        ],
                        "name": "",
                        "rarity": 0,
                        "tier": 3
                    },
                    {
                        "character_id": "TFT5_Varus",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Nautilus",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Taric",
                        "items": [
                            1008,
                            68
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Velkoz",
                        "items": [
                            14
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Rell",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Kayle",
                        "items": [
                            24,
                            15,
                            24
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 2
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "faaf16bc-0f78-4eb8-8262-d5fe5456bd27",
                    "skin_ID": 29,
                    "species": "PetGrumpyLion"
                },
                "gold_left": 0,
                "last_round": 34,
                "level": 8,
                "placement": 5,
                "players_eliminated": 2,
                "puuid": "S3G0OmvnoLVbwLLJVqEdiY4AZOPYDY61-NvpV6UoPY-CUq_GH2wJtFGFNqLX99AO-KMsUsjbZ7Z5kA",
                "time_eliminated": 2071.141845703125,
                "total_damage_to_players": 93,
                "traits": [
                    {
                        "name": "Set5_Abomination",
                        "num_units": 5,
                        "style": 4,
                        "tier_current": 3,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Brawler",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Eternal",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 3,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Legionnaire",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Mystic",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Ranger",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Revenant",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Spellweaver",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Kalista",
                        "items": [
                            19
                        ],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Viktor",
                        "items": [
                            34,
                            34,
                            17
                        ],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Brand",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Nunu",
                        "items": [
                            25
                        ],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Draven",
                        "items": [
                            1055
                        ],
                        "name": "Draven",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ryze",
                        "items": [
                            1066
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Volibear",
                        "items": [
                            1189
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Kindred",
                        "items": [
                            46
                        ],
                        "name": "Kindred",
                        "rarity": 4,
                        "tier": 1
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "52ed5723-d887-4e7e-b08a-405ec77a7878",
                    "skin_ID": 13,
                    "species": "PetSGShisa"
                },
                "gold_left": 30,
                "last_round": 30,
                "level": 8,
                "placement": 6,
                "players_eliminated": 0,
                "puuid": "-A2MFylY474-fuYq5KyJ_ZGG7BhLypYhbEgGgSxITev-CY_Yix2fO_iBMOhRMR8GUBm_y1L7mPdKbA",
                "time_eliminated": 1801.6695556640625,
                "total_damage_to_players": 68,
                "traits": [
                    {
                        "name": "Set5_Abomination",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Cavalier",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Eternal",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_GodKing",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Ironclad",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Knight",
                        "num_units": 3,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Legionnaire",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Mystic",
                        "num_units": 3,
                        "style": 2,
                        "tier_current": 2,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Nightbringer",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Ranger",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 3,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Verdant",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Nautilus",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Lux",
                        "items": [],
                        "name": "",
                        "rarity": 2,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Taric",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Ryze",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Rell",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Darius",
                        "items": [],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Kindred",
                        "items": [
                            23,
                            17
                        ],
                        "name": "Kindred",
                        "rarity": 4,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Kayle",
                        "items": [
                            1016,
                            23,
                            49
                        ],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    }
                ]
            },
            {
                "companion": {
                    "content_ID": "99f7e111-71e9-458b-a3b8-1a3e57c075fb",
                    "skin_ID": 34,
                    "species": "PetPenguKnight"
                },
                "gold_left": 1,
                "last_round": 28,
                "level": 8,
                "placement": 7,
                "players_eliminated": 0,
                "puuid": "tOUEUzWP8Kgoho97KXxY6K1XS8i64lS4eQAxkHBvyxTcI7wnzP46ghQFQmi6XjGMKr9xz1Eq_HvvLw",
                "time_eliminated": 1712.93359375,
                "total_damage_to_players": 110,
                "traits": [
                    {
                        "name": "Set5_Cavalier",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Dawnbringer",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Forgotten",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_GodKing",
                        "num_units": 1,
                        "style": 3,
                        "tier_current": 1,
                        "tier_total": 1
                    },
                    {
                        "name": "Set5_Hellion",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Invoker",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Ironclad",
                        "num_units": 2,
                        "style": 1,
                        "tier_current": 1,
                        "tier_total": 2
                    },
                    {
                        "name": "Set5_Knight",
                        "num_units": 6,
                        "style": 3,
                        "tier_current": 3,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Nightbringer",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 4
                    },
                    {
                        "name": "Set5_Redeemed",
                        "num_units": 2,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 3
                    },
                    {
                        "name": "Set5_Verdant",
                        "num_units": 1,
                        "style": 0,
                        "tier_current": 0,
                        "tier_total": 2
                    }
                ],
                "units": [
                    {
                        "character_id": "TFT5_Leona",
                        "items": [],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Poppy",
                        "items": [],
                        "name": "",
                        "rarity": 0,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Nautilus",
                        "items": [
                            1035,
                            1035
                        ],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Thresh",
                        "items": [],
                        "name": "",
                        "rarity": 1,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Taric",
                        "items": [],
                        "name": "",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Karma",
                        "items": [
                            15,
                            39,
                            44
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 1
                    },
                    {
                        "character_id": "TFT5_Rell",
                        "items": [
                            67
                        ],
                        "name": "",
                        "rarity": 3,
                        "tier": 2
                    },
                    {
                        "character_id": "TFT5_Darius",
                        "items": [],
                        "name": "",
                        "rarity": 4,
                        "tier": 1
                    }
                ]
            }
        ],
        "queue_id": 1100,
        "tft_game_type": "standard",
        "tft_set_number": 5
    }
}

1 답변

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)