{
  "id": 31,
  "name": "George Lazenby",
  "birth_date": "1939-09-05T05:00:00.000Z",
  "nationality": "Australian",
  "biography": "The only actor to play Bond in a single EON film, On Her Majesty's Secret Service (1969), and the only non-British actor in the role.",
  "appearances": [
    {
      "id": 11,
      "title": "On Her Majesty's Secret Service",
      "slug": "ohmss",
      "year": 1969,
      "_links": {
        "self": {
          "href": "/movies/ohmss"
        }
      }
    }
  ],
  "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/31"
    }
  }
}