{
  "id": 35,
  "name": "Diana Rigg",
  "birth_date": "1938-07-20T05:00:00.000Z",
  "nationality": "British",
  "biography": "Played Tracy Di Vicenzo — the only woman Bond married — in On Her Majesty's Secret Service (1969).",
  "appearances": [
    {
      "id": 11,
      "title": "On Her Majesty's Secret Service",
      "slug": "ohmss",
      "year": 1969,
      "_links": {
        "self": {
          "href": "/movies/ohmss"
        }
      }
    }
  ],
  "characters": [
    {
      "id": 28,
      "name": "Tracy Di Vicenzo",
      "character_type": "ally",
      "is_bond": false,
      "romantic_partner": true,
      "dies": false,
      "_links": {
        "self": {
          "href": "/characters/28"
        }
      }
    }
  ],
  "bond_film_count": 0,
  "_links": {
    "self": {
      "href": "/actors/35"
    }
  }
}