{
  "id": 1,
  "make": "Aston Martin",
  "model": "DB5",
  "year": 1964,
  "color": "Silver Birch",
  "description": "The quintessential Bond car, first appearing in Goldfinger and returning across the decades.",
  "has_gadgets": true,
  "gadget_description": "Ejector seat, front machine guns, revolving number plates, oil slick dispenser, smokescreen, tyre slashers, homing device tracker.",
  "appearances": [
    {
      "id": 2,
      "title": "Goldfinger",
      "slug": "gf",
      "year": 1964,
      "driver": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/gf"
        }
      }
    },
    {
      "id": 9,
      "title": "Thunderball",
      "slug": "tb",
      "year": 1965,
      "driver": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/tb"
        }
      }
    },
    {
      "id": 6,
      "title": "Skyfall",
      "slug": "sf",
      "year": 2012,
      "driver": {
        "id": 1,
        "name": "James Bond",
        "_links": {
          "self": {
            "href": "/characters/1"
          }
        }
      },
      "_links": {
        "self": {
          "href": "/movies/sf"
        }
      }
    }
  ],
  "_links": {
    "self": {
      "href": "/vehicles/1"
    }
  }
}