> ## Documentation Index
> Fetch the complete documentation index at: https://chisa.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Details

> Get the details of a TV episode group.

Groups support 7 different types which are enumerated as the following

| **Type**            | **Name**  |

|---------------------|-----------------|

| 1                   | 	Original air date   |

| 2                   | Absolute              |

| 3                   | DVD                   |

| 4                   | Digital               |

| 5                   | Story arc             |

| 6                   | Production            |

| 7                   | TV                    |



## OpenAPI

````yaml api-reference/openapi.json get /3/tv/episode_group/{{TV_episode_group_id}}
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/tv/episode_group/{{TV_episode_group_id}}:
    parameters:
      - name: TV_episode_group_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Episode Groups
      summary: Details
      description: "Get the details of a TV episode group.\n\nGroups support 7 different types which are enumerated as the following\n\n| **Type**            | **Name**  |\n\n|---------------------|-----------------|\n\n| 1                   | \tOriginal air date   |\n\n| 2                   | Absolute              |\n\n| 3                   | DVD                   |\n\n| 4                   | Digital               |\n\n| 5                   | Story arc             |\n\n| 6                   | Production            |\n\n| 7                   | TV                    |"
      operationId: details13
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=16613
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 12:16:18 GMT
            ETag:
              schema:
                type: string
                example: W/"3d0398dcda2ef27ca129d7e1f8dcf7d5"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 65dad5a3f140e1233a6930efcf0d2078.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: YosjecrWy__wFUChcUlM07cHSjMDxyMVev73peYpYDV6Jqq-QFU3kQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '8805'
            x-memc-expires:
              schema:
                type: string
                example: '16613'
            x-memc-key:
              schema:
                type: string
                example: 716392c23a5481a1fa7dc62f1d13178f
          content:
            application/json:
              schema:
                type: object
                properties:
                  description:
                    type: string
                    example: ''
                  episode_count:
                    type: number
                    example: 61
                  group_count:
                    type: number
                    example: 1
                  groups:
                    type: array
                    items:
                      type: object
                      properties:
                        episodes:
                          type: array
                          items:
                            type: object
                            properties:
                              air_date:
                                type: string
                                example: '2005-02-21'
                              episode_number:
                                type: number
                                example: 1
                              episode_type:
                                type: string
                                example: standard
                              id:
                                type: number
                                example: 13535
                              name:
                                type: string
                                example: The Boy in the Iceberg
                              order:
                                type: number
                                example: 0
                              overview:
                                type: string
                                example: >-
                                  Two teenage siblings (Sokka and Katara) living
                                  in the South Pole discover a very strange boy
                                  (Aang), along with his pet flying bison Appa,
                                  in an iceberg. But can they trust him when he
                                  accidentally draws the war to their village's
                                  doorstep?
                              production_code:
                                type: string
                                example: '101'
                              runtime:
                                type: number
                                example: 24
                              season_number:
                                type: number
                                example: 1
                              show_id:
                                type: number
                                example: 246
                              still_path:
                                type: string
                                example: /cjo9ipGyKvY0j024I0iqhVhfN34.jpg
                              vote_average:
                                type: number
                                example: 7.7
                              vote_count:
                                type: number
                                example: 51
                          example:
                            - air_date: '2005-02-21'
                              episode_number: 1
                              episode_type: standard
                              id: 13535
                              name: The Boy in the Iceberg
                              order: 0
                              overview: >-
                                Two teenage siblings (Sokka and Katara) living
                                in the South Pole discover a very strange boy
                                (Aang), along with his pet flying bison Appa, in
                                an iceberg. But can they trust him when he
                                accidentally draws the war to their village's
                                doorstep?
                              production_code: '101'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /cjo9ipGyKvY0j024I0iqhVhfN34.jpg
                              vote_average: 7.7
                              vote_count: 51
                            - air_date: '2005-02-21'
                              episode_number: 2
                              episode_type: standard
                              id: 13536
                              name: The Avatar Returns
                              order: 1
                              overview: >-
                                Katara and Sokka discover that Aang is the
                                long-lost Avatar and must rescue him when a
                                Firebending prince named Zuko kidnaps him.
                              production_code: '102'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /m3jVDcH04qAJH0LQFN7H5rOJXEA.jpg
                              vote_average: 7.8
                              vote_count: 44
                            - air_date: '2005-02-25'
                              episode_number: 3
                              episode_type: standard
                              id: 13537
                              name: The Southern Air Temple
                              order: 2
                              overview: >-
                                Aang is excited about going home for the first
                                time in one hundred years, but he is shocked to
                                find out that the temple is deserted. Aang tells
                                Sokka and Katara about his childhood as they
                                explore the temple, but they soon discover
                                something that Aang never expected. Meanwhile,
                                Zuko must make repairs to his ship and the only
                                way he can do it is to dock his ship at his
                                rival's naval base.
                              production_code: '103'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /bFBUv2VDtyBuilulFynsNGPINnw.jpg
                              vote_average: 8
                              vote_count: 42
                            - air_date: '2005-03-04'
                              episode_number: 4
                              episode_type: standard
                              id: 13538
                              name: The Warriors of Kyoshi
                              order: 3
                              overview: >-
                                The gang arrives at Kyoshi Island and are
                                captured by some Kyoshi warriors. When Aang
                                reveals that he is the avatar, news quickly
                                spreads out, eventually reaching Zuko, who then
                                goes to Kyoshi Island to capture him.
                              production_code: '104'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /4VNx9JspNnWZibkkr7XydYPHh2m.jpg
                              vote_average: 7.7
                              vote_count: 41
                            - air_date: '2005-03-18'
                              episode_number: 5
                              episode_type: standard
                              id: 13539
                              name: The King of Omashu
                              order: 4
                              overview: >-
                                Aang's abilities as an airbender are challenged
                                by a king.
                              production_code: '105'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /6p6CR7ITrtaYEo0IewpFfMVowB8.jpg
                              vote_average: 7.7
                              vote_count: 40
                            - air_date: '2005-03-25'
                              episode_number: 6
                              episode_type: standard
                              id: 13540
                              name: Imprisoned
                              order: 5
                              overview: >-
                                In a nearby Earth Village, the gang meets a
                                teenage earthbender named Haru. This village
                                lives in fear of the Fire Nation, for soldiers
                                there capture any earthbenders they can find.
                              production_code: '106'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /hVnpU1sh2vf5yG5CqpNTga8JsIz.jpg
                              vote_average: 7.6
                              vote_count: 38
                            - air_date: '2005-04-08'
                              episode_number: 7
                              episode_type: standard
                              id: 13541
                              name: 'The Spirit World: Winter Solstice (1)'
                              order: 6
                              overview: >-
                                Aang and friends visit a village being
                                terrorized by an angry spirit. Iroh is captured
                                by Earth Kingdom soldiers.
                              production_code: '107'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /3dHFknGTv7Q9PNXiOoV9KT83vRn.jpg
                              vote_average: 7.8
                              vote_count: 39
                            - air_date: '2005-04-15'
                              episode_number: 8
                              episode_type: standard
                              id: 13542
                              name: 'Avatar Roku: Winter Solstice (2)'
                              order: 7
                              overview: >-
                                To contact the spirit of the previous Avatar,
                                Aang must reach a temple in the Fire Nation
                                before the sun sets on the following day. There
                                he will learn what he must do to restore balance
                                to the world. Zuko must defy his banishment to
                                follow Aang.
                              production_code: '108'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /h8eRQzK7eBZGP3SyDnw8RFM5TK8.jpg
                              vote_average: 8.3
                              vote_count: 39
                            - air_date: '2005-04-29'
                              episode_number: 9
                              episode_type: standard
                              id: 13543
                              name: The Waterbending Scroll
                              order: 8
                              overview: >-
                                After Katara attempts to teach Aang
                                waterbending, but realizes that he is learning
                                it much faster than she is, she is desperate to
                                improve her abilities.  When Katara
                                inadvertently stumbles across a waterbending
                                scroll that can help improve her abilities at a
                                pirate’s store, she decides to steal it,
                                realizing that she couldn’t hope to afford it.
                              production_code: '109'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /8RGlT7WVERJ4tUO2z5EIOwcmy3t.jpg
                              vote_average: 7.5
                              vote_count: 38
                            - air_date: '2005-05-06'
                              episode_number: 10
                              episode_type: standard
                              id: 13544
                              name: Jet
                              order: 9
                              overview: >-
                                While traveling towards the North Pole, the
                                group almost gets captured by the Fire Nation. 
                                However, when a charismatic young man and his
                                band of rebels attack the Fire Nation camp and
                                rescue them, they learn that they are trying to
                                resist the Fire Nation’s motives to expand their
                                territory.  Katara and Aang really enjoy their
                                time with the band of rebels, but Sokka soon
                                discovers that they aren’t as noble as meets the
                                eye.
                              production_code: '110'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /iO4HwGe4CSySOg5n6ecAH9pf0bu.jpg
                              vote_average: 7.4
                              vote_count: 39
                            - air_date: '2005-05-20'
                              episode_number: 11
                              episode_type: standard
                              id: 13545
                              name: The Great Divide
                              order: 10
                              overview: >-
                                While on their way to the North Pole, Aang and
                                his friends arrive at a giant canyon where two
                                groups of refugees are bickering over who should
                                get to go across.  Aang decides to walk across
                                with the two groups to ensure they don’t fight
                                one another.  However, he soon learns that the
                                two tribes have been feuding for one hundred
                                years and they both believe their actions are
                                justified.  But when the predators inside the
                                canyon start to come out, Aang is stuck trying
                                to defend both tribes from each other and the
                                vicious wildlife.
                              production_code: '111'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /yXln4Af5xi8jhGCXn6oWcCnG5UT.jpg
                              vote_average: 7.013
                              vote_count: 39
                            - air_date: '2005-06-03'
                              episode_number: 12
                              episode_type: standard
                              id: 13546
                              name: The Storm
                              order: 11
                              overview: >-
                                Aang, Katara and Sokka have run out of money. 
                                Katara suggests Sokka get a job, and
                                coincidentally, they meet a fisherman who is
                                looking for someone to help him out with his
                                fishing. But when the fisherman recognizes Aang
                                as the Avatar, he blames Aang's absence for all
                                of the troubles of the last 100 years, and Aang
                                runs away on his glider. Katara follows on Appa,
                                and when she finds him, Aang begins to reveal
                                his life before he was frozen in the iceberg.
                                Meanwhile, Zuko and Lieutenant Jee get into a
                                fight, but Iroh breaks it up. Soon thereafter,
                                the Lieutenant and the rest of the crew gain a
                                newfound respect for their leader after learning
                                of his past.
                              production_code: '112'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /3AhzvIYWwoudE5dPc319s2P8IWG.jpg
                              vote_average: 8.488
                              vote_count: 40
                            - air_date: '2005-06-17'
                              episode_number: 13
                              episode_type: standard
                              id: 13547
                              name: The Blue Spirit
                              order: 12
                              overview: >-
                                While Aang, Katara and Sokka are traveling,
                                Sokka gets a fever. Katara and Aang try to help
                                Sokka, when Katara also catches the fever. It's
                                up to Aang to go up on his own to save his two
                                friends. But before he can get the medicine he
                                is captured by the newly promoted Admiral Zhao
                                and put in Zhao's fortress.
                              production_code: '113'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /cyD4FCLS0vaxLmHantYqMkqACh5.jpg
                              vote_average: 8.449
                              vote_count: 39
                            - air_date: '2005-09-23'
                              episode_number: 14
                              episode_type: standard
                              id: 13548
                              name: The Fortuneteller
                              order: 13
                              overview: >-
                                When the group tries to help a man who is being
                                attacked by a platypus-bear, they discover that
                                the local town has a fortuneteller named Aunt Wu
                                in it, who has been forecasting the town's fate
                                for years. But when Sokka and Aang discover one
                                of the fortuneteller's most vital predictions is
                                dead wrong, they have to develop a plan to
                                convince the stubborn townspeople that their
                                beloved Aunt Wu was wrong.
                              production_code: '114'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /3nCVnuQbSv645QFg3SYM9PELbOe.jpg
                              vote_average: 7.645
                              vote_count: 38
                            - air_date: '2005-10-07'
                              episode_number: 15
                              episode_type: standard
                              id: 13549
                              name: Bato of the Water Tribe
                              order: 14
                              overview: >-
                                Aang feels neglected as Katara and Sokka reunite
                                with Bato, an old friend of their father’s from
                                the South Pole. They begin to reminisce on their
                                times in the past while they wait for a message
                                to arrive from their father. Aang believes
                                Katara and Sokka will abandon him and go out to
                                find their father should the message arrive.
                                However, when the messenger gives Aang the
                                message to give to Bato, Aang betrays his
                                friends in a way Katara or Sokka could never
                                imagine. However, when Zuko recruits a bounty
                                hunter named June to track Aang down, his
                                friendship is put to the test as he must deal
                                with the fact that he betrayed his friends while
                                defending himself from yet another fight.
                              production_code: '115'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /sBSdSLVgW6JxpYKhEQiWGbVl1Q3.jpg
                              vote_average: 7.244
                              vote_count: 39
                            - air_date: '2005-10-21'
                              episode_number: 16
                              episode_type: standard
                              id: 13550
                              name: The Deserter
                              order: 15
                              overview: >-
                                Aang and his friends go to a Fire Nation town so
                                that Aang can witness some firebending, but
                                their plan soon goes awry when it’s discovered
                                that he is the Avatar. Fortunately, he's rescued
                                by an individual who serves a firebending master
                                named Jeong Jeong who has abandoned the Fire
                                Nation, so Aang decides to use this time to
                                attempt to learn firebending. The firebending
                                master, however, seems reluctant to teach Aang.
                              production_code: '116'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /8TlUZ7Bdk9NbwvaXJ7r7F23uQ8J.jpg
                              vote_average: 8.2
                              vote_count: 40
                            - air_date: '2005-11-04'
                              episode_number: 17
                              episode_type: standard
                              id: 13551
                              name: The Northern Air Temple
                              order: 16
                              overview: >-
                                When Aang and his friends hear rumors about
                                surviving airbenders, they decide to stop by the
                                Northern Air Temple on their way to the North
                                Pole to see for themselves. What they find is a
                                bunch of people who are not airbenders, but have
                                mastered the art of gliding; though this upsets
                                Aang because they have been defacing the temple.
                                However, there was one part of the temple where
                                nobody has been able to enter, and what Aang and
                                his friends discover inside spells oncoming
                                conflict.
                              production_code: '117'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /ea6vqQarfblBWk95wmUdUjYzEzt.jpg
                              vote_average: 7.5
                              vote_count: 37
                            - air_date: '2005-11-18'
                              episode_number: 18
                              episode_type: standard
                              id: 13552
                              name: The Waterbending Master
                              order: 17
                              overview: >-
                                When Aang tries to find the north pole, he is
                                found by the north pole instead. As they are
                                taken there, Aang and Katara are eager to find a
                                waterbending master, only to discover that girls
                                are not allowed to learn waterbending.
                              production_code: '118'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /yGmwLBcQboXSRnmKpaa7utygUNt.jpg
                              vote_average: 8
                              vote_count: 37
                            - air_date: '2005-12-02'
                              episode_number: 19
                              episode_type: standard
                              id: 13553
                              name: The Siege of the North (1)
                              order: 18
                              overview: >-
                                Zhao begins to launch his attack against the
                                Northern Water Tribe. As the walls of the
                                prestiged city begin to fall, the Avatar taps
                                into the spirit world and seeks the help of one
                                of the oldest spirits, in hopes of saving one of
                                the most prominent areas of the world.
                              production_code: '119'
                              runtime: 24
                              season_number: 1
                              show_id: 246
                              still_path: /9jGillcXki194qzZm1LYfXNlVhz.jpg
                              vote_average: 8.2
                              vote_count: 37
                            - air_date: '2005-12-02'
                              episode_number: 20
                              episode_type: finale
                              id: 13554
                              name: The Siege of the North (2)
                              order: 19
                              overview: >-
                                Aang returns from the spirit world to a big
                                surprise. Meanwhile, Zhao and his forces
                                continue to press deeper into the Northern Water
                                Tribe. Iroh makes a powerful stand and Zuko
                                struggles to keep his plan intact.
                              production_code: '120'
                              runtime: 25
                              season_number: 1
                              show_id: 246
                              still_path: /sVqGZedB0hAOD9tPcHIwUMz3bsy.jpg
                              vote_average: 8.7
                              vote_count: 35
                            - air_date: '2006-03-17'
                              episode_number: 1
                              episode_type: standard
                              id: 13579
                              name: The Avatar State
                              order: 20
                              overview: >-
                                Plagued with nightmares featuring the
                                devastating power of his Avatar State, Aang and
                                the gang meet an Earth Kingdom general who has
                                big plans for defeating the Fire Nation.
                                Meanwhile, Zuko and Iroh, having survived the
                                failed attack on the North Water Tribe, have a
                                surprise visit from Zuko's sister with seemingly
                                good news.
                              production_code: '201'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /oIy3PKC460qRbiPIxNKiuVf9QSH.jpg
                              vote_average: 7.838
                              vote_count: 37
                            - air_date: '2006-03-24'
                              episode_number: 2
                              episode_type: standard
                              id: 13577
                              name: The Cave of Two Lovers
                              order: 21
                              overview: >-
                                On their way to Omashu, Aang, Katara, and Sokka
                                meet a group of nomads who show them a shortcut
                                through the "Cave of Two Lovers". But when the
                                group becomes trapped in the cave, it's up to
                                Aang and Katara to save the group by trusting in
                                love, possibly questioning their relationship.
                                Meanwhile, Iroh gets a lethal rash so Zuko and
                                Iroh head to a small Earth Kingdom town for
                                help, hoping their real identities will not be
                                discovered.
                              production_code: '202'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /nnXvDDSFUylD6SS7bpm1PXaNUbe.jpg
                              vote_average: 7.5
                              vote_count: 37
                            - air_date: '2006-04-07'
                              episode_number: 3
                              episode_type: standard
                              id: 13578
                              name: Return to Omashu
                              order: 22
                              overview: >-
                                Despite the shocking news the gang have just
                                discovered, Aang insists on trying to find King
                                Bumi within Omashu's borders, even with the
                                dangers that will await him and his friends if
                                his real identity is discovered.  Meanwhile
                                Azula goes in search of old friends to help her
                                with her mission.
                              production_code: '203'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /ryrXflY4MEKwvow1Kww607gVfzO.jpg
                              vote_average: 7.528
                              vote_count: 36
                            - air_date: '2006-04-14'
                              episode_number: 4
                              episode_type: standard
                              id: 13580
                              name: The Swamp
                              order: 23
                              overview: >-
                                A mysterious tornado pulls the kids into a
                                supernatural swamp where Katara, Sokka and Aang
                                have mysterious visions. Meanwhile, Momo and
                                Appa are chased by rogue swamp dwellers and only
                                Aang and the gang can save them.
                              production_code: '204'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /8iSkwakA54mqxcBUZtZsISnvkco.jpg
                              vote_average: 7.714
                              vote_count: 35
                            - air_date: '2006-04-28'
                              episode_number: 5
                              episode_type: standard
                              id: 13583
                              name: Avatar Day
                              order: 24
                              overview: >-
                                Aang and the gang discover an Earth town that
                                celebrates something called "Avatar Day." But
                                when they get there and learn the festival is of
                                "anti-Avatar" sentiment and Aang is put on trial
                                for a crime a past incarnation allegedly
                                committed. Looking to clear the Avatar's good
                                name, Katara and Sokka venture back to a
                                familiar  place to gather evidence and discover
                                the truth.
                              production_code: '205'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /rCttnlrBm4A8e8Vt7strjXYkCPS.jpg
                              vote_average: 7.25
                              vote_count: 36
                            - air_date: '2006-05-05'
                              episode_number: 6
                              episode_type: standard
                              id: 13582
                              name: The Blind Bandit
                              order: 25
                              overview: >-
                                In search for an Earthbending teacher for Aang,
                                the kids go to an underground Earthbending
                                tournament called Earth Rumble 6, where they
                                encounter Toph, a blind but powerful
                                Earthbending girl. After seeing her unique style
                                of Earthbending, Aang wants Toph to become his
                                teacher, but there are complications with Toph's
                                family.
                              production_code: '206'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /ouMgUBM6duJ4cS3jXm2rUomz5X.jpg
                              vote_average: 8.27
                              vote_count: 37
                            - air_date: '2006-05-12'
                              episode_number: 7
                              episode_type: standard
                              id: 13584
                              name: Zuko Alone
                              order: 26
                              overview: >-
                                Zuko travels by himself to an Earth Kingdom town
                                were he meets a local boy. The two almost become
                                friends, while Zuko suffers from flashbacks of
                                his past.
                              production_code: '207'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /8KNbkm7kniSrdH4Ye07vUd6z8hC.jpg
                              vote_average: 8.8
                              vote_count: 37
                            - air_date: '2006-05-26'
                              episode_number: 8
                              episode_type: standard
                              id: 13581
                              name: The Chase
                              order: 27
                              overview: >-
                                Tired from trying to escape a machine that shows
                                up every time they try to sleep, Aang and the
                                gang have to escape Azula and her team, but
                                their exhaustion leads to a tight situation.
                                Meanwhile, Zuko must deal with something
                                personal, and Iroh bonds with an unlikely
                                individual.
                              production_code: '208'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /jM4D3ngfBqV1VzQeHKOadjT4qxG.jpg
                              vote_average: 8.2
                              vote_count: 35
                            - air_date: '2006-06-02'
                              episode_number: 9
                              episode_type: standard
                              id: 13588
                              name: Bitter Work
                              order: 28
                              overview: >-
                                Toph's instructing abilities come into question
                                when Aang cannot seem to overcome a block that
                                keeps him from earthbending. Sokka gets himself
                                in a jam, while befriending what was, moments
                                before, his next meal, and Iroh and Zuko begin
                                training utilizing new philosophies and methods
                                that originate from the other elements.
                              production_code: '209'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /56Uya5iHbyRjSXvWIN1P6eAQSfc.jpg
                              vote_average: 8.2
                              vote_count: 37
                            - air_date: '2006-07-14'
                              episode_number: 10
                              episode_type: standard
                              id: 13587
                              name: The Library
                              order: 29
                              overview: >-
                                When Aang and his friends find a professor who
                                knows of a library that contains information
                                about the world, Sokka decides to go there to
                                hopefully find some information to use against
                                the Fire Nation. The library is guarded by the
                                knowledge spirit, Wan Shi Tong, who doesn't
                                welcome humans into his library, because he
                                believes they only seek information for evil
                                purposes. When Wan Shi Tong discovers Sokka
                                wasn't being truthful with him, he begins to
                                sink the library, bringing the kids down with
                                it.
                              production_code: '210'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /fvAu7bhOFyI9HEt1Msp0WutlILb.jpg
                              vote_average: 8.1
                              vote_count: 36
                            - air_date: '2006-07-14'
                              episode_number: 11
                              episode_type: mid_season
                              id: 13586
                              name: The Desert
                              order: 30
                              overview: >-
                                Aang searches for Appa while Katara struggles to
                                keep everyone together to survive in the vast
                                desert. Meanwhile, Iroh and Zuko seek help from
                                an ancient secret society.
                              production_code: '211'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /1iJoEqtFi6v0fj3dNmiQRh05L5H.jpg
                              vote_average: 8
                              vote_count: 35
                            - air_date: '2006-09-15'
                              episode_number: 12
                              episode_type: standard
                              id: 13589
                              name: The Serpent's Pass
                              order: 31
                              overview: >-
                                When Aang and the gang meet up with a group of
                                refugees, they tell the gang where they can get
                                on a ferry to Ba Sing Se. But after a series of
                                events they have to take a deadly route called
                                the serpent's pass with the help of an old
                                friend, Suki. Meanwhile Zuko and Iroh meet up
                                with a boy named Jet and his freedom fighters.
                              production_code: '212'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /1OmMINcc4KaNBJmuswLq2ee3VXF.jpg
                              vote_average: 8.1
                              vote_count: 33
                            - air_date: '2006-09-15'
                              episode_number: 13
                              episode_type: standard
                              id: 13585
                              name: The Drill
                              order: 32
                              overview: >-
                                Having made it to the outer wall of Ba Sing Se,
                                the kids confront a Fire Nation army that is
                                driving a massive Fire Nation drill, which poses
                                an imminent threat to the last Earth Kingdom
                                stronghold. Meanwhile, Zuko and Iroh make
                                crucial mistakes which begin to attract Jet's
                                suspicions.
                              production_code: '213'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /oinuOajlGzfwvcpmXyPE15IwfTL.jpg
                              vote_average: 8.1
                              vote_count: 32
                            - air_date: '2006-09-22'
                              episode_number: 14
                              episode_type: standard
                              id: 13591
                              name: City of Walls and Secrets
                              order: 33
                              overview: >-
                                Having finally made it into Ba Sing Se, the kids
                                are given a house in the upper ring. The kids
                                are anxious to tell the Earth King their plan
                                but there are complications. Meanwhile, still
                                convinced that Iroh and Zuko may be Fire Nation,
                                Jet decides to take matters into his own hands
                                and do whatever it takes to get the refugees to
                                reveal their true nature.
                              production_code: '214'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /ewTBqdyYruMREGkKbMZysZ0QgoG.jpg
                              vote_average: 8.1
                              vote_count: 34
                            - air_date: '2006-09-29'
                              episode_number: 15
                              episode_type: standard
                              id: 13594
                              name: The Tales of Ba Sing Se
                              order: 34
                              overview: >-
                                A series of short stories, highlighting
                                different characters and their individual
                                adventures in the city. Tales of Katara and
                                Toph, Iroh, Sokka, Aang, Zuko, and Momo.
                              production_code: '215'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /aJIcdw8ZYTwfvBZrca2VVTGHWEG.jpg
                              vote_average: 8.4
                              vote_count: 36
                            - air_date: '2006-10-13'
                              episode_number: 16
                              episode_type: standard
                              id: 13593
                              name: Appa's Lost Days
                              order: 35
                              overview: >-
                                Appa's journey from being abducted in the desert
                                to the present is explored.
                              production_code: '216'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /hem0BVH2mXx71Xf79RolSFLzeJV.jpg
                              vote_average: 8.3
                              vote_count: 34
                            - air_date: '2006-11-03'
                              episode_number: 17
                              episode_type: standard
                              id: 13592
                              name: Lake Laogai
                              order: 36
                              overview: >-
                                Aang and his friends continue to search for Appa
                                and, unbeknownst to them, they aren't the only
                                ones looking for him. During their search, the
                                kids meet up with Jet, whom they are
                                understandably reluctant to trust. The kids soon
                                realize that the Dai Li are doing their best to
                                thwart the kids' efforts to find Appa.
                                Meanwhile, Iroh is offered his own tea shop in
                                the upper ring, and Zuko discovers the avatar is
                                in the city.
                              production_code: '217'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /cdrc7Caz9VabYfBl9bH9R93wk4j.jpg
                              vote_average: 8.4
                              vote_count: 34
                            - air_date: '2006-11-17'
                              episode_number: 18
                              episode_type: standard
                              id: 13590
                              name: The Earth King
                              order: 37
                              overview: >-
                                The kids battle Long Feng and the Dai Li when
                                they attempt to show the Earth King the vast
                                conspiracy taking place in his city. Zuko
                                becomes seriously ill and has feverish dreams as
                                he faces a spiritual crisis.
                              production_code: '218'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /y4UHFyv67j6sf1wxvGljl5kpoKU.jpg
                              vote_average: 8
                              vote_count: 33
                            - air_date: '2006-12-01'
                              episode_number: 19
                              episode_type: standard
                              id: 13595
                              name: The Guru
                              order: 38
                              overview: >-
                                Aang travels to the Eastern Air temple to
                                receive guidance from Guru Pathik while Sokka is
                                reunited with his long-lost father. Meanwhile,
                                Azula has something diabolical in store for her
                                enemies in the Earth Kingdom, including Zuko and
                                Iroh.
                              production_code: '219'
                              runtime: 25
                              season_number: 2
                              show_id: 246
                              still_path: /49ED3hLwNq6sibzazGv656CrLEW.jpg
                              vote_average: 8.3
                              vote_count: 35
                            - air_date: '2006-12-01'
                              episode_number: 20
                              episode_type: finale
                              id: 13596
                              name: The Crossroads of Destiny
                              order: 39
                              overview: >-
                                Everyone races against time to stop Azula's
                                sinister plan. Zuko finds companionship in an
                                unlikely source. Aang's destiny hangs in the
                                balance—and so does Zuko's, as Iroh tells him
                                it's time to make a choice.
                              production_code: '220'
                              runtime: 22
                              season_number: 2
                              show_id: 246
                              still_path: /5Ix70WNv3rqYv0AVWPifE7euOq4.jpg
                              vote_average: 8.629
                              vote_count: 35
                            - air_date: '2007-09-21'
                              episode_number: 1
                              episode_type: standard
                              id: 13555
                              name: The Awakening
                              order: 40
                              overview: >-
                                Aang awakens to find himself aboard a captured
                                Fire Nation ship with a full head of hair and
                                sustaining serious injuries from the previous
                                battle for Ba Sing Se. At his side are Katara,
                                Sokka, and their father Hakoda who recount the
                                events that led the four to the ship and
                                contemplate their next move. Aang struggles to
                                fight his own desire to face the Fire Lord
                                before he is ready. Meanwhile, Zuko deals with
                                his own issues as he makes his long-awaited
                                journey home, with the fear of his father's
                                rejection hanging over his head.
                              production_code: '301'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /4bucff7ht2AkY6mAVgYMsJPVxo7.jpg
                              vote_average: 7.9
                              vote_count: 35
                            - air_date: '2007-09-28'
                              episode_number: 2
                              episode_type: standard
                              id: 13556
                              name: The Headband
                              order: 41
                              overview: >-
                                To better blend in as Fire Nation citizens, Aang
                                enrolls in a Fire Nation school, giving himself
                                an opportunity to learn more about the Nation
                                and to enjoy life as a normal kid for the first
                                time since he discovered he was the Avatar.
                                Meanwhile Zuko, growing more and more paranoid
                                about the Avatar's false demise, brings himself
                                to confront the imprisoned Iroh.
                              production_code: '302'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /2b5qDWFIxJDlv2d7FLPd9IDwdnk.jpg
                              vote_average: 7.9
                              vote_count: 37
                            - air_date: '2007-10-05'
                              episode_number: 3
                              episode_type: standard
                              id: 13557
                              name: The Painted Lady
                              order: 42
                              overview: >-
                                When the gang arrives at a suffering fishing
                                village, a mysterious spirit appears to help the
                                villagers.
                              production_code: '303'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /jIOrXmDp5YcCwPoeaw6MGLU1rfd.jpg
                              vote_average: 7.8
                              vote_count: 34
                            - air_date: '2007-10-12'
                              episode_number: 4
                              episode_type: standard
                              id: 13558
                              name: Sokka's Master
                              order: 43
                              overview: >-
                                Feeling as though he isn't contributing enough
                                to the group, Sokka seeks out an elusive
                                swordsmaster from whom he can learn the ways of
                                the blade.
                              production_code: '304'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /2cjFSKxFHOqj0TpAnd4SqHjQ5G2.jpg
                              vote_average: 7.9
                              vote_count: 36
                            - air_date: '2007-10-19'
                              episode_number: 5
                              episode_type: standard
                              id: 13559
                              name: The Beach
                              order: 44
                              overview: >-
                                Zuko, Azula, Mai and Ty Lee take a vacation to
                                Ember Island. In the process, they come to learn
                                more about themselves and each other as well as
                                their desires for the future. Elsewhere, Aang
                                and the others face off against a new adversary.
                              production_code: '305'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /8OKDuNidwMMMgakf67c8tCX3I2C.jpg
                              vote_average: 7.7
                              vote_count: 35
                            - air_date: '2007-10-26'
                              episode_number: 6
                              episode_type: standard
                              id: 13560
                              name: The Avatar and the Firelord
                              order: 45
                              overview: >-
                                The tale of Avatar Roku and Fire Lord Sozin is
                                revealed to Aang and Zuko by different sources. 
                                Both learn about themselves and are shown the
                                origins of the war.
                              production_code: '306'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /sFZ1uE6Kl50PRt2yGaGdKTay4gA.jpg
                              vote_average: 8.7
                              vote_count: 37
                            - air_date: '2007-11-02'
                              episode_number: 7
                              episode_type: standard
                              id: 13561
                              name: The Runaway
                              order: 46
                              overview: >-
                                When Katara expresses her disapproval of Toph's
                                new way to make quick cash, the group finds her
                                too motherly and tension grows between Katara
                                and Toph. When Katara finally decides to
                                participate in this scam to disprove Toph's
                                accusations, they are left vulnerable and are
                                forced to face the dire consequences.
                              production_code: '307'
                              runtime: 24
                              season_number: 3
                              show_id: 246
                              still_path: /8gymKiOEJNYZPVScLRVUhNuYgCj.jpg
                              vote_average: 7.9
                              vote_count: 36
                            - air_date: '2007-11-09'
                              episode_number: 8
                              episode_type: standard
                              id: 13562
                              name: The Puppetmaster
                              order: 47
                              overview: >-
                                The gang investigates the bizarre disappearances
                                taking place within an eerie town.
                              production_code: '308'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /d1ECriFq8qpttMnHwrAVewSq6IF.jpg
                              vote_average: 8.5
                              vote_count: 35
                            - air_date: '2007-11-16'
                              episode_number: 9
                              episode_type: standard
                              id: 13563
                              name: Nightmares and Daydreams
                              order: 48
                              overview: >-
                                Four days prior the invasion, Aang becomes
                                nervous over his soon-to-come confrontation with
                                the Fire Lord. His anxiety gets the better of
                                him as he begins to suffer from outrageous
                                nightmares and hallucinations. Meanwhile, Zuko
                                becomes upset to learn that he was not informed
                                about a war meeting.
                              production_code: '309'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /wiMuXVUPqSJFmny7Z6eqgZeRicn.jpg
                              vote_average: 7.1
                              vote_count: 36
                            - air_date: '2007-11-30'
                              episode_number: 10
                              episode_type: standard
                              id: 13564
                              name: 'The Day of Black Sun: The Invasion (1)'
                              order: 49
                              overview: >-
                                The day of the eclipse has arrived, and the
                                invasion force gathers together to make last
                                preparations. They infiltrate the island and the
                                battle begins. Meanwhile, Aang searches for the
                                Fire Lord.
                              production_code: '310'
                              runtime: 24
                              season_number: 3
                              show_id: 246
                              still_path: /njLvVlI4HzQtxFYNG5G2LPpZJqF.jpg
                              vote_average: 8.1
                              vote_count: 34
                            - air_date: '2007-11-30'
                              episode_number: 11
                              episode_type: mid_season
                              id: 13565
                              name: 'The Day of Black Sun: The Eclipse (2)'
                              order: 50
                              overview: >-
                                As the invasion force fights their way to the
                                Fire Nation capital, the kids help Aang find the
                                Fire Lord in time for the eclipse. Zuko
                                confronts his father with shocking news.
                              production_code: '311'
                              runtime: 24
                              season_number: 3
                              show_id: 246
                              still_path: /8IyCdPVbGeS6bO8Ij2EVd8oiUwm.jpg
                              vote_average: 8.4
                              vote_count: 34
                            - air_date: '2008-07-14'
                              episode_number: 12
                              episode_type: standard
                              id: 13566
                              name: The Western Air Temple
                              order: 51
                              overview: >-
                                Aang and the group arrive at the Western Air
                                Temple, with Zuko in pursuit. Zuko wishes to
                                help the Avatar end the war by teaching him
                                firebending.
                              production_code: '312'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /k6BAVhHNN5JEvbvwK35wXUhxcFv.jpg
                              vote_average: 8.1
                              vote_count: 35
                            - air_date: '2008-07-15'
                              episode_number: 13
                              episode_type: standard
                              id: 13567
                              name: The Firebending Masters
                              order: 52
                              overview: >-
                                While teaching Aang firebending, Zuko realizes
                                that he has lost all his firebending skills. To
                                regain his powers, Zuko and Aang must seek the
                                original source of firebending within the ruins
                                of a lost civilization.
                              production_code: '313'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /1kxN4TUSR1G9Te6GdP3Uh5ziFRo.jpg
                              vote_average: 8.3
                              vote_count: 36
                            - air_date: '2008-07-16'
                              episode_number: 14
                              episode_type: standard
                              id: 13568
                              name: The Boiling Rock (1)
                              order: 53
                              overview: >-
                                Sokka wants to break his father out of jail and
                                asks Zuko for information on Fire Nation
                                prisons. Sokka and Zuko head for the Boiling
                                Rock, a prison located in the middle of a
                                volcano, to rescue Sokka's father.
                              production_code: '314'
                              runtime: 24
                              season_number: 3
                              show_id: 246
                              still_path: /keivJ7wk45aLbg03AqEb9WgrYSz.jpg
                              vote_average: 8
                              vote_count: 33
                            - air_date: '2008-07-16'
                              episode_number: 15
                              episode_type: standard
                              id: 13569
                              name: The Boiling Rock (2)
                              order: 54
                              overview: >-
                                Zuko and Sokka make new plans to break out of
                                the prison with Suki, Sokka's father and some
                                others while a shocking twist leaves Azula none
                                too happy with her two closest friends.
                              production_code: '315'
                              runtime: 23
                              season_number: 3
                              show_id: 246
                              still_path: /zPQ44AtLyDOvGXzKECQ3zmpEQun.jpg
                              vote_average: 8.4
                              vote_count: 34
                            - air_date: '2008-07-17'
                              episode_number: 16
                              episode_type: standard
                              id: 13570
                              name: The Southern Raiders
                              order: 55
                              overview: >-
                                Katara decides to confront the Fire Nation
                                soldier responsible for her mother's death. Aang
                                tries to talk her out of it, but she doesn't
                                listen.
                              production_code: '316'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /uizw41KRd4OMaLur4SMHCciI0n3.jpg
                              vote_average: 8
                              vote_count: 36
                            - air_date: '2008-07-18'
                              episode_number: 17
                              episode_type: standard
                              id: 13571
                              name: The Ember Island Players
                              order: 56
                              overview: >-
                                A play recounting the gang's adventures does not
                                sit well with Aang and his friends, except for
                                Toph who enjoys it very much. Meanwhile, Aang
                                confesses his love to Katara, but the response
                                is ambiguous.
                              production_code: '317'
                              runtime: 25
                              season_number: 3
                              show_id: 246
                              still_path: /uXawtxhXIs9zhkQ7CtnmHZvGwpy.jpg
                              vote_average: 7.8
                              vote_count: 36
                            - air_date: '2008-07-19'
                              episode_number: 18
                              episode_type: standard
                              id: 13576
                              name: 'Sozin''s Comet: The Phoenix King (1)'
                              order: 57
                              overview: >-
                                Aang struggles to decide whether or not he has
                                to kill the Fire Lord and, during the night, is
                                drawn toward an island which disappears before
                                morning. Zuko leads the rest of the group to the
                                Earth Kingdom to meet a tracker whom they hope
                                can find Aang. The Fire Lord crowns himself
                                Phoenix King and Aang awakens on the island not
                                knowing where he is.
                              production_code: '318'
                              runtime: 23
                              season_number: 3
                              show_id: 246
                              still_path: /ubU5kNjRCCEyXSfPOsRi62Zcqnf.jpg
                              vote_average: 8.2
                              vote_count: 36
                            - air_date: '2008-07-19'
                              episode_number: 19
                              episode_type: standard
                              id: 13573
                              name: 'Sozin''s Comet: The Old Masters (2)'
                              order: 58
                              overview: >-
                                While on the island, Aang seeks guidance from
                                his past lives, but is not pleased with what he
                                is told. The island, in fact, turns out to be a
                                lion turtle from which Aang is given the
                                guidance he had been seeking. After the tracker
                                is unable to track Aang, the rest of the group
                                decide they must find Iroh. Meanwhile, while
                                tracking down Iroh, the group meets up with The
                                Order of the White Lotus, a group that
                                transcends the division of the four nations.
                              production_code: '319'
                              runtime: 23
                              season_number: 3
                              show_id: 246
                              still_path: /51ceqvaljO0hqBjdDtmUzliHwVp.jpg
                              vote_average: 8.6
                              vote_count: 37
                            - air_date: '2008-07-19'
                              episode_number: 20
                              episode_type: standard
                              id: 13574
                              name: 'Sozin''s Comet: Into the Inferno (3)'
                              order: 59
                              overview: >-
                                Sokka, Suki, and Toph try to stop the Fire
                                Nation's air fleet. Meanwhile, Zuko and Azula
                                duel in an Agni Kai and Aang confronts the Fire
                                Lord. On the verge of losing, Aang gets hit in
                                the back of his scar which sends him into the
                                Avatar State.
                              production_code: '320'
                              runtime: 23
                              season_number: 3
                              show_id: 246
                              still_path: /jM6NzBbk5P22j3dWnIpOb7oTXeS.jpg
                              vote_average: 9.2
                              vote_count: 38
                            - air_date: '2008-07-19'
                              episode_number: 21
                              episode_type: finale
                              id: 13575
                              name: 'Sozin''s Comet: Avatar Aang (4)'
                              order: 60
                              overview: >-
                                Aang defeats the Fire Lord by bending the
                                elements within the Fire Lord and removing his
                                firebending abilities. After Zuko is taken down
                                protecting Katara from Azula, Katara joins the
                                fight and manages to restrain Azula. Afterwards,
                                Zuko is crowned Fire Lord and promises a better
                                future for the world, while Aang takes his place
                                as the next Avatar. Katara finally shows her
                                love for Aang as they kiss under the setting
                                sun.
                              production_code: '321'
                              runtime: 24
                              season_number: 3
                              show_id: 246
                              still_path: /4a93Ud89t51LcvyiDTtWFRscUhE.jpg
                              vote_average: 9.2
                              vote_count: 48
                        id:
                          type: string
                          example: 63494084f1759c007fbfcd78
                        locked:
                          type: boolean
                          example: false
                        name:
                          type: string
                          example: absolute order
                        order:
                          type: number
                          example: 1
                    example:
                      - episodes:
                          - air_date: '2005-02-21'
                            episode_number: 1
                            episode_type: standard
                            id: 13535
                            name: The Boy in the Iceberg
                            order: 0
                            overview: >-
                              Two teenage siblings (Sokka and Katara) living in
                              the South Pole discover a very strange boy (Aang),
                              along with his pet flying bison Appa, in an
                              iceberg. But can they trust him when he
                              accidentally draws the war to their village's
                              doorstep?
                            production_code: '101'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /cjo9ipGyKvY0j024I0iqhVhfN34.jpg
                            vote_average: 7.7
                            vote_count: 51
                          - air_date: '2005-02-21'
                            episode_number: 2
                            episode_type: standard
                            id: 13536
                            name: The Avatar Returns
                            order: 1
                            overview: >-
                              Katara and Sokka discover that Aang is the
                              long-lost Avatar and must rescue him when a
                              Firebending prince named Zuko kidnaps him.
                            production_code: '102'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /m3jVDcH04qAJH0LQFN7H5rOJXEA.jpg
                            vote_average: 7.8
                            vote_count: 44
                          - air_date: '2005-02-25'
                            episode_number: 3
                            episode_type: standard
                            id: 13537
                            name: The Southern Air Temple
                            order: 2
                            overview: >-
                              Aang is excited about going home for the first
                              time in one hundred years, but he is shocked to
                              find out that the temple is deserted. Aang tells
                              Sokka and Katara about his childhood as they
                              explore the temple, but they soon discover
                              something that Aang never expected. Meanwhile,
                              Zuko must make repairs to his ship and the only
                              way he can do it is to dock his ship at his
                              rival's naval base.
                            production_code: '103'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /bFBUv2VDtyBuilulFynsNGPINnw.jpg
                            vote_average: 8
                            vote_count: 42
                          - air_date: '2005-03-04'
                            episode_number: 4
                            episode_type: standard
                            id: 13538
                            name: The Warriors of Kyoshi
                            order: 3
                            overview: >-
                              The gang arrives at Kyoshi Island and are captured
                              by some Kyoshi warriors. When Aang reveals that he
                              is the avatar, news quickly spreads out,
                              eventually reaching Zuko, who then goes to Kyoshi
                              Island to capture him.
                            production_code: '104'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /4VNx9JspNnWZibkkr7XydYPHh2m.jpg
                            vote_average: 7.7
                            vote_count: 41
                          - air_date: '2005-03-18'
                            episode_number: 5
                            episode_type: standard
                            id: 13539
                            name: The King of Omashu
                            order: 4
                            overview: >-
                              Aang's abilities as an airbender are challenged by
                              a king.
                            production_code: '105'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /6p6CR7ITrtaYEo0IewpFfMVowB8.jpg
                            vote_average: 7.7
                            vote_count: 40
                          - air_date: '2005-03-25'
                            episode_number: 6
                            episode_type: standard
                            id: 13540
                            name: Imprisoned
                            order: 5
                            overview: >-
                              In a nearby Earth Village, the gang meets a
                              teenage earthbender named Haru. This village lives
                              in fear of the Fire Nation, for soldiers there
                              capture any earthbenders they can find.
                            production_code: '106'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /hVnpU1sh2vf5yG5CqpNTga8JsIz.jpg
                            vote_average: 7.6
                            vote_count: 38
                          - air_date: '2005-04-08'
                            episode_number: 7
                            episode_type: standard
                            id: 13541
                            name: 'The Spirit World: Winter Solstice (1)'
                            order: 6
                            overview: >-
                              Aang and friends visit a village being terrorized
                              by an angry spirit. Iroh is captured by Earth
                              Kingdom soldiers.
                            production_code: '107'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3dHFknGTv7Q9PNXiOoV9KT83vRn.jpg
                            vote_average: 7.8
                            vote_count: 39
                          - air_date: '2005-04-15'
                            episode_number: 8
                            episode_type: standard
                            id: 13542
                            name: 'Avatar Roku: Winter Solstice (2)'
                            order: 7
                            overview: >-
                              To contact the spirit of the previous Avatar, Aang
                              must reach a temple in the Fire Nation before the
                              sun sets on the following day. There he will learn
                              what he must do to restore balance to the world.
                              Zuko must defy his banishment to follow Aang.
                            production_code: '108'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /h8eRQzK7eBZGP3SyDnw8RFM5TK8.jpg
                            vote_average: 8.3
                            vote_count: 39
                          - air_date: '2005-04-29'
                            episode_number: 9
                            episode_type: standard
                            id: 13543
                            name: The Waterbending Scroll
                            order: 8
                            overview: >-
                              After Katara attempts to teach Aang waterbending,
                              but realizes that he is learning it much faster
                              than she is, she is desperate to improve her
                              abilities.  When Katara inadvertently stumbles
                              across a waterbending scroll that can help improve
                              her abilities at a pirate’s store, she decides to
                              steal it, realizing that she couldn’t hope to
                              afford it.
                            production_code: '109'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /8RGlT7WVERJ4tUO2z5EIOwcmy3t.jpg
                            vote_average: 7.5
                            vote_count: 38
                          - air_date: '2005-05-06'
                            episode_number: 10
                            episode_type: standard
                            id: 13544
                            name: Jet
                            order: 9
                            overview: >-
                              While traveling towards the North Pole, the group
                              almost gets captured by the Fire Nation.  However,
                              when a charismatic young man and his band of
                              rebels attack the Fire Nation camp and rescue
                              them, they learn that they are trying to resist
                              the Fire Nation’s motives to expand their
                              territory.  Katara and Aang really enjoy their
                              time with the band of rebels, but Sokka soon
                              discovers that they aren’t as noble as meets the
                              eye.
                            production_code: '110'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /iO4HwGe4CSySOg5n6ecAH9pf0bu.jpg
                            vote_average: 7.4
                            vote_count: 39
                          - air_date: '2005-05-20'
                            episode_number: 11
                            episode_type: standard
                            id: 13545
                            name: The Great Divide
                            order: 10
                            overview: >-
                              While on their way to the North Pole, Aang and his
                              friends arrive at a giant canyon where two groups
                              of refugees are bickering over who should get to
                              go across.  Aang decides to walk across with the
                              two groups to ensure they don’t fight one
                              another.  However, he soon learns that the two
                              tribes have been feuding for one hundred years and
                              they both believe their actions are justified. 
                              But when the predators inside the canyon start to
                              come out, Aang is stuck trying to defend both
                              tribes from each other and the vicious wildlife.
                            production_code: '111'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /yXln4Af5xi8jhGCXn6oWcCnG5UT.jpg
                            vote_average: 7.013
                            vote_count: 39
                          - air_date: '2005-06-03'
                            episode_number: 12
                            episode_type: standard
                            id: 13546
                            name: The Storm
                            order: 11
                            overview: >-
                              Aang, Katara and Sokka have run out of money. 
                              Katara suggests Sokka get a job, and
                              coincidentally, they meet a fisherman who is
                              looking for someone to help him out with his
                              fishing. But when the fisherman recognizes Aang as
                              the Avatar, he blames Aang's absence for all of
                              the troubles of the last 100 years, and Aang runs
                              away on his glider. Katara follows on Appa, and
                              when she finds him, Aang begins to reveal his life
                              before he was frozen in the iceberg. Meanwhile,
                              Zuko and Lieutenant Jee get into a fight, but Iroh
                              breaks it up. Soon thereafter, the Lieutenant and
                              the rest of the crew gain a newfound respect for
                              their leader after learning of his past.
                            production_code: '112'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3AhzvIYWwoudE5dPc319s2P8IWG.jpg
                            vote_average: 8.488
                            vote_count: 40
                          - air_date: '2005-06-17'
                            episode_number: 13
                            episode_type: standard
                            id: 13547
                            name: The Blue Spirit
                            order: 12
                            overview: >-
                              While Aang, Katara and Sokka are traveling, Sokka
                              gets a fever. Katara and Aang try to help Sokka,
                              when Katara also catches the fever. It's up to
                              Aang to go up on his own to save his two friends.
                              But before he can get the medicine he is captured
                              by the newly promoted Admiral Zhao and put in
                              Zhao's fortress.
                            production_code: '113'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /cyD4FCLS0vaxLmHantYqMkqACh5.jpg
                            vote_average: 8.449
                            vote_count: 39
                          - air_date: '2005-09-23'
                            episode_number: 14
                            episode_type: standard
                            id: 13548
                            name: The Fortuneteller
                            order: 13
                            overview: >-
                              When the group tries to help a man who is being
                              attacked by a platypus-bear, they discover that
                              the local town has a fortuneteller named Aunt Wu
                              in it, who has been forecasting the town's fate
                              for years. But when Sokka and Aang discover one of
                              the fortuneteller's most vital predictions is dead
                              wrong, they have to develop a plan to convince the
                              stubborn townspeople that their beloved Aunt Wu
                              was wrong.
                            production_code: '114'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3nCVnuQbSv645QFg3SYM9PELbOe.jpg
                            vote_average: 7.645
                            vote_count: 38
                          - air_date: '2005-10-07'
                            episode_number: 15
                            episode_type: standard
                            id: 13549
                            name: Bato of the Water Tribe
                            order: 14
                            overview: >-
                              Aang feels neglected as Katara and Sokka reunite
                              with Bato, an old friend of their father’s from
                              the South Pole. They begin to reminisce on their
                              times in the past while they wait for a message to
                              arrive from their father. Aang believes Katara and
                              Sokka will abandon him and go out to find their
                              father should the message arrive. However, when
                              the messenger gives Aang the message to give to
                              Bato, Aang betrays his friends in a way Katara or
                              Sokka could never imagine. However, when Zuko
                              recruits a bounty hunter named June to track Aang
                              down, his friendship is put to the test as he must
                              deal with the fact that he betrayed his friends
                              while defending himself from yet another fight.
                            production_code: '115'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /sBSdSLVgW6JxpYKhEQiWGbVl1Q3.jpg
                            vote_average: 7.244
                            vote_count: 39
                          - air_date: '2005-10-21'
                            episode_number: 16
                            episode_type: standard
                            id: 13550
                            name: The Deserter
                            order: 15
                            overview: >-
                              Aang and his friends go to a Fire Nation town so
                              that Aang can witness some firebending, but their
                              plan soon goes awry when it’s discovered that he
                              is the Avatar. Fortunately, he's rescued by an
                              individual who serves a firebending master named
                              Jeong Jeong who has abandoned the Fire Nation, so
                              Aang decides to use this time to attempt to learn
                              firebending. The firebending master, however,
                              seems reluctant to teach Aang.
                            production_code: '116'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /8TlUZ7Bdk9NbwvaXJ7r7F23uQ8J.jpg
                            vote_average: 8.2
                            vote_count: 40
                          - air_date: '2005-11-04'
                            episode_number: 17
                            episode_type: standard
                            id: 13551
                            name: The Northern Air Temple
                            order: 16
                            overview: >-
                              When Aang and his friends hear rumors about
                              surviving airbenders, they decide to stop by the
                              Northern Air Temple on their way to the North Pole
                              to see for themselves. What they find is a bunch
                              of people who are not airbenders, but have
                              mastered the art of gliding; though this upsets
                              Aang because they have been defacing the temple.
                              However, there was one part of the temple where
                              nobody has been able to enter, and what Aang and
                              his friends discover inside spells oncoming
                              conflict.
                            production_code: '117'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /ea6vqQarfblBWk95wmUdUjYzEzt.jpg
                            vote_average: 7.5
                            vote_count: 37
                          - air_date: '2005-11-18'
                            episode_number: 18
                            episode_type: standard
                            id: 13552
                            name: The Waterbending Master
                            order: 17
                            overview: >-
                              When Aang tries to find the north pole, he is
                              found by the north pole instead. As they are taken
                              there, Aang and Katara are eager to find a
                              waterbending master, only to discover that girls
                              are not allowed to learn waterbending.
                            production_code: '118'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /yGmwLBcQboXSRnmKpaa7utygUNt.jpg
                            vote_average: 8
                            vote_count: 37
                          - air_date: '2005-12-02'
                            episode_number: 19
                            episode_type: standard
                            id: 13553
                            name: The Siege of the North (1)
                            order: 18
                            overview: >-
                              Zhao begins to launch his attack against the
                              Northern Water Tribe. As the walls of the
                              prestiged city begin to fall, the Avatar taps into
                              the spirit world and seeks the help of one of the
                              oldest spirits, in hopes of saving one of the most
                              prominent areas of the world.
                            production_code: '119'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /9jGillcXki194qzZm1LYfXNlVhz.jpg
                            vote_average: 8.2
                            vote_count: 37
                          - air_date: '2005-12-02'
                            episode_number: 20
                            episode_type: finale
                            id: 13554
                            name: The Siege of the North (2)
                            order: 19
                            overview: >-
                              Aang returns from the spirit world to a big
                              surprise. Meanwhile, Zhao and his forces continue
                              to press deeper into the Northern Water Tribe.
                              Iroh makes a powerful stand and Zuko struggles to
                              keep his plan intact.
                            production_code: '120'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /sVqGZedB0hAOD9tPcHIwUMz3bsy.jpg
                            vote_average: 8.7
                            vote_count: 35
                          - air_date: '2006-03-17'
                            episode_number: 1
                            episode_type: standard
                            id: 13579
                            name: The Avatar State
                            order: 20
                            overview: >-
                              Plagued with nightmares featuring the devastating
                              power of his Avatar State, Aang and the gang meet
                              an Earth Kingdom general who has big plans for
                              defeating the Fire Nation. Meanwhile, Zuko and
                              Iroh, having survived the failed attack on the
                              North Water Tribe, have a surprise visit from
                              Zuko's sister with seemingly good news.
                            production_code: '201'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /oIy3PKC460qRbiPIxNKiuVf9QSH.jpg
                            vote_average: 7.838
                            vote_count: 37
                          - air_date: '2006-03-24'
                            episode_number: 2
                            episode_type: standard
                            id: 13577
                            name: The Cave of Two Lovers
                            order: 21
                            overview: >-
                              On their way to Omashu, Aang, Katara, and Sokka
                              meet a group of nomads who show them a shortcut
                              through the "Cave of Two Lovers". But when the
                              group becomes trapped in the cave, it's up to Aang
                              and Katara to save the group by trusting in love,
                              possibly questioning their relationship.
                              Meanwhile, Iroh gets a lethal rash so Zuko and
                              Iroh head to a small Earth Kingdom town for help,
                              hoping their real identities will not be
                              discovered.
                            production_code: '202'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /nnXvDDSFUylD6SS7bpm1PXaNUbe.jpg
                            vote_average: 7.5
                            vote_count: 37
                          - air_date: '2006-04-07'
                            episode_number: 3
                            episode_type: standard
                            id: 13578
                            name: Return to Omashu
                            order: 22
                            overview: >-
                              Despite the shocking news the gang have just
                              discovered, Aang insists on trying to find King
                              Bumi within Omashu's borders, even with the
                              dangers that will await him and his friends if his
                              real identity is discovered.  Meanwhile Azula goes
                              in search of old friends to help her with her
                              mission.
                            production_code: '203'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ryrXflY4MEKwvow1Kww607gVfzO.jpg
                            vote_average: 7.528
                            vote_count: 36
                          - air_date: '2006-04-14'
                            episode_number: 4
                            episode_type: standard
                            id: 13580
                            name: The Swamp
                            order: 23
                            overview: >-
                              A mysterious tornado pulls the kids into a
                              supernatural swamp where Katara, Sokka and Aang
                              have mysterious visions. Meanwhile, Momo and Appa
                              are chased by rogue swamp dwellers and only Aang
                              and the gang can save them.
                            production_code: '204'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /8iSkwakA54mqxcBUZtZsISnvkco.jpg
                            vote_average: 7.714
                            vote_count: 35
                          - air_date: '2006-04-28'
                            episode_number: 5
                            episode_type: standard
                            id: 13583
                            name: Avatar Day
                            order: 24
                            overview: >-
                              Aang and the gang discover an Earth town that
                              celebrates something called "Avatar Day." But when
                              they get there and learn the festival is of
                              "anti-Avatar" sentiment and Aang is put on trial
                              for a crime a past incarnation allegedly
                              committed. Looking to clear the Avatar's good
                              name, Katara and Sokka venture back to a familiar 
                              place to gather evidence and discover the truth.
                            production_code: '205'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /rCttnlrBm4A8e8Vt7strjXYkCPS.jpg
                            vote_average: 7.25
                            vote_count: 36
                          - air_date: '2006-05-05'
                            episode_number: 6
                            episode_type: standard
                            id: 13582
                            name: The Blind Bandit
                            order: 25
                            overview: >-
                              In search for an Earthbending teacher for Aang,
                              the kids go to an underground Earthbending
                              tournament called Earth Rumble 6, where they
                              encounter Toph, a blind but powerful Earthbending
                              girl. After seeing her unique style of
                              Earthbending, Aang wants Toph to become his
                              teacher, but there are complications with Toph's
                              family.
                            production_code: '206'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ouMgUBM6duJ4cS3jXm2rUomz5X.jpg
                            vote_average: 8.27
                            vote_count: 37
                          - air_date: '2006-05-12'
                            episode_number: 7
                            episode_type: standard
                            id: 13584
                            name: Zuko Alone
                            order: 26
                            overview: >-
                              Zuko travels by himself to an Earth Kingdom town
                              were he meets a local boy. The two almost become
                              friends, while Zuko suffers from flashbacks of his
                              past.
                            production_code: '207'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /8KNbkm7kniSrdH4Ye07vUd6z8hC.jpg
                            vote_average: 8.8
                            vote_count: 37
                          - air_date: '2006-05-26'
                            episode_number: 8
                            episode_type: standard
                            id: 13581
                            name: The Chase
                            order: 27
                            overview: >-
                              Tired from trying to escape a machine that shows
                              up every time they try to sleep, Aang and the gang
                              have to escape Azula and her team, but their
                              exhaustion leads to a tight situation. Meanwhile,
                              Zuko must deal with something personal, and Iroh
                              bonds with an unlikely individual.
                            production_code: '208'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /jM4D3ngfBqV1VzQeHKOadjT4qxG.jpg
                            vote_average: 8.2
                            vote_count: 35
                          - air_date: '2006-06-02'
                            episode_number: 9
                            episode_type: standard
                            id: 13588
                            name: Bitter Work
                            order: 28
                            overview: >-
                              Toph's instructing abilities come into question
                              when Aang cannot seem to overcome a block that
                              keeps him from earthbending. Sokka gets himself in
                              a jam, while befriending what was, moments before,
                              his next meal, and Iroh and Zuko begin training
                              utilizing new philosophies and methods that
                              originate from the other elements.
                            production_code: '209'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /56Uya5iHbyRjSXvWIN1P6eAQSfc.jpg
                            vote_average: 8.2
                            vote_count: 37
                          - air_date: '2006-07-14'
                            episode_number: 10
                            episode_type: standard
                            id: 13587
                            name: The Library
                            order: 29
                            overview: >-
                              When Aang and his friends find a professor who
                              knows of a library that contains information about
                              the world, Sokka decides to go there to hopefully
                              find some information to use against the Fire
                              Nation. The library is guarded by the knowledge
                              spirit, Wan Shi Tong, who doesn't welcome humans
                              into his library, because he believes they only
                              seek information for evil purposes. When Wan Shi
                              Tong discovers Sokka wasn't being truthful with
                              him, he begins to sink the library, bringing the
                              kids down with it.
                            production_code: '210'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /fvAu7bhOFyI9HEt1Msp0WutlILb.jpg
                            vote_average: 8.1
                            vote_count: 36
                          - air_date: '2006-07-14'
                            episode_number: 11
                            episode_type: mid_season
                            id: 13586
                            name: The Desert
                            order: 30
                            overview: >-
                              Aang searches for Appa while Katara struggles to
                              keep everyone together to survive in the vast
                              desert. Meanwhile, Iroh and Zuko seek help from an
                              ancient secret society.
                            production_code: '211'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /1iJoEqtFi6v0fj3dNmiQRh05L5H.jpg
                            vote_average: 8
                            vote_count: 35
                          - air_date: '2006-09-15'
                            episode_number: 12
                            episode_type: standard
                            id: 13589
                            name: The Serpent's Pass
                            order: 31
                            overview: >-
                              When Aang and the gang meet up with a group of
                              refugees, they tell the gang where they can get on
                              a ferry to Ba Sing Se. But after a series of
                              events they have to take a deadly route called the
                              serpent's pass with the help of an old friend,
                              Suki. Meanwhile Zuko and Iroh meet up with a boy
                              named Jet and his freedom fighters.
                            production_code: '212'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /1OmMINcc4KaNBJmuswLq2ee3VXF.jpg
                            vote_average: 8.1
                            vote_count: 33
                          - air_date: '2006-09-15'
                            episode_number: 13
                            episode_type: standard
                            id: 13585
                            name: The Drill
                            order: 32
                            overview: >-
                              Having made it to the outer wall of Ba Sing Se,
                              the kids confront a Fire Nation army that is
                              driving a massive Fire Nation drill, which poses
                              an imminent threat to the last Earth Kingdom
                              stronghold. Meanwhile, Zuko and Iroh make crucial
                              mistakes which begin to attract Jet's suspicions.
                            production_code: '213'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /oinuOajlGzfwvcpmXyPE15IwfTL.jpg
                            vote_average: 8.1
                            vote_count: 32
                          - air_date: '2006-09-22'
                            episode_number: 14
                            episode_type: standard
                            id: 13591
                            name: City of Walls and Secrets
                            order: 33
                            overview: >-
                              Having finally made it into Ba Sing Se, the kids
                              are given a house in the upper ring. The kids are
                              anxious to tell the Earth King their plan but
                              there are complications. Meanwhile, still
                              convinced that Iroh and Zuko may be Fire Nation,
                              Jet decides to take matters into his own hands and
                              do whatever it takes to get the refugees to reveal
                              their true nature.
                            production_code: '214'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ewTBqdyYruMREGkKbMZysZ0QgoG.jpg
                            vote_average: 8.1
                            vote_count: 34
                          - air_date: '2006-09-29'
                            episode_number: 15
                            episode_type: standard
                            id: 13594
                            name: The Tales of Ba Sing Se
                            order: 34
                            overview: >-
                              A series of short stories, highlighting different
                              characters and their individual adventures in the
                              city. Tales of Katara and Toph, Iroh, Sokka, Aang,
                              Zuko, and Momo.
                            production_code: '215'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /aJIcdw8ZYTwfvBZrca2VVTGHWEG.jpg
                            vote_average: 8.4
                            vote_count: 36
                          - air_date: '2006-10-13'
                            episode_number: 16
                            episode_type: standard
                            id: 13593
                            name: Appa's Lost Days
                            order: 35
                            overview: >-
                              Appa's journey from being abducted in the desert
                              to the present is explored.
                            production_code: '216'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /hem0BVH2mXx71Xf79RolSFLzeJV.jpg
                            vote_average: 8.3
                            vote_count: 34
                          - air_date: '2006-11-03'
                            episode_number: 17
                            episode_type: standard
                            id: 13592
                            name: Lake Laogai
                            order: 36
                            overview: >-
                              Aang and his friends continue to search for Appa
                              and, unbeknownst to them, they aren't the only
                              ones looking for him. During their search, the
                              kids meet up with Jet, whom they are
                              understandably reluctant to trust. The kids soon
                              realize that the Dai Li are doing their best to
                              thwart the kids' efforts to find Appa. Meanwhile,
                              Iroh is offered his own tea shop in the upper
                              ring, and Zuko discovers the avatar is in the
                              city.
                            production_code: '217'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /cdrc7Caz9VabYfBl9bH9R93wk4j.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2006-11-17'
                            episode_number: 18
                            episode_type: standard
                            id: 13590
                            name: The Earth King
                            order: 37
                            overview: >-
                              The kids battle Long Feng and the Dai Li when they
                              attempt to show the Earth King the vast conspiracy
                              taking place in his city. Zuko becomes seriously
                              ill and has feverish dreams as he faces a
                              spiritual crisis.
                            production_code: '218'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /y4UHFyv67j6sf1wxvGljl5kpoKU.jpg
                            vote_average: 8
                            vote_count: 33
                          - air_date: '2006-12-01'
                            episode_number: 19
                            episode_type: standard
                            id: 13595
                            name: The Guru
                            order: 38
                            overview: >-
                              Aang travels to the Eastern Air temple to receive
                              guidance from Guru Pathik while Sokka is reunited
                              with his long-lost father. Meanwhile, Azula has
                              something diabolical in store for her enemies in
                              the Earth Kingdom, including Zuko and Iroh.
                            production_code: '219'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /49ED3hLwNq6sibzazGv656CrLEW.jpg
                            vote_average: 8.3
                            vote_count: 35
                          - air_date: '2006-12-01'
                            episode_number: 20
                            episode_type: finale
                            id: 13596
                            name: The Crossroads of Destiny
                            order: 39
                            overview: >-
                              Everyone races against time to stop Azula's
                              sinister plan. Zuko finds companionship in an
                              unlikely source. Aang's destiny hangs in the
                              balance—and so does Zuko's, as Iroh tells him it's
                              time to make a choice.
                            production_code: '220'
                            runtime: 22
                            season_number: 2
                            show_id: 246
                            still_path: /5Ix70WNv3rqYv0AVWPifE7euOq4.jpg
                            vote_average: 8.629
                            vote_count: 35
                          - air_date: '2007-09-21'
                            episode_number: 1
                            episode_type: standard
                            id: 13555
                            name: The Awakening
                            order: 40
                            overview: >-
                              Aang awakens to find himself aboard a captured
                              Fire Nation ship with a full head of hair and
                              sustaining serious injuries from the previous
                              battle for Ba Sing Se. At his side are Katara,
                              Sokka, and their father Hakoda who recount the
                              events that led the four to the ship and
                              contemplate their next move. Aang struggles to
                              fight his own desire to face the Fire Lord before
                              he is ready. Meanwhile, Zuko deals with his own
                              issues as he makes his long-awaited journey home,
                              with the fear of his father's rejection hanging
                              over his head.
                            production_code: '301'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /4bucff7ht2AkY6mAVgYMsJPVxo7.jpg
                            vote_average: 7.9
                            vote_count: 35
                          - air_date: '2007-09-28'
                            episode_number: 2
                            episode_type: standard
                            id: 13556
                            name: The Headband
                            order: 41
                            overview: >-
                              To better blend in as Fire Nation citizens, Aang
                              enrolls in a Fire Nation school, giving himself an
                              opportunity to learn more about the Nation and to
                              enjoy life as a normal kid for the first time
                              since he discovered he was the Avatar. Meanwhile
                              Zuko, growing more and more paranoid about the
                              Avatar's false demise, brings himself to confront
                              the imprisoned Iroh.
                            production_code: '302'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /2b5qDWFIxJDlv2d7FLPd9IDwdnk.jpg
                            vote_average: 7.9
                            vote_count: 37
                          - air_date: '2007-10-05'
                            episode_number: 3
                            episode_type: standard
                            id: 13557
                            name: The Painted Lady
                            order: 42
                            overview: >-
                              When the gang arrives at a suffering fishing
                              village, a mysterious spirit appears to help the
                              villagers.
                            production_code: '303'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /jIOrXmDp5YcCwPoeaw6MGLU1rfd.jpg
                            vote_average: 7.8
                            vote_count: 34
                          - air_date: '2007-10-12'
                            episode_number: 4
                            episode_type: standard
                            id: 13558
                            name: Sokka's Master
                            order: 43
                            overview: >-
                              Feeling as though he isn't contributing enough to
                              the group, Sokka seeks out an elusive swordsmaster
                              from whom he can learn the ways of the blade.
                            production_code: '304'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /2cjFSKxFHOqj0TpAnd4SqHjQ5G2.jpg
                            vote_average: 7.9
                            vote_count: 36
                          - air_date: '2007-10-19'
                            episode_number: 5
                            episode_type: standard
                            id: 13559
                            name: The Beach
                            order: 44
                            overview: >-
                              Zuko, Azula, Mai and Ty Lee take a vacation to
                              Ember Island. In the process, they come to learn
                              more about themselves and each other as well as
                              their desires for the future. Elsewhere, Aang and
                              the others face off against a new adversary.
                            production_code: '305'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /8OKDuNidwMMMgakf67c8tCX3I2C.jpg
                            vote_average: 7.7
                            vote_count: 35
                          - air_date: '2007-10-26'
                            episode_number: 6
                            episode_type: standard
                            id: 13560
                            name: The Avatar and the Firelord
                            order: 45
                            overview: >-
                              The tale of Avatar Roku and Fire Lord Sozin is
                              revealed to Aang and Zuko by different sources. 
                              Both learn about themselves and are shown the
                              origins of the war.
                            production_code: '306'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /sFZ1uE6Kl50PRt2yGaGdKTay4gA.jpg
                            vote_average: 8.7
                            vote_count: 37
                          - air_date: '2007-11-02'
                            episode_number: 7
                            episode_type: standard
                            id: 13561
                            name: The Runaway
                            order: 46
                            overview: >-
                              When Katara expresses her disapproval of Toph's
                              new way to make quick cash, the group finds her
                              too motherly and tension grows between Katara and
                              Toph. When Katara finally decides to participate
                              in this scam to disprove Toph's accusations, they
                              are left vulnerable and are forced to face the
                              dire consequences.
                            production_code: '307'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /8gymKiOEJNYZPVScLRVUhNuYgCj.jpg
                            vote_average: 7.9
                            vote_count: 36
                          - air_date: '2007-11-09'
                            episode_number: 8
                            episode_type: standard
                            id: 13562
                            name: The Puppetmaster
                            order: 47
                            overview: >-
                              The gang investigates the bizarre disappearances
                              taking place within an eerie town.
                            production_code: '308'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /d1ECriFq8qpttMnHwrAVewSq6IF.jpg
                            vote_average: 8.5
                            vote_count: 35
                          - air_date: '2007-11-16'
                            episode_number: 9
                            episode_type: standard
                            id: 13563
                            name: Nightmares and Daydreams
                            order: 48
                            overview: >-
                              Four days prior the invasion, Aang becomes nervous
                              over his soon-to-come confrontation with the Fire
                              Lord. His anxiety gets the better of him as he
                              begins to suffer from outrageous nightmares and
                              hallucinations. Meanwhile, Zuko becomes upset to
                              learn that he was not informed about a war
                              meeting.
                            production_code: '309'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /wiMuXVUPqSJFmny7Z6eqgZeRicn.jpg
                            vote_average: 7.1
                            vote_count: 36
                          - air_date: '2007-11-30'
                            episode_number: 10
                            episode_type: standard
                            id: 13564
                            name: 'The Day of Black Sun: The Invasion (1)'
                            order: 49
                            overview: >-
                              The day of the eclipse has arrived, and the
                              invasion force gathers together to make last
                              preparations. They infiltrate the island and the
                              battle begins. Meanwhile, Aang searches for the
                              Fire Lord.
                            production_code: '310'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /njLvVlI4HzQtxFYNG5G2LPpZJqF.jpg
                            vote_average: 8.1
                            vote_count: 34
                          - air_date: '2007-11-30'
                            episode_number: 11
                            episode_type: mid_season
                            id: 13565
                            name: 'The Day of Black Sun: The Eclipse (2)'
                            order: 50
                            overview: >-
                              As the invasion force fights their way to the Fire
                              Nation capital, the kids help Aang find the Fire
                              Lord in time for the eclipse. Zuko confronts his
                              father with shocking news.
                            production_code: '311'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /8IyCdPVbGeS6bO8Ij2EVd8oiUwm.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2008-07-14'
                            episode_number: 12
                            episode_type: standard
                            id: 13566
                            name: The Western Air Temple
                            order: 51
                            overview: >-
                              Aang and the group arrive at the Western Air
                              Temple, with Zuko in pursuit. Zuko wishes to help
                              the Avatar end the war by teaching him
                              firebending.
                            production_code: '312'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /k6BAVhHNN5JEvbvwK35wXUhxcFv.jpg
                            vote_average: 8.1
                            vote_count: 35
                          - air_date: '2008-07-15'
                            episode_number: 13
                            episode_type: standard
                            id: 13567
                            name: The Firebending Masters
                            order: 52
                            overview: >-
                              While teaching Aang firebending, Zuko realizes
                              that he has lost all his firebending skills. To
                              regain his powers, Zuko and Aang must seek the
                              original source of firebending within the ruins of
                              a lost civilization.
                            production_code: '313'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /1kxN4TUSR1G9Te6GdP3Uh5ziFRo.jpg
                            vote_average: 8.3
                            vote_count: 36
                          - air_date: '2008-07-16'
                            episode_number: 14
                            episode_type: standard
                            id: 13568
                            name: The Boiling Rock (1)
                            order: 53
                            overview: >-
                              Sokka wants to break his father out of jail and
                              asks Zuko for information on Fire Nation prisons.
                              Sokka and Zuko head for the Boiling Rock, a prison
                              located in the middle of a volcano, to rescue
                              Sokka's father.
                            production_code: '314'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /keivJ7wk45aLbg03AqEb9WgrYSz.jpg
                            vote_average: 8
                            vote_count: 33
                          - air_date: '2008-07-16'
                            episode_number: 15
                            episode_type: standard
                            id: 13569
                            name: The Boiling Rock (2)
                            order: 54
                            overview: >-
                              Zuko and Sokka make new plans to break out of the
                              prison with Suki, Sokka's father and some others
                              while a shocking twist leaves Azula none too happy
                              with her two closest friends.
                            production_code: '315'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /zPQ44AtLyDOvGXzKECQ3zmpEQun.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2008-07-17'
                            episode_number: 16
                            episode_type: standard
                            id: 13570
                            name: The Southern Raiders
                            order: 55
                            overview: >-
                              Katara decides to confront the Fire Nation soldier
                              responsible for her mother's death. Aang tries to
                              talk her out of it, but she doesn't listen.
                            production_code: '316'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /uizw41KRd4OMaLur4SMHCciI0n3.jpg
                            vote_average: 8
                            vote_count: 36
                          - air_date: '2008-07-18'
                            episode_number: 17
                            episode_type: standard
                            id: 13571
                            name: The Ember Island Players
                            order: 56
                            overview: >-
                              A play recounting the gang's adventures does not
                              sit well with Aang and his friends, except for
                              Toph who enjoys it very much. Meanwhile, Aang
                              confesses his love to Katara, but the response is
                              ambiguous.
                            production_code: '317'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /uXawtxhXIs9zhkQ7CtnmHZvGwpy.jpg
                            vote_average: 7.8
                            vote_count: 36
                          - air_date: '2008-07-19'
                            episode_number: 18
                            episode_type: standard
                            id: 13576
                            name: 'Sozin''s Comet: The Phoenix King (1)'
                            order: 57
                            overview: >-
                              Aang struggles to decide whether or not he has to
                              kill the Fire Lord and, during the night, is drawn
                              toward an island which disappears before morning.
                              Zuko leads the rest of the group to the Earth
                              Kingdom to meet a tracker whom they hope can find
                              Aang. The Fire Lord crowns himself Phoenix King
                              and Aang awakens on the island not knowing where
                              he is.
                            production_code: '318'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /ubU5kNjRCCEyXSfPOsRi62Zcqnf.jpg
                            vote_average: 8.2
                            vote_count: 36
                          - air_date: '2008-07-19'
                            episode_number: 19
                            episode_type: standard
                            id: 13573
                            name: 'Sozin''s Comet: The Old Masters (2)'
                            order: 58
                            overview: >-
                              While on the island, Aang seeks guidance from his
                              past lives, but is not pleased with what he is
                              told. The island, in fact, turns out to be a lion
                              turtle from which Aang is given the guidance he
                              had been seeking. After the tracker is unable to
                              track Aang, the rest of the group decide they must
                              find Iroh. Meanwhile, while tracking down Iroh,
                              the group meets up with The Order of the White
                              Lotus, a group that transcends the division of the
                              four nations.
                            production_code: '319'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /51ceqvaljO0hqBjdDtmUzliHwVp.jpg
                            vote_average: 8.6
                            vote_count: 37
                          - air_date: '2008-07-19'
                            episode_number: 20
                            episode_type: standard
                            id: 13574
                            name: 'Sozin''s Comet: Into the Inferno (3)'
                            order: 59
                            overview: >-
                              Sokka, Suki, and Toph try to stop the Fire
                              Nation's air fleet. Meanwhile, Zuko and Azula duel
                              in an Agni Kai and Aang confronts the Fire Lord.
                              On the verge of losing, Aang gets hit in the back
                              of his scar which sends him into the Avatar State.
                            production_code: '320'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /jM6NzBbk5P22j3dWnIpOb7oTXeS.jpg
                            vote_average: 9.2
                            vote_count: 38
                          - air_date: '2008-07-19'
                            episode_number: 21
                            episode_type: finale
                            id: 13575
                            name: 'Sozin''s Comet: Avatar Aang (4)'
                            order: 60
                            overview: >-
                              Aang defeats the Fire Lord by bending the elements
                              within the Fire Lord and removing his firebending
                              abilities. After Zuko is taken down protecting
                              Katara from Azula, Katara joins the fight and
                              manages to restrain Azula. Afterwards, Zuko is
                              crowned Fire Lord and promises a better future for
                              the world, while Aang takes his place as the next
                              Avatar. Katara finally shows her love for Aang as
                              they kiss under the setting sun.
                            production_code: '321'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /4a93Ud89t51LcvyiDTtWFRscUhE.jpg
                            vote_average: 9.2
                            vote_count: 48
                        id: 63494084f1759c007fbfcd78
                        locked: false
                        name: absolute order
                        order: 1
                  id:
                    type: string
                    example: 63494078501cf2007a1e7807
                  name:
                    type: string
                    example: absolute order
                  network:
                    nullable: true
                    example: null
                  type:
                    type: number
                    example: 2
              examples:
                Details:
                  value:
                    description: ''
                    episode_count: 61
                    group_count: 1
                    groups:
                      - episodes:
                          - air_date: '2005-02-21'
                            episode_number: 1
                            episode_type: standard
                            id: 13535
                            name: The Boy in the Iceberg
                            order: 0
                            overview: >-
                              Two teenage siblings (Sokka and Katara) living in
                              the South Pole discover a very strange boy (Aang),
                              along with his pet flying bison Appa, in an
                              iceberg. But can they trust him when he
                              accidentally draws the war to their village's
                              doorstep?
                            production_code: '101'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /cjo9ipGyKvY0j024I0iqhVhfN34.jpg
                            vote_average: 7.7
                            vote_count: 51
                          - air_date: '2005-02-21'
                            episode_number: 2
                            episode_type: standard
                            id: 13536
                            name: The Avatar Returns
                            order: 1
                            overview: >-
                              Katara and Sokka discover that Aang is the
                              long-lost Avatar and must rescue him when a
                              Firebending prince named Zuko kidnaps him.
                            production_code: '102'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /m3jVDcH04qAJH0LQFN7H5rOJXEA.jpg
                            vote_average: 7.8
                            vote_count: 44
                          - air_date: '2005-02-25'
                            episode_number: 3
                            episode_type: standard
                            id: 13537
                            name: The Southern Air Temple
                            order: 2
                            overview: >-
                              Aang is excited about going home for the first
                              time in one hundred years, but he is shocked to
                              find out that the temple is deserted. Aang tells
                              Sokka and Katara about his childhood as they
                              explore the temple, but they soon discover
                              something that Aang never expected. Meanwhile,
                              Zuko must make repairs to his ship and the only
                              way he can do it is to dock his ship at his
                              rival's naval base.
                            production_code: '103'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /bFBUv2VDtyBuilulFynsNGPINnw.jpg
                            vote_average: 8
                            vote_count: 42
                          - air_date: '2005-03-04'
                            episode_number: 4
                            episode_type: standard
                            id: 13538
                            name: The Warriors of Kyoshi
                            order: 3
                            overview: >-
                              The gang arrives at Kyoshi Island and are captured
                              by some Kyoshi warriors. When Aang reveals that he
                              is the avatar, news quickly spreads out,
                              eventually reaching Zuko, who then goes to Kyoshi
                              Island to capture him.
                            production_code: '104'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /4VNx9JspNnWZibkkr7XydYPHh2m.jpg
                            vote_average: 7.7
                            vote_count: 41
                          - air_date: '2005-03-18'
                            episode_number: 5
                            episode_type: standard
                            id: 13539
                            name: The King of Omashu
                            order: 4
                            overview: >-
                              Aang's abilities as an airbender are challenged by
                              a king.
                            production_code: '105'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /6p6CR7ITrtaYEo0IewpFfMVowB8.jpg
                            vote_average: 7.7
                            vote_count: 40
                          - air_date: '2005-03-25'
                            episode_number: 6
                            episode_type: standard
                            id: 13540
                            name: Imprisoned
                            order: 5
                            overview: >-
                              In a nearby Earth Village, the gang meets a
                              teenage earthbender named Haru. This village lives
                              in fear of the Fire Nation, for soldiers there
                              capture any earthbenders they can find.
                            production_code: '106'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /hVnpU1sh2vf5yG5CqpNTga8JsIz.jpg
                            vote_average: 7.6
                            vote_count: 38
                          - air_date: '2005-04-08'
                            episode_number: 7
                            episode_type: standard
                            id: 13541
                            name: 'The Spirit World: Winter Solstice (1)'
                            order: 6
                            overview: >-
                              Aang and friends visit a village being terrorized
                              by an angry spirit. Iroh is captured by Earth
                              Kingdom soldiers.
                            production_code: '107'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3dHFknGTv7Q9PNXiOoV9KT83vRn.jpg
                            vote_average: 7.8
                            vote_count: 39
                          - air_date: '2005-04-15'
                            episode_number: 8
                            episode_type: standard
                            id: 13542
                            name: 'Avatar Roku: Winter Solstice (2)'
                            order: 7
                            overview: >-
                              To contact the spirit of the previous Avatar, Aang
                              must reach a temple in the Fire Nation before the
                              sun sets on the following day. There he will learn
                              what he must do to restore balance to the world.
                              Zuko must defy his banishment to follow Aang.
                            production_code: '108'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /h8eRQzK7eBZGP3SyDnw8RFM5TK8.jpg
                            vote_average: 8.3
                            vote_count: 39
                          - air_date: '2005-04-29'
                            episode_number: 9
                            episode_type: standard
                            id: 13543
                            name: The Waterbending Scroll
                            order: 8
                            overview: >-
                              After Katara attempts to teach Aang waterbending,
                              but realizes that he is learning it much faster
                              than she is, she is desperate to improve her
                              abilities.  When Katara inadvertently stumbles
                              across a waterbending scroll that can help improve
                              her abilities at a pirate’s store, she decides to
                              steal it, realizing that she couldn’t hope to
                              afford it.
                            production_code: '109'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /8RGlT7WVERJ4tUO2z5EIOwcmy3t.jpg
                            vote_average: 7.5
                            vote_count: 38
                          - air_date: '2005-05-06'
                            episode_number: 10
                            episode_type: standard
                            id: 13544
                            name: Jet
                            order: 9
                            overview: >-
                              While traveling towards the North Pole, the group
                              almost gets captured by the Fire Nation.  However,
                              when a charismatic young man and his band of
                              rebels attack the Fire Nation camp and rescue
                              them, they learn that they are trying to resist
                              the Fire Nation’s motives to expand their
                              territory.  Katara and Aang really enjoy their
                              time with the band of rebels, but Sokka soon
                              discovers that they aren’t as noble as meets the
                              eye.
                            production_code: '110'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /iO4HwGe4CSySOg5n6ecAH9pf0bu.jpg
                            vote_average: 7.4
                            vote_count: 39
                          - air_date: '2005-05-20'
                            episode_number: 11
                            episode_type: standard
                            id: 13545
                            name: The Great Divide
                            order: 10
                            overview: >-
                              While on their way to the North Pole, Aang and his
                              friends arrive at a giant canyon where two groups
                              of refugees are bickering over who should get to
                              go across.  Aang decides to walk across with the
                              two groups to ensure they don’t fight one
                              another.  However, he soon learns that the two
                              tribes have been feuding for one hundred years and
                              they both believe their actions are justified. 
                              But when the predators inside the canyon start to
                              come out, Aang is stuck trying to defend both
                              tribes from each other and the vicious wildlife.
                            production_code: '111'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /yXln4Af5xi8jhGCXn6oWcCnG5UT.jpg
                            vote_average: 7.013
                            vote_count: 39
                          - air_date: '2005-06-03'
                            episode_number: 12
                            episode_type: standard
                            id: 13546
                            name: The Storm
                            order: 11
                            overview: >-
                              Aang, Katara and Sokka have run out of money. 
                              Katara suggests Sokka get a job, and
                              coincidentally, they meet a fisherman who is
                              looking for someone to help him out with his
                              fishing. But when the fisherman recognizes Aang as
                              the Avatar, he blames Aang's absence for all of
                              the troubles of the last 100 years, and Aang runs
                              away on his glider. Katara follows on Appa, and
                              when she finds him, Aang begins to reveal his life
                              before he was frozen in the iceberg. Meanwhile,
                              Zuko and Lieutenant Jee get into a fight, but Iroh
                              breaks it up. Soon thereafter, the Lieutenant and
                              the rest of the crew gain a newfound respect for
                              their leader after learning of his past.
                            production_code: '112'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3AhzvIYWwoudE5dPc319s2P8IWG.jpg
                            vote_average: 8.488
                            vote_count: 40
                          - air_date: '2005-06-17'
                            episode_number: 13
                            episode_type: standard
                            id: 13547
                            name: The Blue Spirit
                            order: 12
                            overview: >-
                              While Aang, Katara and Sokka are traveling, Sokka
                              gets a fever. Katara and Aang try to help Sokka,
                              when Katara also catches the fever. It's up to
                              Aang to go up on his own to save his two friends.
                              But before he can get the medicine he is captured
                              by the newly promoted Admiral Zhao and put in
                              Zhao's fortress.
                            production_code: '113'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /cyD4FCLS0vaxLmHantYqMkqACh5.jpg
                            vote_average: 8.449
                            vote_count: 39
                          - air_date: '2005-09-23'
                            episode_number: 14
                            episode_type: standard
                            id: 13548
                            name: The Fortuneteller
                            order: 13
                            overview: >-
                              When the group tries to help a man who is being
                              attacked by a platypus-bear, they discover that
                              the local town has a fortuneteller named Aunt Wu
                              in it, who has been forecasting the town's fate
                              for years. But when Sokka and Aang discover one of
                              the fortuneteller's most vital predictions is dead
                              wrong, they have to develop a plan to convince the
                              stubborn townspeople that their beloved Aunt Wu
                              was wrong.
                            production_code: '114'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /3nCVnuQbSv645QFg3SYM9PELbOe.jpg
                            vote_average: 7.645
                            vote_count: 38
                          - air_date: '2005-10-07'
                            episode_number: 15
                            episode_type: standard
                            id: 13549
                            name: Bato of the Water Tribe
                            order: 14
                            overview: >-
                              Aang feels neglected as Katara and Sokka reunite
                              with Bato, an old friend of their father’s from
                              the South Pole. They begin to reminisce on their
                              times in the past while they wait for a message to
                              arrive from their father. Aang believes Katara and
                              Sokka will abandon him and go out to find their
                              father should the message arrive. However, when
                              the messenger gives Aang the message to give to
                              Bato, Aang betrays his friends in a way Katara or
                              Sokka could never imagine. However, when Zuko
                              recruits a bounty hunter named June to track Aang
                              down, his friendship is put to the test as he must
                              deal with the fact that he betrayed his friends
                              while defending himself from yet another fight.
                            production_code: '115'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /sBSdSLVgW6JxpYKhEQiWGbVl1Q3.jpg
                            vote_average: 7.244
                            vote_count: 39
                          - air_date: '2005-10-21'
                            episode_number: 16
                            episode_type: standard
                            id: 13550
                            name: The Deserter
                            order: 15
                            overview: >-
                              Aang and his friends go to a Fire Nation town so
                              that Aang can witness some firebending, but their
                              plan soon goes awry when it’s discovered that he
                              is the Avatar. Fortunately, he's rescued by an
                              individual who serves a firebending master named
                              Jeong Jeong who has abandoned the Fire Nation, so
                              Aang decides to use this time to attempt to learn
                              firebending. The firebending master, however,
                              seems reluctant to teach Aang.
                            production_code: '116'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /8TlUZ7Bdk9NbwvaXJ7r7F23uQ8J.jpg
                            vote_average: 8.2
                            vote_count: 40
                          - air_date: '2005-11-04'
                            episode_number: 17
                            episode_type: standard
                            id: 13551
                            name: The Northern Air Temple
                            order: 16
                            overview: >-
                              When Aang and his friends hear rumors about
                              surviving airbenders, they decide to stop by the
                              Northern Air Temple on their way to the North Pole
                              to see for themselves. What they find is a bunch
                              of people who are not airbenders, but have
                              mastered the art of gliding; though this upsets
                              Aang because they have been defacing the temple.
                              However, there was one part of the temple where
                              nobody has been able to enter, and what Aang and
                              his friends discover inside spells oncoming
                              conflict.
                            production_code: '117'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /ea6vqQarfblBWk95wmUdUjYzEzt.jpg
                            vote_average: 7.5
                            vote_count: 37
                          - air_date: '2005-11-18'
                            episode_number: 18
                            episode_type: standard
                            id: 13552
                            name: The Waterbending Master
                            order: 17
                            overview: >-
                              When Aang tries to find the north pole, he is
                              found by the north pole instead. As they are taken
                              there, Aang and Katara are eager to find a
                              waterbending master, only to discover that girls
                              are not allowed to learn waterbending.
                            production_code: '118'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /yGmwLBcQboXSRnmKpaa7utygUNt.jpg
                            vote_average: 8
                            vote_count: 37
                          - air_date: '2005-12-02'
                            episode_number: 19
                            episode_type: standard
                            id: 13553
                            name: The Siege of the North (1)
                            order: 18
                            overview: >-
                              Zhao begins to launch his attack against the
                              Northern Water Tribe. As the walls of the
                              prestiged city begin to fall, the Avatar taps into
                              the spirit world and seeks the help of one of the
                              oldest spirits, in hopes of saving one of the most
                              prominent areas of the world.
                            production_code: '119'
                            runtime: 24
                            season_number: 1
                            show_id: 246
                            still_path: /9jGillcXki194qzZm1LYfXNlVhz.jpg
                            vote_average: 8.2
                            vote_count: 37
                          - air_date: '2005-12-02'
                            episode_number: 20
                            episode_type: finale
                            id: 13554
                            name: The Siege of the North (2)
                            order: 19
                            overview: >-
                              Aang returns from the spirit world to a big
                              surprise. Meanwhile, Zhao and his forces continue
                              to press deeper into the Northern Water Tribe.
                              Iroh makes a powerful stand and Zuko struggles to
                              keep his plan intact.
                            production_code: '120'
                            runtime: 25
                            season_number: 1
                            show_id: 246
                            still_path: /sVqGZedB0hAOD9tPcHIwUMz3bsy.jpg
                            vote_average: 8.7
                            vote_count: 35
                          - air_date: '2006-03-17'
                            episode_number: 1
                            episode_type: standard
                            id: 13579
                            name: The Avatar State
                            order: 20
                            overview: >-
                              Plagued with nightmares featuring the devastating
                              power of his Avatar State, Aang and the gang meet
                              an Earth Kingdom general who has big plans for
                              defeating the Fire Nation. Meanwhile, Zuko and
                              Iroh, having survived the failed attack on the
                              North Water Tribe, have a surprise visit from
                              Zuko's sister with seemingly good news.
                            production_code: '201'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /oIy3PKC460qRbiPIxNKiuVf9QSH.jpg
                            vote_average: 7.838
                            vote_count: 37
                          - air_date: '2006-03-24'
                            episode_number: 2
                            episode_type: standard
                            id: 13577
                            name: The Cave of Two Lovers
                            order: 21
                            overview: >-
                              On their way to Omashu, Aang, Katara, and Sokka
                              meet a group of nomads who show them a shortcut
                              through the "Cave of Two Lovers". But when the
                              group becomes trapped in the cave, it's up to Aang
                              and Katara to save the group by trusting in love,
                              possibly questioning their relationship.
                              Meanwhile, Iroh gets a lethal rash so Zuko and
                              Iroh head to a small Earth Kingdom town for help,
                              hoping their real identities will not be
                              discovered.
                            production_code: '202'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /nnXvDDSFUylD6SS7bpm1PXaNUbe.jpg
                            vote_average: 7.5
                            vote_count: 37
                          - air_date: '2006-04-07'
                            episode_number: 3
                            episode_type: standard
                            id: 13578
                            name: Return to Omashu
                            order: 22
                            overview: >-
                              Despite the shocking news the gang have just
                              discovered, Aang insists on trying to find King
                              Bumi within Omashu's borders, even with the
                              dangers that will await him and his friends if his
                              real identity is discovered.  Meanwhile Azula goes
                              in search of old friends to help her with her
                              mission.
                            production_code: '203'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ryrXflY4MEKwvow1Kww607gVfzO.jpg
                            vote_average: 7.528
                            vote_count: 36
                          - air_date: '2006-04-14'
                            episode_number: 4
                            episode_type: standard
                            id: 13580
                            name: The Swamp
                            order: 23
                            overview: >-
                              A mysterious tornado pulls the kids into a
                              supernatural swamp where Katara, Sokka and Aang
                              have mysterious visions. Meanwhile, Momo and Appa
                              are chased by rogue swamp dwellers and only Aang
                              and the gang can save them.
                            production_code: '204'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /8iSkwakA54mqxcBUZtZsISnvkco.jpg
                            vote_average: 7.714
                            vote_count: 35
                          - air_date: '2006-04-28'
                            episode_number: 5
                            episode_type: standard
                            id: 13583
                            name: Avatar Day
                            order: 24
                            overview: >-
                              Aang and the gang discover an Earth town that
                              celebrates something called "Avatar Day." But when
                              they get there and learn the festival is of
                              "anti-Avatar" sentiment and Aang is put on trial
                              for a crime a past incarnation allegedly
                              committed. Looking to clear the Avatar's good
                              name, Katara and Sokka venture back to a familiar 
                              place to gather evidence and discover the truth.
                            production_code: '205'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /rCttnlrBm4A8e8Vt7strjXYkCPS.jpg
                            vote_average: 7.25
                            vote_count: 36
                          - air_date: '2006-05-05'
                            episode_number: 6
                            episode_type: standard
                            id: 13582
                            name: The Blind Bandit
                            order: 25
                            overview: >-
                              In search for an Earthbending teacher for Aang,
                              the kids go to an underground Earthbending
                              tournament called Earth Rumble 6, where they
                              encounter Toph, a blind but powerful Earthbending
                              girl. After seeing her unique style of
                              Earthbending, Aang wants Toph to become his
                              teacher, but there are complications with Toph's
                              family.
                            production_code: '206'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ouMgUBM6duJ4cS3jXm2rUomz5X.jpg
                            vote_average: 8.27
                            vote_count: 37
                          - air_date: '2006-05-12'
                            episode_number: 7
                            episode_type: standard
                            id: 13584
                            name: Zuko Alone
                            order: 26
                            overview: >-
                              Zuko travels by himself to an Earth Kingdom town
                              were he meets a local boy. The two almost become
                              friends, while Zuko suffers from flashbacks of his
                              past.
                            production_code: '207'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /8KNbkm7kniSrdH4Ye07vUd6z8hC.jpg
                            vote_average: 8.8
                            vote_count: 37
                          - air_date: '2006-05-26'
                            episode_number: 8
                            episode_type: standard
                            id: 13581
                            name: The Chase
                            order: 27
                            overview: >-
                              Tired from trying to escape a machine that shows
                              up every time they try to sleep, Aang and the gang
                              have to escape Azula and her team, but their
                              exhaustion leads to a tight situation. Meanwhile,
                              Zuko must deal with something personal, and Iroh
                              bonds with an unlikely individual.
                            production_code: '208'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /jM4D3ngfBqV1VzQeHKOadjT4qxG.jpg
                            vote_average: 8.2
                            vote_count: 35
                          - air_date: '2006-06-02'
                            episode_number: 9
                            episode_type: standard
                            id: 13588
                            name: Bitter Work
                            order: 28
                            overview: >-
                              Toph's instructing abilities come into question
                              when Aang cannot seem to overcome a block that
                              keeps him from earthbending. Sokka gets himself in
                              a jam, while befriending what was, moments before,
                              his next meal, and Iroh and Zuko begin training
                              utilizing new philosophies and methods that
                              originate from the other elements.
                            production_code: '209'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /56Uya5iHbyRjSXvWIN1P6eAQSfc.jpg
                            vote_average: 8.2
                            vote_count: 37
                          - air_date: '2006-07-14'
                            episode_number: 10
                            episode_type: standard
                            id: 13587
                            name: The Library
                            order: 29
                            overview: >-
                              When Aang and his friends find a professor who
                              knows of a library that contains information about
                              the world, Sokka decides to go there to hopefully
                              find some information to use against the Fire
                              Nation. The library is guarded by the knowledge
                              spirit, Wan Shi Tong, who doesn't welcome humans
                              into his library, because he believes they only
                              seek information for evil purposes. When Wan Shi
                              Tong discovers Sokka wasn't being truthful with
                              him, he begins to sink the library, bringing the
                              kids down with it.
                            production_code: '210'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /fvAu7bhOFyI9HEt1Msp0WutlILb.jpg
                            vote_average: 8.1
                            vote_count: 36
                          - air_date: '2006-07-14'
                            episode_number: 11
                            episode_type: mid_season
                            id: 13586
                            name: The Desert
                            order: 30
                            overview: >-
                              Aang searches for Appa while Katara struggles to
                              keep everyone together to survive in the vast
                              desert. Meanwhile, Iroh and Zuko seek help from an
                              ancient secret society.
                            production_code: '211'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /1iJoEqtFi6v0fj3dNmiQRh05L5H.jpg
                            vote_average: 8
                            vote_count: 35
                          - air_date: '2006-09-15'
                            episode_number: 12
                            episode_type: standard
                            id: 13589
                            name: The Serpent's Pass
                            order: 31
                            overview: >-
                              When Aang and the gang meet up with a group of
                              refugees, they tell the gang where they can get on
                              a ferry to Ba Sing Se. But after a series of
                              events they have to take a deadly route called the
                              serpent's pass with the help of an old friend,
                              Suki. Meanwhile Zuko and Iroh meet up with a boy
                              named Jet and his freedom fighters.
                            production_code: '212'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /1OmMINcc4KaNBJmuswLq2ee3VXF.jpg
                            vote_average: 8.1
                            vote_count: 33
                          - air_date: '2006-09-15'
                            episode_number: 13
                            episode_type: standard
                            id: 13585
                            name: The Drill
                            order: 32
                            overview: >-
                              Having made it to the outer wall of Ba Sing Se,
                              the kids confront a Fire Nation army that is
                              driving a massive Fire Nation drill, which poses
                              an imminent threat to the last Earth Kingdom
                              stronghold. Meanwhile, Zuko and Iroh make crucial
                              mistakes which begin to attract Jet's suspicions.
                            production_code: '213'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /oinuOajlGzfwvcpmXyPE15IwfTL.jpg
                            vote_average: 8.1
                            vote_count: 32
                          - air_date: '2006-09-22'
                            episode_number: 14
                            episode_type: standard
                            id: 13591
                            name: City of Walls and Secrets
                            order: 33
                            overview: >-
                              Having finally made it into Ba Sing Se, the kids
                              are given a house in the upper ring. The kids are
                              anxious to tell the Earth King their plan but
                              there are complications. Meanwhile, still
                              convinced that Iroh and Zuko may be Fire Nation,
                              Jet decides to take matters into his own hands and
                              do whatever it takes to get the refugees to reveal
                              their true nature.
                            production_code: '214'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /ewTBqdyYruMREGkKbMZysZ0QgoG.jpg
                            vote_average: 8.1
                            vote_count: 34
                          - air_date: '2006-09-29'
                            episode_number: 15
                            episode_type: standard
                            id: 13594
                            name: The Tales of Ba Sing Se
                            order: 34
                            overview: >-
                              A series of short stories, highlighting different
                              characters and their individual adventures in the
                              city. Tales of Katara and Toph, Iroh, Sokka, Aang,
                              Zuko, and Momo.
                            production_code: '215'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /aJIcdw8ZYTwfvBZrca2VVTGHWEG.jpg
                            vote_average: 8.4
                            vote_count: 36
                          - air_date: '2006-10-13'
                            episode_number: 16
                            episode_type: standard
                            id: 13593
                            name: Appa's Lost Days
                            order: 35
                            overview: >-
                              Appa's journey from being abducted in the desert
                              to the present is explored.
                            production_code: '216'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /hem0BVH2mXx71Xf79RolSFLzeJV.jpg
                            vote_average: 8.3
                            vote_count: 34
                          - air_date: '2006-11-03'
                            episode_number: 17
                            episode_type: standard
                            id: 13592
                            name: Lake Laogai
                            order: 36
                            overview: >-
                              Aang and his friends continue to search for Appa
                              and, unbeknownst to them, they aren't the only
                              ones looking for him. During their search, the
                              kids meet up with Jet, whom they are
                              understandably reluctant to trust. The kids soon
                              realize that the Dai Li are doing their best to
                              thwart the kids' efforts to find Appa. Meanwhile,
                              Iroh is offered his own tea shop in the upper
                              ring, and Zuko discovers the avatar is in the
                              city.
                            production_code: '217'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /cdrc7Caz9VabYfBl9bH9R93wk4j.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2006-11-17'
                            episode_number: 18
                            episode_type: standard
                            id: 13590
                            name: The Earth King
                            order: 37
                            overview: >-
                              The kids battle Long Feng and the Dai Li when they
                              attempt to show the Earth King the vast conspiracy
                              taking place in his city. Zuko becomes seriously
                              ill and has feverish dreams as he faces a
                              spiritual crisis.
                            production_code: '218'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /y4UHFyv67j6sf1wxvGljl5kpoKU.jpg
                            vote_average: 8
                            vote_count: 33
                          - air_date: '2006-12-01'
                            episode_number: 19
                            episode_type: standard
                            id: 13595
                            name: The Guru
                            order: 38
                            overview: >-
                              Aang travels to the Eastern Air temple to receive
                              guidance from Guru Pathik while Sokka is reunited
                              with his long-lost father. Meanwhile, Azula has
                              something diabolical in store for her enemies in
                              the Earth Kingdom, including Zuko and Iroh.
                            production_code: '219'
                            runtime: 25
                            season_number: 2
                            show_id: 246
                            still_path: /49ED3hLwNq6sibzazGv656CrLEW.jpg
                            vote_average: 8.3
                            vote_count: 35
                          - air_date: '2006-12-01'
                            episode_number: 20
                            episode_type: finale
                            id: 13596
                            name: The Crossroads of Destiny
                            order: 39
                            overview: >-
                              Everyone races against time to stop Azula's
                              sinister plan. Zuko finds companionship in an
                              unlikely source. Aang's destiny hangs in the
                              balance—and so does Zuko's, as Iroh tells him it's
                              time to make a choice.
                            production_code: '220'
                            runtime: 22
                            season_number: 2
                            show_id: 246
                            still_path: /5Ix70WNv3rqYv0AVWPifE7euOq4.jpg
                            vote_average: 8.629
                            vote_count: 35
                          - air_date: '2007-09-21'
                            episode_number: 1
                            episode_type: standard
                            id: 13555
                            name: The Awakening
                            order: 40
                            overview: >-
                              Aang awakens to find himself aboard a captured
                              Fire Nation ship with a full head of hair and
                              sustaining serious injuries from the previous
                              battle for Ba Sing Se. At his side are Katara,
                              Sokka, and their father Hakoda who recount the
                              events that led the four to the ship and
                              contemplate their next move. Aang struggles to
                              fight his own desire to face the Fire Lord before
                              he is ready. Meanwhile, Zuko deals with his own
                              issues as he makes his long-awaited journey home,
                              with the fear of his father's rejection hanging
                              over his head.
                            production_code: '301'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /4bucff7ht2AkY6mAVgYMsJPVxo7.jpg
                            vote_average: 7.9
                            vote_count: 35
                          - air_date: '2007-09-28'
                            episode_number: 2
                            episode_type: standard
                            id: 13556
                            name: The Headband
                            order: 41
                            overview: >-
                              To better blend in as Fire Nation citizens, Aang
                              enrolls in a Fire Nation school, giving himself an
                              opportunity to learn more about the Nation and to
                              enjoy life as a normal kid for the first time
                              since he discovered he was the Avatar. Meanwhile
                              Zuko, growing more and more paranoid about the
                              Avatar's false demise, brings himself to confront
                              the imprisoned Iroh.
                            production_code: '302'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /2b5qDWFIxJDlv2d7FLPd9IDwdnk.jpg
                            vote_average: 7.9
                            vote_count: 37
                          - air_date: '2007-10-05'
                            episode_number: 3
                            episode_type: standard
                            id: 13557
                            name: The Painted Lady
                            order: 42
                            overview: >-
                              When the gang arrives at a suffering fishing
                              village, a mysterious spirit appears to help the
                              villagers.
                            production_code: '303'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /jIOrXmDp5YcCwPoeaw6MGLU1rfd.jpg
                            vote_average: 7.8
                            vote_count: 34
                          - air_date: '2007-10-12'
                            episode_number: 4
                            episode_type: standard
                            id: 13558
                            name: Sokka's Master
                            order: 43
                            overview: >-
                              Feeling as though he isn't contributing enough to
                              the group, Sokka seeks out an elusive swordsmaster
                              from whom he can learn the ways of the blade.
                            production_code: '304'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /2cjFSKxFHOqj0TpAnd4SqHjQ5G2.jpg
                            vote_average: 7.9
                            vote_count: 36
                          - air_date: '2007-10-19'
                            episode_number: 5
                            episode_type: standard
                            id: 13559
                            name: The Beach
                            order: 44
                            overview: >-
                              Zuko, Azula, Mai and Ty Lee take a vacation to
                              Ember Island. In the process, they come to learn
                              more about themselves and each other as well as
                              their desires for the future. Elsewhere, Aang and
                              the others face off against a new adversary.
                            production_code: '305'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /8OKDuNidwMMMgakf67c8tCX3I2C.jpg
                            vote_average: 7.7
                            vote_count: 35
                          - air_date: '2007-10-26'
                            episode_number: 6
                            episode_type: standard
                            id: 13560
                            name: The Avatar and the Firelord
                            order: 45
                            overview: >-
                              The tale of Avatar Roku and Fire Lord Sozin is
                              revealed to Aang and Zuko by different sources. 
                              Both learn about themselves and are shown the
                              origins of the war.
                            production_code: '306'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /sFZ1uE6Kl50PRt2yGaGdKTay4gA.jpg
                            vote_average: 8.7
                            vote_count: 37
                          - air_date: '2007-11-02'
                            episode_number: 7
                            episode_type: standard
                            id: 13561
                            name: The Runaway
                            order: 46
                            overview: >-
                              When Katara expresses her disapproval of Toph's
                              new way to make quick cash, the group finds her
                              too motherly and tension grows between Katara and
                              Toph. When Katara finally decides to participate
                              in this scam to disprove Toph's accusations, they
                              are left vulnerable and are forced to face the
                              dire consequences.
                            production_code: '307'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /8gymKiOEJNYZPVScLRVUhNuYgCj.jpg
                            vote_average: 7.9
                            vote_count: 36
                          - air_date: '2007-11-09'
                            episode_number: 8
                            episode_type: standard
                            id: 13562
                            name: The Puppetmaster
                            order: 47
                            overview: >-
                              The gang investigates the bizarre disappearances
                              taking place within an eerie town.
                            production_code: '308'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /d1ECriFq8qpttMnHwrAVewSq6IF.jpg
                            vote_average: 8.5
                            vote_count: 35
                          - air_date: '2007-11-16'
                            episode_number: 9
                            episode_type: standard
                            id: 13563
                            name: Nightmares and Daydreams
                            order: 48
                            overview: >-
                              Four days prior the invasion, Aang becomes nervous
                              over his soon-to-come confrontation with the Fire
                              Lord. His anxiety gets the better of him as he
                              begins to suffer from outrageous nightmares and
                              hallucinations. Meanwhile, Zuko becomes upset to
                              learn that he was not informed about a war
                              meeting.
                            production_code: '309'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /wiMuXVUPqSJFmny7Z6eqgZeRicn.jpg
                            vote_average: 7.1
                            vote_count: 36
                          - air_date: '2007-11-30'
                            episode_number: 10
                            episode_type: standard
                            id: 13564
                            name: 'The Day of Black Sun: The Invasion (1)'
                            order: 49
                            overview: >-
                              The day of the eclipse has arrived, and the
                              invasion force gathers together to make last
                              preparations. They infiltrate the island and the
                              battle begins. Meanwhile, Aang searches for the
                              Fire Lord.
                            production_code: '310'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /njLvVlI4HzQtxFYNG5G2LPpZJqF.jpg
                            vote_average: 8.1
                            vote_count: 34
                          - air_date: '2007-11-30'
                            episode_number: 11
                            episode_type: mid_season
                            id: 13565
                            name: 'The Day of Black Sun: The Eclipse (2)'
                            order: 50
                            overview: >-
                              As the invasion force fights their way to the Fire
                              Nation capital, the kids help Aang find the Fire
                              Lord in time for the eclipse. Zuko confronts his
                              father with shocking news.
                            production_code: '311'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /8IyCdPVbGeS6bO8Ij2EVd8oiUwm.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2008-07-14'
                            episode_number: 12
                            episode_type: standard
                            id: 13566
                            name: The Western Air Temple
                            order: 51
                            overview: >-
                              Aang and the group arrive at the Western Air
                              Temple, with Zuko in pursuit. Zuko wishes to help
                              the Avatar end the war by teaching him
                              firebending.
                            production_code: '312'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /k6BAVhHNN5JEvbvwK35wXUhxcFv.jpg
                            vote_average: 8.1
                            vote_count: 35
                          - air_date: '2008-07-15'
                            episode_number: 13
                            episode_type: standard
                            id: 13567
                            name: The Firebending Masters
                            order: 52
                            overview: >-
                              While teaching Aang firebending, Zuko realizes
                              that he has lost all his firebending skills. To
                              regain his powers, Zuko and Aang must seek the
                              original source of firebending within the ruins of
                              a lost civilization.
                            production_code: '313'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /1kxN4TUSR1G9Te6GdP3Uh5ziFRo.jpg
                            vote_average: 8.3
                            vote_count: 36
                          - air_date: '2008-07-16'
                            episode_number: 14
                            episode_type: standard
                            id: 13568
                            name: The Boiling Rock (1)
                            order: 53
                            overview: >-
                              Sokka wants to break his father out of jail and
                              asks Zuko for information on Fire Nation prisons.
                              Sokka and Zuko head for the Boiling Rock, a prison
                              located in the middle of a volcano, to rescue
                              Sokka's father.
                            production_code: '314'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /keivJ7wk45aLbg03AqEb9WgrYSz.jpg
                            vote_average: 8
                            vote_count: 33
                          - air_date: '2008-07-16'
                            episode_number: 15
                            episode_type: standard
                            id: 13569
                            name: The Boiling Rock (2)
                            order: 54
                            overview: >-
                              Zuko and Sokka make new plans to break out of the
                              prison with Suki, Sokka's father and some others
                              while a shocking twist leaves Azula none too happy
                              with her two closest friends.
                            production_code: '315'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /zPQ44AtLyDOvGXzKECQ3zmpEQun.jpg
                            vote_average: 8.4
                            vote_count: 34
                          - air_date: '2008-07-17'
                            episode_number: 16
                            episode_type: standard
                            id: 13570
                            name: The Southern Raiders
                            order: 55
                            overview: >-
                              Katara decides to confront the Fire Nation soldier
                              responsible for her mother's death. Aang tries to
                              talk her out of it, but she doesn't listen.
                            production_code: '316'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /uizw41KRd4OMaLur4SMHCciI0n3.jpg
                            vote_average: 8
                            vote_count: 36
                          - air_date: '2008-07-18'
                            episode_number: 17
                            episode_type: standard
                            id: 13571
                            name: The Ember Island Players
                            order: 56
                            overview: >-
                              A play recounting the gang's adventures does not
                              sit well with Aang and his friends, except for
                              Toph who enjoys it very much. Meanwhile, Aang
                              confesses his love to Katara, but the response is
                              ambiguous.
                            production_code: '317'
                            runtime: 25
                            season_number: 3
                            show_id: 246
                            still_path: /uXawtxhXIs9zhkQ7CtnmHZvGwpy.jpg
                            vote_average: 7.8
                            vote_count: 36
                          - air_date: '2008-07-19'
                            episode_number: 18
                            episode_type: standard
                            id: 13576
                            name: 'Sozin''s Comet: The Phoenix King (1)'
                            order: 57
                            overview: >-
                              Aang struggles to decide whether or not he has to
                              kill the Fire Lord and, during the night, is drawn
                              toward an island which disappears before morning.
                              Zuko leads the rest of the group to the Earth
                              Kingdom to meet a tracker whom they hope can find
                              Aang. The Fire Lord crowns himself Phoenix King
                              and Aang awakens on the island not knowing where
                              he is.
                            production_code: '318'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /ubU5kNjRCCEyXSfPOsRi62Zcqnf.jpg
                            vote_average: 8.2
                            vote_count: 36
                          - air_date: '2008-07-19'
                            episode_number: 19
                            episode_type: standard
                            id: 13573
                            name: 'Sozin''s Comet: The Old Masters (2)'
                            order: 58
                            overview: >-
                              While on the island, Aang seeks guidance from his
                              past lives, but is not pleased with what he is
                              told. The island, in fact, turns out to be a lion
                              turtle from which Aang is given the guidance he
                              had been seeking. After the tracker is unable to
                              track Aang, the rest of the group decide they must
                              find Iroh. Meanwhile, while tracking down Iroh,
                              the group meets up with The Order of the White
                              Lotus, a group that transcends the division of the
                              four nations.
                            production_code: '319'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /51ceqvaljO0hqBjdDtmUzliHwVp.jpg
                            vote_average: 8.6
                            vote_count: 37
                          - air_date: '2008-07-19'
                            episode_number: 20
                            episode_type: standard
                            id: 13574
                            name: 'Sozin''s Comet: Into the Inferno (3)'
                            order: 59
                            overview: >-
                              Sokka, Suki, and Toph try to stop the Fire
                              Nation's air fleet. Meanwhile, Zuko and Azula duel
                              in an Agni Kai and Aang confronts the Fire Lord.
                              On the verge of losing, Aang gets hit in the back
                              of his scar which sends him into the Avatar State.
                            production_code: '320'
                            runtime: 23
                            season_number: 3
                            show_id: 246
                            still_path: /jM6NzBbk5P22j3dWnIpOb7oTXeS.jpg
                            vote_average: 9.2
                            vote_count: 38
                          - air_date: '2008-07-19'
                            episode_number: 21
                            episode_type: finale
                            id: 13575
                            name: 'Sozin''s Comet: Avatar Aang (4)'
                            order: 60
                            overview: >-
                              Aang defeats the Fire Lord by bending the elements
                              within the Fire Lord and removing his firebending
                              abilities. After Zuko is taken down protecting
                              Katara from Azula, Katara joins the fight and
                              manages to restrain Azula. Afterwards, Zuko is
                              crowned Fire Lord and promises a better future for
                              the world, while Aang takes his place as the next
                              Avatar. Katara finally shows her love for Aang as
                              they kiss under the setting sun.
                            production_code: '321'
                            runtime: 24
                            season_number: 3
                            show_id: 246
                            still_path: /4a93Ud89t51LcvyiDTtWFRscUhE.jpg
                            vote_average: 9.2
                            vote_count: 48
                        id: 63494084f1759c007fbfcd78
                        locked: false
                        name: absolute order
                        order: 1
                    id: 63494078501cf2007a1e7807
                    name: absolute order
                    network: null
                    type: 2

````