{
  "id": 1,
  "name": "Sean Connery",
  "birth_date": "1930-08-25T05:00:00.000Z",
  "nationality": "Scottish",
  "biography": "The original James Bond, starring in six EON productions from 1962-1967, and once more in the non-EON Never Say Never Again (1983).",
  "appearances": [
    {
      "id": 1,
      "title": "Dr. No",
      "slug": "dn",
      "year": 1962,
      "_links": {
        "self": {
          "href": "/movies/dn"
        }
      }
    },
    {
      "id": 8,
      "title": "From Russia With Love",
      "slug": "frwl",
      "year": 1963,
      "_links": {
        "self": {
          "href": "/movies/frwl"
        }
      }
    },
    {
      "id": 2,
      "title": "Goldfinger",
      "slug": "gf",
      "year": 1964,
      "_links": {
        "self": {
          "href": "/movies/gf"
        }
      }
    },
    {
      "id": 9,
      "title": "Thunderball",
      "slug": "tb",
      "year": 1965,
      "_links": {
        "self": {
          "href": "/movies/tb"
        }
      }
    },
    {
      "id": 10,
      "title": "You Only Live Twice",
      "slug": "yolt",
      "year": 1967,
      "_links": {
        "self": {
          "href": "/movies/yolt"
        }
      }
    },
    {
      "id": 12,
      "title": "Diamonds Are Forever",
      "slug": "daf",
      "year": 1971,
      "_links": {
        "self": {
          "href": "/movies/daf"
        }
      }
    }
  ],
  "characters": [
    {
      "id": 1,
      "name": "James Bond",
      "character_type": "hero",
      "is_bond": true,
      "romantic_partner": false,
      "dies": false,
      "_links": {
        "self": {
          "href": "/characters/1"
        }
      }
    }
  ],
  "bond_film_count": 0,
  "_links": {
    "self": {
      "href": "/actors/1"
    }
  }
}