{
  "id": 34,
  "name": "Caroline Bliss",
  "birth_date": "1961-04-08T06:00:00.000Z",
  "nationality": "British",
  "biography": "Played Miss Moneypenny in the Dalton era — The Living Daylights (1987) and Licence to Kill (1989).",
  "appearances": [
    {
      "id": 18,
      "title": "The Living Daylights",
      "slug": "tld",
      "year": 1987,
      "_links": {
        "self": {
          "href": "/movies/tld"
        }
      }
    },
    {
      "id": 19,
      "title": "Licence to Kill",
      "slug": "ltk",
      "year": 1989,
      "_links": {
        "self": {
          "href": "/movies/ltk"
        }
      }
    }
  ],
  "characters": [
    {
      "id": 5,
      "name": "Miss Moneypenny",
      "character_type": "ally",
      "is_bond": false,
      "romantic_partner": false,
      "dies": false,
      "_links": {
        "self": {
          "href": "/characters/5"
        }
      }
    }
  ],
  "bond_film_count": 0,
  "_links": {
    "self": {
      "href": "/actors/34"
    }
  }
}