JSON

DIY Tools - JSON

DIY tools are a general term for equipment used for home repairs, furniture assembly, woodworking, gardening, and various other tasks. They are broadly categorized into hand tools and power tools, with screwdrivers, wrenches, hammers, drills, and tape measures being the most common types. Recent technological innovations include cordless designs and brushless motors, making these tools increasingly accessible to beginners.

DIY tools hand tools power tools home improvement repair woodworking
[
  {
    "code": "01",
    "slug": "screwdriver",
    "name": "Screwdriver",
    "description": "A basic tool used for tightening and loosening screws.",
    "category": "Fastening Tools"
  },
  {
    "code": "02",
    "slug": "wrench",
    "name": "Wrench / Spanner",
    "description": "Tools used for tightening bolts and nuts.",
    "category": "Fastening Tools"
  },
  {
    "code": "03",
    "slug": "hammer",
    "name": "Hammer",
    "description": "A tool used for driving nails and striking work.",
    "category": "Striking Tools"
  },
  {
    "code": "04",
    "slug": "drill",
    "name": "Drill",
    "description": "A power tool used for drilling holes in wood, metal, concrete, and more.",
    "category": "Power Tools"
  },
  {
    "code": "05",
    "slug": "tape-measure",
    "name": "Tape Measure",
    "description": "A basic measuring tool for determining length.",
    "category": "Measuring Tools"
  },
  {
    "code": "06",
    "slug": "pliers",
    "name": "Pliers",
    "description": "Tools for gripping and cutting objects.",
    "category": "Gripping Tools"
  },
  {
    "code": "07",
    "slug": "saw",
    "name": "Saw",
    "description": "Tools for cutting wood and metal.",
    "category": "Cutting Tools"
  },
  {
    "code": "08",
    "slug": "level",
    "name": "Level",
    "description": "A tool for measuring horizontal and vertical alignment.",
    "category": "Measuring Tools"
  },
  {
    "code": "09",
    "slug": "utility-knife",
    "name": "Utility Knife",
    "description": "A multi-purpose knife for cutting and stripping.",
    "category": "Cutting Tools"
  },
  {
    "code": "10",
    "slug": "clamp",
    "name": "Clamp",
    "description": "Tools for securing objects in place.",
    "category": "Clamping Tools"
  }
]