{
  "id": 1,
  "name": "Walther PPK",
  "description": "Bond's iconic compact semi-automatic sidearm, replacing the Beretta on M's direct order.",
  "provided_by": "Q Branch / Standard Issue",
  "appearances": [
    {
      "id": 1,
      "title": "Dr. No",
      "slug": "dn",
      "year": 1962,
      "used_by": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/dn"
        }
      }
    },
    {
      "id": 2,
      "title": "Goldfinger",
      "slug": "gf",
      "year": 1964,
      "used_by": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/gf"
        }
      }
    },
    {
      "id": 3,
      "title": "The Spy Who Loved Me",
      "slug": "tswlm",
      "year": 1977,
      "used_by": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/tswlm"
        }
      }
    },
    {
      "id": 5,
      "title": "Casino Royale",
      "slug": "cr",
      "year": 2006,
      "used_by": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/cr"
        }
      }
    }
  ],
  "_links": {
    "self": {
      "href": "/gadgets/1"
    }
  }
}