Documentation

A manual can describe a collection of guides, or just a single guide. An example service manual for a Dell laptop might include a dozen guides, technical descriptions of the device, or hundreds of photos and videos. The manual could be accessed by reading a .omanual file on a desktop computer, or on a tablet or smartphone via a web service.

The common oManual data format can be expressed as XML (useful for interoperability with legacy data in formats such as DITA) or made available over a web API using mobile-friendly JSON.

Data Specification

Category Documentation XML Schema Definition Example XML Example JSON

This document describes category metadata. A category can be anything you would write step-by-step procedures about, such as a manufactured object, or device. This also includes a list of guides in the package and a list of attached documents in the /media folder.

Note: This is not a complete listing of package contents since each subfile may additionally reference its own media.

required
optional

category

The root of an oManual category.

  • Attributes:
  • locale - required The language the package is written in.

title

Contains the title of the category document (which may differ from the category name).

  • Attributes: None

category_info

Text should contain the canonical name of the category.

  • Attributes:
  • manufacturer - optional Only relevant for devices. The canonical name of the device's manufacturer.
  • introduced - optional Only relevant for devices. The date (ISO 8601 date in the format YYYY-MM-DDThh:mm:ssTZD) that the device was first sold.
  • discontinued - optional Only relevant for devices. The date (ISO 8601 date in the format YYYY-MM-DDThh:mm:ssTZD) that the device was discontinued. If the device is still available, leave the attribute empty.

image

Path to an image of the category, relative to this file.

  • Attributes: None

description

A brief, simple HTML formatted description of the category.

  • Attributes: None

flags

  • Attributes: None

flag

A flag or informational note about the category. The text field contains a full text notice of what this flag means to the user.

  • Attributes:
  • id - optional A unique identifier for the flag.
  • title - required A short title for the flag. ex: In Progress
  • image optional URI of an image to go along with the flag, no larger than 44x44.

ancestors

List of categories, in descending order, to which the category belongs.

  • Attributes: None

ancestor

A single category the category belongs to. There is not currently a global list of documentation categories.

  • Attributes: None

children

List of categories that have this category as a parent. For example, an "MP3 Player" category could have "iPod", "Zune", etc as children.

  • Attributes: None

child

The category name of the child belonging to this category.

  • Attributes: None

documents

  • Attributes: None

document

A document included in the package. The text for this element should be the path to the document.

  • Attributes:
  • id - optional Integer identifier for the document.
  • type - optional The MIME type of the file.
  • date - optional ISO 8601 date in the format YYYY-MM-DDThh:mm:ssTZD. Last modified date of the document.

solutions

A reference to an external mailing list, Q&A site, message board - anywhere your audience can find additional troubleshooting information. For example, iFixit Answers and Stack Overflow are two examples of solution providers.

  • Attributes:
  • count optional Number of solutions available about this category.
  • url optional URL to the category-specific solutions.

tools

  • Attributes: None

tool

A required or suggested tool/implement. Use a name common to all of your guides and specify variations using the type attribute.

  • Attributes:
  • type optional The type of tool. Specifying type can be a useful way of consolidating tool names, for example an 8mm socket could be specified as name: socket, type: 8mm.
  • quantity optional Integer quantity of tool required. If omitted, this is assumed to be 1.
  • notes optional Information specific to using this tool for this guide.
  • thumbnail optional Path to an image to go along with the tool.
  • url optional A URL for an external reference describing the tool.
  • sku optional The manufacturer SKU / part number.

parts

  • Attributes: None

part

A part, material, or ingredient used in this category.

  • Attributes:
  • sku optional A global string identifier for the part.
  • type optional The type of part. Specifying type can be a useful way of consolidating names, for example a 5Ω resistor could be specified as name: resistor, type: 5Ω.
  • quantity optional How many of this part are required.
  • thumbnail optional URI of an image to go along with the part.
  • url optional A URL for a page describing the part.
  • notes optional Information specific to using this part for this guide.

contents

Simple HTML-formatted text of the document. This is not required, but is an opportunity to provide additional unstructured information about the category.

  • Attributes: None

guides

List of guides about the category.

  • Attributes: None

guide

Individual guide element. A short description of the guide that's contained within the oManual package. The corresponding file in the package has the filename guide-{id}.xml.

  • Attributes:
  • id - required An integer identifier for the guide.
  • subject - required The subcomponent the guide will be operating on.
  • type - required The type of guide to perform. Suggested options: installation, maintenance, repair, disassembly, technique.

title

The title of the guide.

  • Attributes: None

path

Path to the guide.

  • Attributes: None

url

URL to the canonical online source for this guide.

  • Attributes: None

image

Path to the main category image.

  • Attributes:
  • mini optional Path to a thumbnail of the image no larger than 56x42.
  • thumbnail optional Path to a thumbnail of the image no larger than 96x72.
  • standard optional Path to a thumbnail of the image no larger than 300x225.
  • medium optional Path to a thumbnail of the image no larger than 592x444.
  • large optional Path to a thumbnail of the image no larger than 800x600.

Guide Documentation XML Schema Definition Example XML Example JSON

A guide is a structured collection of steps. Each must include text and media. For consistency of display, we recommend each step consist of 1-3 images or one rich media object, as well as no more than eight lines of text.

required
optional

guide

The root of an oManual guide.

  • Attributes:
  • locale required The language the guide is written in.

modified_date

ISO 8601 date in the format YYYY-MM-DDThh:mm:ssTZD - Date and time this guide was last updated. This element can be useful for checking if there are updates to the guide. The modified_date is the same as the created_on date in a new guide.

  • Attributes: None

created_date

ISO 8601 date in the format YYYY-MM-DDThh:mm:ssTZD - Date and time when this guide was first created.

  • Attributes: None

title

Contains the title of the guide.

  • Attributes:
  • subject optional The subject of the guide. ex: Bottom Bezel Bracket
  • type optional What the guide explains in relation to the subject. ex: Installation

summary

A text field that contains less than or equal to 255 characters describing the guide.

  • Attributes: None

image

The path to the image introducing the guide. Image is required, so if you do not have an additional primary image, duplicate the first image of the guide.

  • Attributes:
  • mini optional path to a thumbnail of the image no larger than 56x42.
  • thumbnail optional path to a thumbnail of the image no larger than 96x72.
  • standard optional path to a thumbnail of the image no larger than 300x225.
  • medium optional path to a thumbnail of the image no larger than 592x444.
  • large optional path to a thumbnail of the image no larger than 800x600.

author

Author of the guide. In the case of multiple authors, this would be the primary author or maintainer of the guide.

  • Attributes:
  • id optional An id uniquely identifying the user, to be used to tie authors together across documents. (Can be a string or an integer.)

time_required

A human readable description of how long the guide takes. ex: 15 minutes

  • Attributes: None

difficulty

A determination of the difficulty of the guide for your target audience. Please choose from one of these five options:

  • Very easy
  • Easy
  • Moderate
  • Difficult
  • Very difficult
  • Attributes: None

category

The name of the category that this guide belongs to.

  • Attributes: None

introduction

Simplified HTML formatted text introducing the guide. This could describe anything from how to set up for the guide to an introduction of the guides subject matter. There is no length limit, but we suggest limiting this to no more than 2-3 paragraphs.

  • Attributes: None

media

A container for the introduction's media. It can contain one of these: 1-3 images OR a video OR a remote oEmbed object.

  • Attributes:
  • type required The type of media. Valid values: image, video, embed.

image

Image to include with the introduction.

  • Attributes:
  • orderby optional The image order.
  • mini optional Path to a thumbnail of the image no larger than 56x42.
  • thumbnail optional Path to a thumbnail of the image no larger than 96x72.
  • standard optional Path to a thumbnail of the image no larger than 300x225.
  • medium optional Path to a thumbnail of the image no larger than 592x444.
  • large optional Path to a thumbnail of the image no larger than 800x600.

video

Video to include in the introduction.

  • Attributes: none

encoding

Describes the different possible encodings for the video. Different web browsers, mobile devices and operating systems require different formats to play videos. Because of this, there can be 1 to N number of encodings.

  • Attributes:
  • url required Relative location of the video, or a URL if the video is not stored locally
  • width required Video width.
  • height required Video height.
  • codecs required Compression standard used by the video.
  • format required Type of file container that holds one or more codecs. For example - MOV, OGG, AVI, MP4.
  • mime required Internet media type, usually video/{format}. For example - video/ogg, video/mp4, video/webm

poster

Default image for the video. Usually a descriptive image that's shown to display the video, before the video is loaded or played.

  • Attributes:
  • guid optional Unique identifier for the video thumbnail
  • ratio optional Aspect ratio of the thumbnail image. Possible values: ONE_ONE, FOUR_THREE, VARIABLE
  • mini optional Path to the image no larger than 56x42.
  • thumbnail optional Path to the image no larger than 96x72.
  • standard optional Path to the image no larger than 300x225.
  • medium optional Path to the image no larger than 592x444.
  • large optional Path to the image no larger than 800x600.

source

Detailed information about the original video source. This is useful if you have encoded a video from a different codec and format and would like to store information about the original video or access additional information, such as frame_rate or audio_codec which would stay the same between different encodings. This element is flexible, meaning it can include any attributes in addition to the ones described below.

  • Attributes:
  • duration_in_ms optional
  • audio_bitrate_in_kbps optional
  • audio_sample_rate optional
  • video_bitrate_in_kbps optional
  • total_bitrate_in_kbps optional
  • audio_sample_rate optional
  • video_codec optional
  • audio_codec optional
  • frame_rate optional
  • format optional
  • channels optional
  • file_size_in_bytes optional
  • width optional
  • height optional
  • ...

embed

Remote embed to include with the introduction.

  • Attributes:
  • type required The resource type. Valid values are [photo, video, link, rich]. Visit the section on these types in the oEmbed spec to learn more.
  • version required The oEmbed version number. This must be 1.0.
  • html optional The body of the embed object, could be an iframe embedded content or a block of html depending on the type.
  • height optional The height of the embedded object.
  • width optional The width of the embedded object.
  • title optional A text title, describing the resource.
  • author_name optional The name of the author/owner of the resource.
  • author_url optional A URL for the author/owner of the resource.
  • provider_name optional The name of the resource provider.
  • provider_url optional The url of the resource provider.
  • cache_age optional The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.
  • thumbnail_url optional A URL to a thumbnail image representing the resource. The thumbnail must respect any maxwidth and maxheight parameters. If this parameter is present, thumbnail_width and thumbnail_height must also be present.
  • thumbnail_width optional The width of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_height must also be present.
  • thumbnail_height optional The height of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_width must also be present.

tools

  • Attributes: None

tool

A required or suggested tool or implement. Use a name common to all of your guides and specify variations using the type attribute.

  • Attributes:
  • name required Tool name.
  • type optional The type of tool. Specifying type can be a useful way of consolidating tool names, for example an 8mm socket could be specified as name: socket, type: 8mm.
  • quantity optional Integer quantity of tool required. If omitted, this is assumed to be 1.
  • notes optional Information specific to using this tool for this guide.
  • thumbnail optional Path to an image to go along with the tool.
  • url optional A URL for an external reference describing the tool.
  • sku optional The manufacturer SKU / part number.

external_sources

A list of all the sources for aquiring this tool.

  • Attributes: None

external_source

External source used for sourcing and aquiring this tool. Could be an e-commerce site, brick and mortar store, guide or full oManual.

  • Attributes:
  • id optional String identifier for the tool at the external source. If the external source is a guide, the id would be the guide name.
  • url optional Path to an external site that sells or distributes this tool. Alternatively, it could be a relative path to a different guide that produces this tool.
  • notes optional Any important information about this source. For example, if the source is notorious for slow shipping times or poor quality, this would be the place to note that.

parts

  • Attributes: None

part

A part, material, or ingredient used in the guide. Use a name common to all of your guides and specify variations using the type attribute.

  • Attributes:
  • name required Part name
  • sku optional A global string identifier for the part.
  • type optional The type of part. Specifying type can be a useful way of consolidating names, for example a 5Ω resistor could be specified as name: resistor, type: 5Ω.
  • quantity required How many of this part are required.
  • thumbnail optional URI of an image to go along with the part.
  • url optional A URL for a page describing the part.
  • notes optional Information specific to using this part for this guide.

external_sources

A list of all the sources for aquiring this part.

  • Attributes: None

external_source

External source used for sourcing and aquiring this part. Could be an e-commerce site, brick and mortar store, guide or full oManual.

  • Attributes:
  • id optional String identifier for the part at the external source. If the external source is a guide, the id would be the guide name.
  • url optional Path to an external site that sells or distributes this part. Alternatively, it could be a relative path to a different guide that produces this part.
  • notes optional Any important information about this source. For example, if the source is notorious for slow shipping times or poor quality, this would be the place to note that.

flags

  • Attributes: None

flag

A flag or informational note about the guide. The text field contains a full text notice of what this flag means to the user.

  • Attributes:
  • id optional A unique string identifier for the flag.
  • title required A short title for the flag. ex: In Progress
  • image optional URI of an image to go along with the flag, no larger than 44x44.

documents

  • Attributes: None

document

A document attached to the guide. The text for this element should be the filename of the attached document.

  • Attributes:
  • url required Path to the document.

prerequisites

A collection of guides that must be completed prior to starting this guide.

  • Attributes: None

prerequisite

The title of a prerequisite guide. Prerequisite guides should be written such that steps can be inlined directly into this guide. You can see an example of this with the prerequisite implementation on iFixit.

  • Attributes:
  • id required An id for the associated prerequisite guide.
  • locale required The language the guide is written in.
  • path required The path to the prerequisite guide.

steps

Collection of step-by-step instructions.

  • Attributes: None

step

The step. Contains the line, object, and image elements.

  • Attributes:
  • number required The step number starting from 1.
  • title optional The title of the step.

lines

Lines of text belonging to this step. We recommend a step not have more than eight lines, and that each line not exceed 500 characters. It is best to think of each line as a discrete piece of information or instruction.

  • Attributes: None

line

A bullet line of text in the step or paragraph of instructions. Recommended not to exceed 500 characters.

  • Attributes:
  • bullet optional Which color or type of bullet to use. If you specify icon_note, icon_reminder, or icon_caution, the bullet color should default to black. Valid values are:
    • black
    • red
    • orange
    • yellow
    • green
    • blue
    • violet
    • icon_note
    • icon_reminder
    • icon_caution
  • level optional How indented this line is. We recommend that the indentation level is no larger than 3.

media

A container for the step media. Each step can have one of these: 1-3 images OR a video OR a remote oEmbed object.

  • Attributes:
  • type required The type of media. Valid values: image, video, embed.

image

Image to include with this step.

  • Attributes:
  • orderby optional The image order relative to the others. Starts at 1.
  • mini optional Path to the image no larger than 56x42.
  • thumbnail optional Path to the image no larger than 96x72.
  • standard optional Path to the image no larger than 300x225.
  • medium optional Path to the image no larger than 592x444.
  • large optional Path to the image no larger than 800x600.

video

Video to include with this step.

  • Attributes: none

encoding

Describes the different possible encodings for the video. Different web browsers, mobile devices and operating systems require different formats to play videos. Because of this, there can be 1 to N number of encodings.

  • Attributes:
  • url required Relative location of the video, or a URL if the video is not stored locally.
  • width required Video width.
  • height required Video height.
  • codecs required Compression standard used by the video.
  • format required Type of file container that holds one or more codecs. For example - MOV, OGG, AVI, MP4.
  • mime required Internet media type, usually video/{format}. For example - video/ogg, video/mp4, video/webm./

poster

Default image for the video. Usually a descriptive image that's shown to display the video, before the video is loaded or played.

  • Attributes:
  • guid optional Unique identifier for the video thumbnail
  • ratio optional Aspect ratio of the thumbnail image. Possible values: ONE_ONE, FOUR_THREE, VARIABLE
  • mini optional Path to the image no larger than 56x42.
  • thumbnail optional Path to the image no larger than 96x72.
  • standard optional Path to the image no larger than 300x225.
  • medium optional Path to the image no larger than 592x444.
  • large optional Path to the image no larger than 800x600.

source

Detailed information about the original video source. This is useful if you have encoded a video from a different codec and format and would like to store information about the original video or access additional information, such as frame_rate or audio_codec which would stay the same between different encodings. This element is flexible, meaning it can include any attributes in addition to the ones described below.

  • Attributes:
  • duration_in_ms optional
  • audio_bitrate_in_kbps optional
  • audio_sample_rate optional
  • video_bitrate_in_kbps optional
  • total_bitrate_in_kbps optional
  • audio_sample_rate optional
  • video_codec optional
  • audio_codec optional
  • frame_rate optional
  • format optional
  • channels optional
  • file_size_in_bytes optional
  • width optional
  • height optional
  • ...

embed

Remote embed to include with this step. Each embed can include the same fields specified by the oEmbed spec.

  • Attributes:
  • type required The resource type. Valid values are [photo, video, link, rich]. Visit the section on these types in the oembed spec to learn more.
  • version required The oEmbed version number. This must be 1.0.
  • html optional The body of the embed object, could be an iframe embeded content or a block of html depending on the type.
  • url optional URL to the source of the embedded media.
  • height optional The height of the embedded object.
  • width optional The width of the embedded object.
  • title optional A text title, describing the resource.
  • author_name optional The name of the author/owner of the resource.
  • author_url optional A URL for the author/owner of the resource.
  • provider_name optional The name of the resource provider.
  • provider_url optional The url of the resource provider.
  • cache_age optional The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.
  • thumbnail_url optional A URL to a thumbnail image representing the resource. The thumbnail must respect any maxwidth and maxheight parameters. If this parameter is present, thumbnail_width and thumbnail_height must also be present.
  • thumbnail_width optional The width of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_height must also be present.
  • thumbnail_height optional The height of the optional thumbnail. If this parameter is present, thumbnail_url and thumbnail_width must also be present.

conclusion

Simple HTML-formatted text for the conclusion.

  • Attributes: None

Transmission Formats

.oManual File Package Example oManual Package

The .omanual file format is an XML-based file package which can be used to easily package, distribute, view and import your data and referenced media files. These files are compressed and packaged using the .ZIP file format, which is an industry standard for cross-platform data exchange and storage.

File examples and schema definition (XSD) files are available below to validate your own oManual XML documents.

oManual packages must have a file extension of '.omanual' and should be structured as shown below.

ZIP compressed .omanual archive:

API Specification

The API specification is designed to provide a simple way to expose your oManual resources to other services or devices through simple REST API endpoints. API endpoints should be relative to a base server address (eg. https://www.ifixit.com/api).

GET/guides

Returns a list of all guides sorted by guideid.

Query Parameters
guideids — Optional — array

Comma-delimited list of guideids identifying the guides to return.

filter — Optional — enum

Return only guides of the specified type. For example, to get all teardowns, you can query /guides?filter=teardown&limit=10000

order — Optional — enum

Return the guides in ascending or descending alphabetical order.

offset — Optional — integer

The number of guides to skip from the beginning. Range: [0, infinity). Defaults to 0.

limit — Optional — integer

The maximum number of guides to include in the response. Range: [1, 200]. Defaults to 20.

Example Response
 [{
     "guideid": 10871,
     "type": "installation",
     "category": "Mad Catz Street Fighter IV FightPad",
     "subject": "Circuit Board",
     "title": "Installing Mad Catz Street Fighter IV FightPad Circuit Board",
     "public": true,
     "userid": 508864,
     "username": "Jefferson Hsu",
     "image": {
         "id": 191956,
         "mini": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli.large",
         "original": "https:\/\/www.ifixit.com\/igi\/SNSZdTLg1lnXDtli"
     }
 },
 {
     "guideid": 10542,
     "type": "repair",
     "category": "iPhone 5",
     "subject": "Screen",
     "title": "Repairing iPhone 5 Screen",
     "public": false,
     "userid": 500236,
     "username": "jimenezser",
     "image": {
         "id": 188329,
         "mini": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf.large",
         "original": "https:\/\/www.ifixit.com\/igi\/W6XSHPrbFe6vJmQf"
     }
 },
 {
     "guideid": 10537,
     "type": "repair",
     "category": "GG TR16 R4",
     "subject": "TR16",
     "title": "G&G TR16 R4 Airsoft Reassembly",
     "public": true,
     "userid": 489331,
     "username": "101 Tech USA",
     "image": {
         "id": 187378,
         "mini": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV.large",
         "original": "https:\/\/www.ifixit.com\/igi\/kmZ53QEHdHKlrRpV"
     }
 },
 {
     "guideid": 10379,
     "type": "installation",
     "category": "MacBook Pro 13" Unibody Mid 2012",
     "subject": "Hard Drive Cable",
     "title": "Installing MacBook Pro 13" Unibody Mid 2012 Hard Drive Cable",
     "public": true,
     "userid": 104104,
     "username": "Andrew Goldberg",
     "image": {
         "id": 185941,
         "mini": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO.large",
         "original": "https:\/\/www.ifixit.com\/igi\/1lQHKqaBdFXywoJO"
     }
 },
 {
     "guideid": 8587,
     "type": "disassembly",
     "category": "Griffin iFM 4027",
     "subject": "Left Side Panel (Screen Side Up)",
     "title": "Disassembling Griffin iFM 4027 Left Side Panel (Screen Side Up)",
     "public": true,
     "userid": 423315,
     "username": "Alexander",
     "image": {
         "id": 158308,
         "mini": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm.large",
         "original": "https:\/\/www.ifixit.com\/igi\/YWKiZjHjUnNduIUm"
     }
 },
 {
     "guideid": 3550,
     "type": "installation",
     "category": "Xbox 360",
     "subject": "Red Ring of Death Fix Kit",
     "title": "Installing Xbox 360 Red Ring of Death Fix Kit",
     "public": true,
     "userid": 19,
     "username": "Andrew Bookholt",
     "image": {
         "id": 65243,
         "mini": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2.large",
         "original": "https:\/\/www.ifixit.com\/igi\/RjZnYscyvWtm2Xk2"
     }
 },
 {
     "guideid": 3209,
     "type": "installation",
     "category": "Xbox 360 S",
     "subject": "RF Module",
     "title": "Installing Xbox 360 S RF Module",
     "public": true,
     "userid": 182322,
     "username": "Matt Newsom",
     "image": {
         "id": 58904,
         "mini": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE.large",
         "original": "https:\/\/www.ifixit.com\/igi\/qWkqmsQKr5iJIHvE"
     }
 },
 {
     "guideid": 3080,
     "type": "technique",
     "category": "Xbox 360",
     "subject": false,
     "title": "Xbox 360 Stuck DVD Removal",
     "public": true,
     "userid": 76599,
     "username": "nick",
     "image": {
         "id": 62877,
         "mini": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy.large",
         "original": "https:\/\/www.ifixit.com\/igi\/k6aLBeZ4YFdERZDy"
     }
 },
 {
     "guideid": 3036,
     "type": "installation",
     "category": "MacBook Pro 15" Unibody Mid 2010",
     "subject": "AirPort\/Bluetooth Cable",
     "title": "Installing MacBook Pro 15&quot; Unibody Mid 2010 AirPort\/Bluetoo<wbr \/>th Cable",
     "public": true,
     "userid": 18,
     "username": "Walter Galan",
     "image": {
         "id": 57664,
         "mini": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA.large",
         "original": "https:\/\/www.ifixit.com\/igi\/okRgTcFkhaGrlhcA"
     }
 },
 {
     "guideid": 2332,
     "type": "installation",
     "category": "Sanyo VPC S1275",
     "subject": "Battery",
     "title": "Installing Sanyo VPC S1275 Battery",
     "public": true,
     "userid": 226132,
     "username": "Ariana Martinez",
     "image": {
         "id": 40992,
         "mini": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl.large",
         "original": "https:\/\/www.ifixit.com\/igi\/sbKRX3ghQcYK4Ojl"
     }
 },
 {
     "guideid": 1441,
     "type": "installation",
     "category": "MacBook Pro 15&quot; Core 2 Duo Model A1211",
     "subject": "Display Data Cable",
     "title": "Installing MacBook Pro 15&quot; Core 2 Duo Model A1211 Display Data Cable",
     "public": true,
     "userid": 12,
     "username": "Ben Eisenman",
     "image": {
         "id": 21761,
         "mini": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry.mini",
         "thumbnail": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry.thumbnail",
         "standard": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry.standard",
         "medium": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry.medium",
         "large": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry.large",
         "original": "https:\/\/www.ifixit.com\/igi\/rfYq3ZMUYQqYK3Ry"
     }
 }]

GET/guides/{guideid}

Returns a comprehensive list of attributes about a guide.

Query Parameters
excludePrerequisiteSteps — Optional — boolean

If set, the response will not include steps from prerequisite guides. By default prerequisite guide steps are inlined with the current guide's steps.

type — Optional — string

Possible values: JSON or XML.

Example Response
{
    "category": "Nokia 6310i",
    "url": "http:\/\/www.ifixit.com\/Guide\/Installing+Nokia+6310i+Speaker\/4000\/1",
    "guide": {
        "author": {
            "text": "Mustafa",
            "userid": 261784
        },
        "categories": [
            "Nokia 6310i"
        ],
        "conclusion": "<p>To reassemble your device, follow these instructions in reverse order.<\/p>",
        "difficulty": "Moderate",
        "documents": [ ],
        "flags": [
            {
                "title": "User-Contributed Guide",
                "flagid": "GUIDE_USER_CONTRIBUTED",
                "text": "An awesome member of our community made this guide. It is not managed by iFixit staff."
            }
        ],
        "guideid": 4000,
        "image": {
            "id": 73556,
            "mini": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk.mini",
            "thumbnail": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk.thumbnail",
            "standard": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk.standard",
            "medium": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk.medium",
            "large": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk.large",
            "original": "https:\/\/www.ifixit.com\/igi\/FucWIkw2ZEBiIJHk"
        },
        "introduction": "",
        "locale": "en",
        "parts": [ 
        
        ],
        "prereqs": [
            {
                "text": "Installing Nokia 6310i Battery",
                "guideid": 3792,
                "locale": "en"
            },
            {
                "text": "Installing Nokia 6310i SIM card",
                "guideid": 3989,
                "locale": "en"
            },
            {
                "text": "Installing Nokia 6310i Back Cover",
                "guideid": 3993,
                "locale": "en"
            },
            {
                "text": "Installing Nokia 6310i Antenna",
                "guideid": 3843,
                "locale": "en"
            },
            {
                "text": "Installing Nokia 6310i Motherboard",
                "guideid": 3995,
                "locale": "en"
            }
        ],
        "steps": [
            {
                "title": "",
                "lines": [
                    {
                        "bullet": "red",
                        "level": 0,
                        "lineid": 100136,
                        "text": "Press and hold the battery release button and slide the battery away from the Nokia logo"
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 69368,
                            "mini": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/MNgCRrABnmpXhGE5"
                        },
                        {
                            "id": 69365,
                            "mini": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/NJktwCusJaMJIOwV"
                        }
                    ]
                },
                "guideid": 3792,
                "stepid": 17939,
                "orderby": 1,
                "revisionid": 69272
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Slide the SIM card lock away from the SIM card.",
                        "bullet": "red",
                        "level": 0,
                        "lineid": 100204
                    },
                    {
                        "bullet": "icon_note",
                        "level": 0,
                        "lineid": 100205,
                        "text": "The SIM card pops out. Remove the SIM card."
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 73570,
                            "mini": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/G2KvEGTSEWL5KcR3"
                        },
                        {
                            "id": 79857,
                            "mini": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/JZDDU3hQpbfG6ZL6"
                        },
                        {
                            "id": 79299,
                            "mini": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/refJ2Tab3SjOpqAW"
                        }
                    ]
                },
                "guideid": 3989,
                "stepid": 18796,
                "orderby": 1,
                "revisionid": 69316
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Unscrew and remove the four T6 Torx screws.",
                        "bullet": "red",
                        "level": 0,
                        "lineid": 100209
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 79303,
                            "mini": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/ciKpDgoxCuXVXj2c"
                        }
                    ]
                },
                "guideid": 3993,
                "stepid": 18816,
                "orderby": 1,
                "revisionid": 69319
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Insert a plastic opening tool between the faceplate and the black backplate. Gently pry them apart, working from the lower end to the upper side of the phone.",
                        "bullet": "black",
                        "level": 0,
                        "lineid": 99556
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 73485,
                            "mini": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/N6wmj661NSSV6V4j"
                        },
                        {
                            "id": 73486,
                            "mini": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/kbxQN2VIJhbYAghq"
                        },
                        {
                            "id": 73487,
                            "mini": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/ReBOPVv25JIIdCHx"
                        }
                    ]
                },
                "guideid": 3993,
                "stepid": 18819,
                "orderby": 2,
                "revisionid": 68971
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Use the plastic opening tool to separate the top part of the backplate.",
                        "bullet": "black",
                        "level": 0,
                        "lineid": 99565
                    },
                    {
                        "text": "The plastic clips at the top require slightly more force to separate.",
                        "bullet": "icon_note",
                        "level": 0,
                        "lineid": 99566
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 73488,
                            "mini": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/OgCms2Ig2vpOlcp3"
                        },
                        {
                            "id": 73489,
                            "mini": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/1NiLkiaMwAEf4yOJ"
                        },
                        {
                            "id": 79310,
                            "mini": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/6seHPcJThOBcEINt"
                        }
                    ]
                },
                "guideid": 3993,
                "stepid": 18820,
                "orderby": 3,
                "revisionid": 68977
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Remove the screw holding the antenna to the circuit board.",
                        "bullet": "yellow",
                        "level": 0,
                        "lineid": 100212
                    },
                    {
                        "text": "Carefully lift off the antenna from the circuit board.",
                        "bullet": "red",
                        "level": 0,
                        "lineid": 100213
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 80329,
                            "mini": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/Bl5pvKaHAEaVQ6y6"
                        },
                        {
                            "id": 80331,
                            "mini": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/mdaJgVMiByeumAoY"
                        }
                    ]
                },
                "guideid": 3843,
                "stepid": 18229,
                "orderby": 1,
                "revisionid": 69321
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Lift off the motherboard from the faceplate.",
                        "bullet": "red",
                        "level": 0,
                        "lineid": 100208
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 79307,
                            "mini": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/A2BVKCnLZ2CgnL4Z"
                        }
                    ]
                },
                "guideid": 3995,
                "stepid": 18825,
                "orderby": 1,
                "revisionid": 69318
            },
            {
                "title": "",
                "lines": [
                    {
                        "text": "Gently pop out the golden spring in the middle of the speaker. It should come out with little force.",
                        "bullet": "red",
                        "level": 0,
                        "lineid": 99560
                    }
                ],
                "media": {
                    "type": "image",
                    "data": [
                        {
                            "id": 79858,
                            "mini": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/O2YIDmxV2cy4ojPO"
                        },
                        {
                            "id": 79859,
                            "mini": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI.mini",
                            "thumbnail": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI.thumbnail",
                            "standard": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI.standard",
                            "medium": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI.medium",
                            "large": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI.large",
                            "original": "https:\/\/www.ifixit.com\/igi\/LmCVJHXaf456HxdI"
                        }
                    ]
                },
                "guideid": 4000,
                "stepid": 18839,
                "orderby": 1,
                "revisionid": 68974
            }
        ],
        "subject": "Speaker",
        "summary": "This guide shows how to remove the speaker.",
        "time_required": "10",
        "title": "Installing Nokia 6310i Speaker",
        "tools": [
            {
                "type": "",
                "quantity": "1",
                "text": "Plastic Opening Tools",
                "notes": "",
                "url": "http:\/\/www.ifixit.com\/Tools\/Plastic-Opening-Tools\/IF145-000",
                "thumbnail": "http:\/\/www.ifixit.com\/cart-products\/kDMlRd6QFSgQpqCw.mini"
            },
            {
                "type": "",
                "quantity": "1",
                "text": "T6 Torx Screwdriver",
                "notes": "",
                "url": "http:\/\/www.ifixit.com\/Tools\/T6-Torx-Screwdriver\/IF145-004",
                "thumbnail": "http:\/\/www.ifixit.com\/cart-products\/4RMxCuCEVRRt3Bse.mini"
            }
        ],
        "type": "installation",
        "revisionid": 51574
    },
    "guideid": 4000,
    "canEdit": true
}

GET/categories

Returns a flat list of the category names on the site.

Query Parameters
offset — Optional — integer

The number of categories to skip from the beginning. Range: [0, infinity). Defaults to 0.

limit — Optional — integer

The maximum number of categories to include in the response. Range: [1, 200]. Defaults to 20.

Example Response
{
    "Camera": {
        "Canon Camera": {
            "Canon AE-1": {

            },
            "Canon EOS 30": {

            },
            "Canon EOS 5D Mark II": {

            },
            "Canon EOS 7D": {

            },
            "Canon EOS A2": {

            },
            "Canon EOS Digital Rebel (300D)": {

            },
            "Canon EOS Rebel G": {

            },
            "Canon EOS Rebel T2i": {

            },
            "Canon EOS Rebel XS": {

            },
            "Canon PowerShot 1200": {

            },
            "Canon PowerShot A200": {

            },
            "Canon PowerShot A460": {

            },
            "Canon PowerShot A470": {

            },
            "Canon PowerShot A520": {

            },
            "Canon PowerShot A550": {

            },
            "Canon PowerShot A590 IS": {

            },
            "Canon PowerShot A610": {

            },
            "Canon Powershot A70": {

            },
            "Canon PowerShot A75": {

            },
            "Canon PowerShot A80": {

            },
            "Canon Powershot S200": {

            },
            "Canon PowerShot S230": {

            },
            "Canon Powershot S3 IS": {

            },
            "Canon PowerShot S400": {

            },
            "Canon PowerShot S410": {

            },
            "Canon PowerShot S50": {

            },
            "Canon PowerShot S500": {

            },
            "Canon PowerShot S80": {

            },
            "Canon PowerShot SD1000": {

            },
            "Canon PowerShot SD1100 IS": {

            },
            "Canon PowerShot SD200": {

            },
            "Canon PowerShot SD400": {

            },
            "Canon PowerShot SD450": {

            },
            "Canon Powershot SD550": {

            },
            "Canon PowerShot SD700": {

            },
            "Canon PowerShot SD750": {

            },
            "Canon Powershot SD790 IS": {

            },
            "Canon PowerShot SD800 IS": {

            },
            "Canon PowerShot SD850 IS": {

            },
            "Canon PowerShot SD870 IS": {

            },
            "Canon Powershot SD880": {

            }
        },
        "Fujifilm Camera": {
            "Fujifilm Endeavor 100ix": {

            },
            "Fujifilm FinePix 4700zoom": {

            },
            "Fujifilm FinePix A340": {

            }
        },
        "Kodak Camera": {
            "Kodak EasyShare C142": {

            },
            "Kodak Easyshare C183": {

            },
            "Kodak EasyShare C195": {

            },
            "Kodak EasyShare C713": {

            },
            "Kodak Easyshare C813": {

            },
            "Kodak EasyShare C913": {

            },
            "Kodak EasyShare CD82": {

            },
            "Kodak EasyShare LS743": {

            },
            "Kodak EasyShare Z1015 IS": {

            },
            "Kodak EasyShare Z1275": {

            },
            "Kodak S100 EF": {

            }
        },
        "Nikon Camera": {
            "Nikon Coolpix 3500": {

            },
            "Nikon Coolpix 4600": {

            },
            "Nikon Coolpix 7900": {

            },
            "Nikon Coolpix 995": {

            },
            "Nikon Coolpix E5700": {

            },
            "Nikon Coolpix L16": {

            },
            "Nikon Coolpix L18": {

            },
            "Nikon COOLPIX P2": {

            },
            "Nikon Coolpix P4": {

            },
            "Nikon Coolpix S1000pj": {

            },
            "Nikon Coolpix S210": {

            },
            "Nikon Coolpix S220": {

            },
            "Nikon Coolpix S51c": {

            },
            "Nikon CoolPix S600": {

            },
            "Nikon COOLPIX S610c": {

            },
            "Nikon D5100": {

            },
            "Nikon D70": {

            },
            "Nikon D80": {

            },
            "Nikon N2000 (F301)": {

            },
            "Nikon SB600 Speedlight": {

            }
        },
        "Olympus Camera": {
            "Olympus C-765": {

            },
            "Olympus D590": {

            },
            "Olympus FE-210": {

            },
            "Olympus Stylus 1010": {

            },
            "Olympus Stylus 300": {

            },
            "Olympus Stylus 410": {

            },
            "Olympus Stylus 725 SW": {

            }
        },
        "Panasonic Camera": {
            "Panasonic Lumix DMC-F7": {

            },
            "Panasonic Lumix DMC-FX01": {

            },
            "Panasonic Lumix DMC-FX07": {

            },
            "Panasonic Lumix DMC-TZ5": {

            }
        },
        "Polaroid Camera": {
            "Polaroid a520": {

            },
            "Polaroid i533": {

            },
            "Polaroid i835": {

            },
            "Polaroid One-Step 600": {

            },
            "Polaroid Sun 600 LMS": {

            }
        },
        "Samsung Camera": {
            "Samsung Digimax L83T": {

            },
            "Samsung L100": {

            },
            "Samsung PL20": {

            },
            "Samsung S630": {

            },
            "Samsung S860": {

            }
        },
        "Sanyo Camera": {
            "Sanyo S1414": {

            },
            "Sanyo VPC S1275": {

            },
            "Sanyo VPC-S1415": {

            },
            "Sanyo VPC-T700": {

            },
            "Sanyo VPC-T850": {

            },
            "Sanyo VPC-X1200": {

            }
        },
        "Sony Camera": {
            "Sony bloggie 3d player": {

            },
            "Sony Cyber-shot 5.1 mega pixel DSC-P100": {

            },
            "Sony Cyber-shot DSC W150": {

            },
            "Sony Cyber-shot DSC-H2": {

            },
            "Sony Cyber-shot DSC-P10": {

            },
            "Sony Cyber-shot DSC-P9": {

            },
            "Sony Cyber-shot DSC-S2100": {

            },
            "Sony Cyber-shot DSC-S650": {

            },
            "Sony Cyber-shot DSC-T1": {

            },
            "Sony Cyber-Shot DSC-W120": {

            },
            "Sony Cyber-shot DSC-W230": {

            },
            "Sony Cyber-shot DSC-W290": {

            },
            "Sony Cyber-shot DSC-W5": {

            },
            "Sony Cyber-shot DSC-W55": {

            },
            "Sony Cybershot DSC-P52": {

            },
            "Sony Cybershot DSC-T1": {

            },
            "Sony Handycam DCR-DVD103": {

            }
        },
        "Casio Exilim EX-Z70": {

        },
        "Casio Exilim EX-Z850": {

        },
        "HP Photosmart 935 Digital Camera": {

        },
        "Leica Z2X": {

        },
        "Minolta X-370": {

        },
        "Yashica TL-Super": {

        }
    },
    "Game Console": {
        "Microsoft Game Console": {
            "Microsoft Game Console Accessory": {
                "Mad Catz Street Fighter IV FightPad": {

                },
                "Microsoft Kinect": {

                },
                "Turtle Beach Ear Force X11": {

                },
                "Xbox 360 Wireless Controller": {

                }
            },
            "Microsoft TV Console": {
                "Xbox": {

                },
                "Xbox 360": {

                },
                "Xbox 360 S": {

                }
            }
        },
        "Nintendo Game Console": {
            "Nintendo Game Console Accessory": {
                "Nintendo GameCube Controller": {

                },
                "Nintendo WaveBird Wireless Controller": {

                }
            },
            "Nintendo Handheld Console": {
                "Game Boy": {

                },
                "Game Boy Advance": {

                },
                "Game Boy Color": {

                },
                "Game Boy Micro": {

                },
                "Nintendo 3DS": {

                },
                "Nintendo DS": {

                },
                "Nintendo DS Lite": {

                },
                "Nintendo DSi": {

                },
                "Nintendo DSi XL": {

                },
                "Nintendo Game Boy Advance SP": {

                }
            },
            "Nintendo TV Console": {
                "Nintendo 64": {

                },
                "Nintendo Entertainment System": {

                },
                "Nintendo GameCube": {

                },
                "Nintendo Wii": {

                },
                "Nintendo Wii U": {

                },
                "Super Nintendo": {

                }
            }
        },
        "Retro Game Console": {
            "Atari 2600": {

            },
            "Magnavox Odyssey 100": {

            },
            "Nintendo Family Computer (Famicom)": {

            },
            "Nintendo Virtual Boy": {

            },
            "RCA Studio II": {

            },
            "Vectrex": {

            }
        },
        "Sega Game Console": {
            "Sega CD": {

            },
            "Sega Dreamcast": {

            },
            "Sega Game Gear": {

            },
            "Sega Genesis": {

            },
            "Sega Saturn": {

            }
        },
        "Sony Game Console": {
            "Sony Accessories": {
                "DualShock 3": {

                },
                "PlayStation Move": {

                },
                "Playstation Move Navigation Controller": {

                }
            },
            "Sony Handheld Console": {
                "PSP 3000": {
                    "PSP 300x": {

                    },
                    "PSP 300xc": {

                    }
                },
                "PlayStation Vita": {

                },
                "PSP 1000": {

                },
                "PSP 2000": {

                },
                "PSP E1000": {

                },
                "PSP Go": {

                }
            },
            "Sony TV Console": {
                "PlayStation": {

                },
                "PlayStation 2": {

                },
                "PlayStation 2 Slimline": {

                },
                "PlayStation 3": {

                },
                "PlayStation 3 Slim": {

                },
                "PlayStation 3 Super Slim": {

                },
                "Sony DVP-SR200P": {

                }
            }
        }
    },
    "Home Stereo and Theater": {
        "DVD Player": {
            "Magnavox MWD200F": {

            },
            "Panasonic DVD-RV31 Player": {

            },
            "Philips DVP642": {

            },
            "Samsung DVD-P230": {

            },
            "Samsung P241": {

            },
            "Sony 7\" DVP-FX730 Portable DVD Player": {

            },
            "Toshiba SD-K740": {

            }
        },
        "Hafler": {
            "Hafler DH-200": {

            },
            "Hafler DH-220": {

            }
        },
        "Home Audio Amplifier": {
            "Cambridge Audio A3i": {

            },
            "Onkyo TX-800": {

            }
        },
        "Home Audio Receiver": {
            "Kenwood Eleven III Reciever": {

            },
            "Kenwood Receiver KR-V7070": {

            }
        },
        "Set-Top Box": {
            "Apple TV 1st Generation": {

            },
            "Apple TV 2nd Generation": {

            },
            "Apple TV 3rd Generation": {

            },
            "Boxee Box": {

            },
            "Logitech Revue": {

            },
            "Nexus Q": {

            },
            "TiVo Series 2 TCD540080": {

            },
            "Vizio Co-Star": {

            }
        },
        "Television": {
            "LG 17LX1R": {

            },
            "Mitsubishi WD57734": {

            },
            "Sanyo dp50747 Plasma TV": {

            },
            "Sharp Aquos LC13B2UA": {

            }
        },
        "Boston Acoustics Micro90pv": {

        },
        "Meyer Sound MM-4 Ultra Compact Wide-Range Loudspeaker": {

        },
        "Panasonic SA-HT810V": {

        },
        "Panasonic SA-PM17": {

        },
        "TiVo Series 2 TCD24008A Digital Video Recorder": {

        }
    },
    "Household": {
        "Appliance": {
            "Kitchen Appliance": {
                "Blender": {
                    "Blendtec Total Blender": {

                    }
                },
                "Black and Decker Toast R Oven": {

                },
                "Breville BKC600XL": {

                },
                "GE Microwave Oven": {

                },
                "Keurig B70 Platinum": {

                },
                "Keurig B77": {

                },
                "Keurig Elite": {

                },
                "Keurig Platinum": {

                },
                "Microwave Oven": {

                },
                "Nostalgia Electrics RHP-310": {

                },
                "Rival 16131 Toaster": {

                },
                "Starbucks Barista": {

                },
                "Toaster": {

                }
            },
            "Vacuum Cleaner": {
                "Dyson DC14": {

                },
                "iRobot Roomba 4100": {

                },
                "iRobot Roomba 5xx Series": {

                },
                "Sanitaire SC684": {

                }
            },
            "Water Dispenser": {
                "GE Profile Tri Temperature Water dispenser": {

                }
            },
            "Baby Lock Ellegante 2": {

            },
            "Black and Decker BL3000S": {

            },
            "Dishwasher": {

            },
            "Farberware FSTO100": {

            },
            "GD Midea FT30-3D": {

            },
            "Hairdryer": {

            },
            "Kenmore 110 Series Washing Machine": {

            },
            "Kenmore 90 Series Washing Machine": {

            },
            "Kenmore Elite HE3 Dryer": {

            },
            "Kenmore Elite HE3 Washer": {

            },
            "Quasar Microwave": {

            },
            "Revlon 473": {

            },
            "Seville Classics MSC10166": {

            },
            "Sewing Machine": {

            },
            "Vulcan Gas Stove": {

            },
            "Westpointe Dehumidifier MDC 45AE": {

            }
        },
        "Clothing": {
            "Jeans": {

            },
            "Shoe": {

            }
        },
        "Electronics": {
            "Calculator": {
                "Hewlett Packard 48GX": {

                },
                "Texas Instruments TI-82": {

                },
                "Texas Instruments TI-83 Plus": {

                },
                "Texas Instruments TI-92": {

                },
                "TI-Nspire": {

                }
            },
            "Camcorder": {
                "Aiptek DZO-V58N": {

                },
                "Canon Optura 100MC": {

                },
                "Flip MinoHD": {

                },
                "Flip Ultra HD": {

                },
                "Flip Video": {

                },
                "GoPro HD Hero 2": {

                },
                "GoPro Hero3": {

                },
                "Jazz HDV178 Camcorder": {

                },
                "JVC GR-D290U": {

                },
                "Kodak Zi8": {

                },
                "Panasonic D-snap SV-AV50": {

                },
                "Panasonic PV-GS9": {

                },
                "RCA CC310": {

                },
                "RCA Small Wonders Camcorder CC176": {

                },
                "Sony CCD-TR81": {

                },
                "Sony Handycam CCD-TR5": {

                }
            },
            "Car Audio": {
                "Kenwood KDC-X789": {

                },
                "Sony CDX-L480X": {

                }
            },
            "Miscellaneous Electronics": {
                "GPS": {
                    "Garmin eTrex Vista H": {

                    },
                    "Garmin GPS V": {

                    },
                    "Garmin Nuvi 1200": {

                    },
                    "Garmin Nuvi 200": {

                    },
                    "Garmin Nuvi 255W": {

                    },
                    "Garmin Nuvi 680": {

                    },
                    "Garmin StreetPilot c320": {

                    },
                    "Garmin StreetPilot c330": {

                    },
                    "Magellan RoadMate 1200": {

                    },
                    "TomTom Go 910": {

                    },
                    "TomTom ONE": {

                    },
                    "TomTom XL": {

                    }
                },
                "PDA": {
                    "BlackBerry R900M": {

                    },
                    "Casio Cassiopeia E-125": {

                    },
                    "Handspring Visor Deluxe PDA": {

                    },
                    "Handspring Visor Edge": {

                    },
                    "HP iPAQ H2200": {

                    },
                    "HP iPAQ h4155": {

                    },
                    "HP iPAQ HW6515": {

                    },
                    "IBM WorkPad c3": {

                    },
                    "Newton MessagePad 2000": {

                    },
                    "Palm IIIc": {

                    },
                    "Palm IIIx": {

                    },
                    "Palm IIIxe": {

                    },
                    "Palm m 100": {

                    },
                    "Palm m105": {

                    },
                    "Palm m500": {

                    },
                    "Palm Pilot Professional 3com": {

                    },
                    "Palm TX": {

                    },
                    "Palm V": {

                    },
                    "Palm Vx": {

                    },
                    "Palm Zire 31": {

                    },
                    "Palm Zire 72v1": {

                    },
                    "Sony Clie PEG-SL10": {

                    },
                    "Sony Clie PEG-TG50": {

                    },
                    "Tapwave T2907US Zodiac 2": {

                    },
                    "Tungsten E": {

                    },
                    "Tungsten T3": {

                    }
                },
                "CASIO E-A400 Electronic Dictionary": {

                },
                "CB Radio": {

                },
                "Chumby One": {

                },
                "Eventide ModFactor": {

                },
                "Eventide TimeFactor": {

                },
                "Yamaha DM1000": {

                }
            },
            "Midland X-tra Talk Radio LXT118": {

            },
            "Numark TT1600": {

            },
            "Plantronics CS50 Headset": {

            },
            "Sony M-430 Microcassette-Corder": {

            },
            "Speakers": {

            },
            "TRS-80 Color Computer": {

            }
        },
        "Household Item": {
            "Banana": {

            },
            "Ceramic Knife": {

            },
            "Compact Fluorescent Lightbulb": {

            },
            "Floor Lamp": {

            },
            "Fluorescent Light": {

            },
            "Incandescent Light": {

            },
            "LED Christmas Lights": {

            },
            "Mayan Hammock": {

            },
            "Orange": {

            },
            "Steel Knife": {

            },
            "Toilet": {

            }
        },
        "Lawn and Garden": {
            "Lawn Mower": {
                "Craftsman Riding Mower": {

                },
                "Lawn Mower Craftsman ZTS 7500": {

                },
                "Self Propelled Mower - Troy Built 22\"": {

                }
            }
        },
        "Tool": {
            "iOpener": {

            },
            "RIDGID R84015 X2": {

            },
            "Skil 88": {

            },
            "Toolmate 800W Jig Saw": {

            }
        }
    },
    "Mac": {
        "Mac Desktops": {
            "Classic Mac": {
                "Apple IIc": {

                },
                "Apple Lisa": {

                },
                "Macintosh IIsi": {

                }
            },
            "iMac": {
                "iMac G3": {
                    "iMac G3 EMC 1821": {

                    },
                    "iMac G3 Model M4984": {

                    },
                    "iMac G3 Model M5521": {

                    }
                },
                "iMac G4": {
                    "iMac G4 15\" 700 MHz EMC 1873": {

                    },
                    "iMac G4 17 800 MHz EMC 1936": {

                    },
                    "iMac G4 17\" 800MHz M8812LLA": {

                    },
                    "iMac G4 17\" Model M9168LLA": {

                    }
                },
                "iMac G5": {
                    "iMac G5 17\" Model A1058": {

                    },
                    "iMac G5 17\" Model A1144": {

                    },
                    "iMac G5 20\" Model A1076": {

                    },
                    "iMac G5 20\" Model A1145": {

                    }
                },
                "iMac Intel": {
                    "iMac Intel 17\"": {

                    },
                    "iMac Intel 20\" EMC 2105 and 2118": {

                    },
                    "iMac Intel 20\" EMC 2133 and 2210": {

                    },
                    "iMac Intel 20\" EMC 2266": {

                    },
                    "iMac Intel 21.5\" EMC 2308": {

                    },
                    "iMac Intel 21.5\" EMC 2389": {

                    },
                    "iMac Intel 21.5\" EMC 2428": {

                    },
                    "iMac Intel 21.5\" EMC 2544": {

                    },
                    "iMac Intel 24\" EMC 2111": {

                    },
                    "iMac Intel 24\" EMC 2134 and 2211": {

                    },
                    "iMac Intel 24\" EMC 2267": {

                    },
                    "iMac Intel 27\" EMC 2309 and 2374": {

                    },
                    "iMac Intel 27\" EMC 2390": {

                    },
                    "iMac Intel 27\" EMC 2429": {

                    }
                }
            },
            "Mac Mini": {
                "dkfjalwefadfwefawfe": {

                },
                "Mac mini (PowerPC)": {

                },
                "Mac Mini Late 2012": {

                },
                "Mac Mini Mid 2010": {

                },
                "Mac Mini Mid 2011": {

                },
                "Mac Mini Model A1176": {

                },
                "Mac Mini Model A1283": {

                }
            },
            "Power Mac": {
                "Power Mac G4 Cube": {

                },
                "Power Mac G4 M5183": {

                },
                "Power Mac G4 MDD": {

                },
                "Power Mac G4 Quicksilver": {

                },
                "Power Mac G5": {

                },
                "Power Mac G5 Late 2005": {

                },
                "Power Macintosh 8600(250)": {

                },
                "Power Macintosh G3 Blue and White": {

                }
            },
            "Apple XServe": {

            },
            "eMac": {

            },
            "Mac Pro": {

            }
        },
        "Mac Laptops": {
            "iBook": {
                "iBook G3": {
                    "iBook G3 12\"": {

                    },
                    "iBook G3 14\"": {

                    },
                    "iBook G3 Clamshell": {

                    }
                },
                "iBook G4": {
                    "iBook G4 12\" 1.33 GHz": {

                    },
                    "iBook G4 12\" 800 MHz-1.2 GHz": {

                    },
                    "iBook G4 14\" 1.42 GHz": {

                    },
                    "iBook G4 14\" 933 MHz-1.33 GHz": {

                    }
                }
            },
            "MacBook": {
                "MacBook Core 2 Duo": {

                },
                "MacBook Core Duo": {

                },
                "MacBook Unibody Model A1278": {

                },
                "MacBook Unibody Model A1342": {

                }
            },
            "MacBook Air": {
                "MacBook Air 11\"": {
                    "MacBook Air 11\" Late 2010": {

                    },
                    "MacBook Air 11\" Mid 2011": {

                    },
                    "MacBook Air 11\" Mid 2012": {

                    }
                },
                "MacBook Air 13\"": {
                    "MacBook Air 13\" Late 2010": {

                    },
                    "MacBook Air 13\" Mid 2011": {

                    },
                    "MacBook Air 13\" Mid 2012": {

                    },
                    "MacBook Air Models A1237 and A1304": {

                    }
                }
            },
            "MacBook Pro": {
                "MacBook Pro 13\"": {
                    "MacBook Pro 13\" Retina Display Late 2012": {

                    },
                    "MacBook Pro 13\" Unibody Early 2011": {

                    },
                    "MacBook Pro 13\" Unibody Late 2011": {

                    },
                    "MacBook Pro 13\" Unibody Mid 2009": {

                    },
                    "MacBook Pro 13\" Unibody Mid 2010": {

                    },
                    "MacBook Pro 13\" Unibody Mid 2012": {

                    }
                },
                "MacBook Pro 15\"": {
                    "MacBook Pro 15\" Core 2 Duo Model A1211": {

                    },
                    "MacBook Pro 15\" Core 2 Duo Models A1226 and A1260": {

                    },
                    "MacBook Pro 15\" Core Duo Model A1150": {

                    },
                    "MacBook Pro 15\" Retina Display Mid 2012": {

                    },
                    "MacBook Pro 15\" Unibody 2.53 GHz Mid 2009": {

                    },
                    "MacBook Pro 15\" Unibody Early 2011": {

                    },
                    "MacBook Pro 15\" Unibody Late 2008 and Early 2009": {

                    },
                    "MacBook Pro 15\" Unibody Late 2011": {

                    },
                    "MacBook Pro 15\" Unibody Mid 2009": {

                    },
                    "MacBook Pro 15\" Unibody Mid 2010": {

                    },
                    "MacBook Pro 15\" Unibody Mid 2012": {

                    }
                },
                "MacBook Pro 17\"": {
                    "MacBook Pro 17\" Models A1151 A1212 A1229 and A1261": {

                    },
                    "MacBook Pro 17\" Unibody": {

                    },
                    "MacBook Pro 17\" Unibody Early 2011": {

                    }
                }
            },
            "PowerBook": {
                "PowerBook 100 Series": {
                    "Macintosh PowerBook 165c": {

                    },
                    "PowerBook 180c": {

                    },
                    "PowerBook 190": {

                    }
                },
                "PowerBook 500 Series": {
                    "Apple Powerbook 520": {

                    }
                },
                "PowerBook 5300 Series": {
                    "Apple Powerbook 5300": {

                    },
                    "Macintosh Powerbook 5300cs": {

                    },
                    "PowerBook 5300c": {

                    }
                },
                "PowerBook Duo Series": {
                    "PowerBook Duo 230": {

                    }
                },
                "PowerBook G3 Series": {
                    "Apple PowerBook G3 400": {

                    },
                    "PowerBook G3 Lombard": {

                    },
                    "PowerBook G3 Pismo": {

                    },
                    "PowerBook G3 Wallstreet": {

                    }
                },
                "PowerBook G4 Aluminum Series": {
                    "PowerBook G4 Aluminum 12\"": {
                        "PowerBook G4 Aluminum 12\" 1-1.5 GHz": {

                        },
                        "PowerBook G4 Aluminum 12\" 867 MHz": {

                        }
                    },
                    "PowerBook G4 Aluminum 15\"": {
                        "PowerBook G4 Aluminum 15\" 1-1.5 GHz": {

                        },
                        "PowerBook G4 Aluminum 15\" 1.5-1.67 GHz": {

                        },
                        "PowerBook G4 Aluminum 15\" 1.67 GHz": {

                        }
                    },
                    "PowerBook G4 Aluminum 17\"": {
                        "PowerBook G4 Aluminum 17\" 1-1.67 GHz": {

                        },
                        "PowerBook G4 Aluminum 17\" 1.67 GHz (High-Res)": {

                        }
                    }
                },
                "PowerBook G4 Titanium Series": {
                    "PowerBook G4 Titanium DVI": {

                    },
                    "PowerBook G4 Titanium Mercury": {

                    },
                    "PowerBook G4 Titanium Onyx": {

                    }
                },
                "Macintosh PowerBook 1400 Series": {

                },
                "PowerBook 3400 M3553": {

                }
            }
        },
        "Twentieth Anniversary Mac": {

        }
    },
    "Media Player": {
        "CD Player": {
            "Sony Walkman NW-E107": {

            },
            "Sony Walkman NWZ-E436F": {

            },
            "Tascam CD Player CD-01U": {

            },
            "Teac DC-D2831": {

            }
        },
        "Media Player Accessory": {
            "Apple Earphones with Remote and Mic": {

            },
            "Apple EarPods": {

            },
            "iDog MP3 toy": {

            },
            "iHome iH27B": {

            },
            "iPod In-Ear Headphones": {

            },
            "Nextplay NP109CR": {

            },
            "Panasonic RP-HTX7": {

            },
            "Sennheiser RS120": {

            }
        },
        "MP3 Player": {
            "iPod": {
                "iPod Nano": {
                    "iPod Nano 1st Generation": {

                    },
                    "iPod Nano 2nd Generation": {

                    },
                    "iPod Nano 3rd Generation": {

                    },
                    "iPod Nano 4th Generation": {

                    },
                    "iPod Nano 5th Generation": {

                    },
                    "iPod Nano 6th Generation": {

                    },
                    "iPod Nano 7th Generation": {

                    }
                },
                "iPod Original": {
                    "iPod 1st Generation": {

                    },
                    "iPod 2nd Generation": {

                    },
                    "iPod 3rd Generation": {

                    },
                    "iPod 4th Generation or Photo": {

                    },
                    "iPod 5th Generation (Video)": {

                    },
                    "iPod Classic": {

                    }
                },
                "iPod Shuffle": {
                    "iPod Shuffle 1st Generation": {

                    },
                    "iPod Shuffle 2nd Generation": {

                    },
                    "iPod Shuffle 3rd Generation": {

                    },
                    "iPod Shuffle 4th Generation": {

                    }
                },
                "iPod Touch": {
                    "iPod Touch 1st Generation": {

                    },
                    "iPod Touch 2nd Generation": {

                    },
                    "iPod Touch 3rd Generation": {

                    },
                    "iPod Touch 4th Generation": {

                    },
                    "iPod Touch 5th Generation": {

                    }
                },
                "iPod Mini": {

                }
            },
            "Zune": {
                "Microsoft Zune 30 GB": {

                },
                "Microsoft Zune 80": {

                },
                "Microsoft Zune HD": {

                },
                "Zune Flash 2nd Generation": {

                }
            },
            "Creative ZEN": {

            },
            "Dell DJ 2nd Generation": {

            },
            "Digital MP3 Player HDMP3 (128 MB)": {

            },
            "SAMSUNG YP-K3": {

            },
            "SanDisk Sansa C250": {

            },
            "Sansa Fuze": {

            }
        },
        "Archos 605 WiFi": {

        },
        "Cirago M9030": {

        },
        "Creative NOMAD II Media Player": {

        },
        "Delphi XM2GO SA-10113": {

        },
        "Sansa e260R": {

        },
        "Sirius Stiletto 100": {

        },
        "Sony NW HD5": {

        }
    },
    "Musical Instrument": {
        "A Guitar": {

        },
        "Akai MPK25": {

        },
        "Casio CTK-501 Digital Keyboard": {

        },
        "Epiphone SG Guitar": {

        },
        "Fender Frontman 15r": {

        },
        "Ibanez 5 String Bass Model SR405QM": {

        },
        "Shure SM58": {

        },
        "Squier Strat Guitar": {

        }
    },
    "PC": {
        "Computer Hardware": {
            "Display": {
                "Acer AL1916": {

                },
                "Apple Cinema Display M8149": {

                },
                "Apple Cinema HD Display": {

                },
                "Apple LED Cinema Display": {

                },
                "Apple Studio Display M2454": {

                },
                "Apple Studio Display M7649": {

                },
                "Apple Thunderbolt Display": {

                },
                "LCD monitor": {

                },
                "Matrox TripleHead2Go": {

                },
                "Polaroid LCD-0700P": {

                },
                "Sceptre X9 Komodo VII": {

                }
            },
            "Docking Station": {
                "OLPC XO Dock": {

                },
                "Palm Touchstone Charger": {

                }
            },
            "External Storage": {
                "Apple Time Capsule": {

                },
                "Time Capsule": {

                },
                "Western Digital Essentials HD": {

                },
                "Western Digital My Passport External HD 500GB": {

                }
            },
            "Keyboard": {
                "Apple Keyboard": {

                },
                "Apple Keyboard MB110": {

                },
                "Apple Wireless Keyboard": {

                },
                "Yamaha YPG-225": {

                }
            },
            "Motherboard": {
                "XFX 680i LT SLI": {

                }
            },
            "Mouse": {
                "Apple Mighty Mouse": {

                },
                "Logitech v470": {

                },
                "Magic Mouse": {

                },
                "Magic Trackpad": {

                },
                "Microsoft Wireless Laser Mouse 6000": {

                }
            },
            "Networking Hardware": {
                "Router": {
                    "Apple AirPort Extreme 802.11n (4th Generation)": {

                    },
                    "Linksys BEFSR41": {

                    },
                    "Linksys WAP 11": {

                    },
                    "Linksys WRT54GS v2": {

                    },
                    "NETGEAR WGT624 v3": {

                    }
                },
                "56K modem": {

                },
                "Apple AirPort Express Base Station": {

                },
                "Apple AirPort Extreme Base Station Model A1034": {

                },
                "Linksys WAP54g": {

                },
                "Linksys WRT54G": {

                },
                "Netgear WGR614v9": {

                }
            },
            "Optical Drive": {
                "APS Tech 101629": {

                }
            },
            "Printer": {
                "Apple LaserWriter 16 600 PS": {

                },
                "Brother HL-5240 Laser Printer": {

                },
                "Brother MFC-240C All-In-One Printer": {

                },
                "Canon Bubblejet I80": {

                },
                "Canon Pixma MP480": {

                },
                "Dell Photo Printer 540": {

                },
                "Epson R2400 printer": {

                },
                "Epson Stylus Photo 1400": {

                },
                "Epson Stylus Photo 820": {

                },
                "HP Color LaserJet CP1215": {

                },
                "HP Deskjet 1055": {

                },
                "HP Deskjet 712c": {

                },
                "HP Deskjet 842C": {

                },
                "HP Deskjet F4480": {

                },
                "HP Officejet 4500 Wireless": {

                },
                "HP PhotoSmart 2575 All-in-One Printer": {

                },
                "HP Photosmart c3180": {

                },
                "HP Photosmart c4780": {

                },
                "HP Photosmart D110a": {

                },
                "HP Photosmart Plus": {

                },
                "HP Photosmart Premium": {

                },
                "HP Photosmart Premium Fax C309a": {

                },
                "HP PSC 2410 Photosmart All In One Printer": {

                },
                "Laser printer": {

                },
                "Lexmark Intuition S505": {

                },
                "Samsung ML2510": {

                }
            },
            "Projector": {
                "BlackBerry Presenter": {

                },
                "InFocus LP435Z": {

                },
                "WowWee Cinemin Swivel": {

                }
            },
            "Scanner": {
                "CanoScan LIDE 90": {

                },
                "Microtek ScanMaker 5900": {

                }
            },
            "ATI Radeon X1900 XTX": {

            },
            "Computer Speakers": {

            },
            "Dell E193FPc": {

            },
            "Engage Wired Optical Mouse": {

            },
            "Graphics Card for PC": {

            },
            "Intel Socket 1366": {

            },
            "Iomega Z100S2": {

            },
            "Lite-On LightScribe SHM-165H6S": {

            },
            "Logitech MBJ58 Mouse": {

            },
            "Oculus Rift": {

            }
        },
        "PC Desktop": {
            "Dell Desktop": {
                "Dell 4300S": {

                },
                "Dell 4500S": {

                },
                "Dell Dimension 4600": {

                },
                "Dell Inspiron 530": {

                },
                "Dell Inspiron 531s": {

                },
                "Dell Inspiron Zino HD": {

                },
                "Dell OptiPlex GX260": {

                },
                "Dell Optiplex SX280": {

                }
            },
            "eMachines Desktop": {
                "eMachines 2220": {

                }
            },
            "HP Desktop": {
                "HP Compaq dx2000MT": {

                },
                "HP Pavilion 700": {

                },
                "HP Z1": {

                }
            },
            "Sony VAIO Desktop": {
                "Sony Vaio PCV-RZ14G": {

                }
            }
        },
        "PC Laptop": {
            "Acer Laptop": {
                "Acer Aspire 3050": {

                },
                "Acer Aspire 4730": {

                },
                "Acer Aspire 5100": {

                },
                "Acer Aspire 8920g": {

                },
                "Acer Aspire One A0751h": {

                },
                "Acer Aspire One D150": {

                },
                "Acer Aspire One ZG5": {

                },
                "Acer Timeline 4810T": {

                },
                "Acer Travelmate 220": {

                }
            },
            "Asus Laptop": {
                "ASUS Eee PC 1001PX": {

                },
                "Asus Eee PC 1005HA": {

                },
                "ASUS Eee PC 1018P": {

                },
                "Asus EEEPC 1215B": {

                },
                "Asus N61J": {

                },
                "Asus V6800V": {

                },
                "Asus Zenbook UX32VD": {

                },
                "Disney Netpal": {

                }
            },
            "Compaq Laptop": {
                "Compaq Evo N1000v": {

                },
                "Compaq Mini 110": {

                },
                "Compaq Presario v2000": {

                }
            },
            "Dell Laptop": {
                "Alienware M11x": {

                },
                "Alienware M11xR2": {

                },
                "Dell Adamo": {

                },
                "Dell Inspiron 1100": {

                },
                "Dell Inspiron 1150": {

                },
                "Dell Inspiron 1420": {

                },
                "Dell Inspiron 1500": {

                },
                "Dell Inspiron 1521": {

                },
                "Dell Inspiron 1525": {

                },
                "Dell Inspiron 1526": {

                },
                "Dell Inspiron 6000": {

                },
                "Dell Inspiron 600m": {

                },
                "Dell Inspiron 6400": {

                },
                "Dell Inspiron 8600": {

                },
                "Dell Inspiron 910": {

                },
                "Dell Inspiron 9100": {

                },
                "Dell Inspiron Duo": {

                },
                "Dell Inspiron E1705": {

                },
                "Dell Inspiron PP1150": {

                },
                "Dell Latitude CS": {

                },
                "Dell Latitude D520": {

                },
                "Dell Latitude D610": {

                },
                "Dell Latitude D620": {

                },
                "Dell Latitude E6400": {

                },
                "Dell Latitude E6500": {

                },
                "Dell Latitude X300": {

                },
                "Dell PP07L": {

                },
                "Dell Precision M20": {

                },
                "Dell Studio 15": {

                },
                "Dell XPS M1210": {

                },
                "Dell XPS M1530": {

                }
            },
            "Fujitsu Laptop": {
                "Fujitsu LifeBook N3510": {

                },
                "Fujitsu LIFEBOOK P7010D": {

                }
            },
            "Gateway Laptop": {
                "Gateway 600YG2": {

                },
                "Gateway MD2614u": {

                },
                "Gateway MT3707 Laptop": {

                },
                "Gateway SA1": {

                }
            },
            "HP Laptop": {
                "HP EliteBook 8530w": {

                },
                "HP G60 LAPTOP": {

                },
                "HP G60-230US": {

                },
                "HP G60-535DX": {

                },
                "HP G71": {

                },
                "HP Pavilion dv1000": {

                },
                "HP Pavilion dv2000": {

                },
                "HP Pavilion dv2601tx": {

                },
                "HP Pavilion dv4t": {

                },
                "HP Pavilion dv5000": {

                },
                "HP Pavilion dv6000": {

                },
                "HP Pavilion dv9000": {

                },
                "HP Pavilion ZD7000": {

                },
                "HP Pavilion zd8000": {

                }
            },
            "IBM Laptop": {
                "IBM ThinkPad 560z": {

                },
                "IBM ThinkPad A30": {

                },
                "IBM ThinkPad T30": {

                },
                "IBM ThinkPad T41": {

                },
                "IBM ThinkPad T42": {

                },
                "IBM Thinkpad T60": {

                }
            },
            "Medion Laptop": {
                "Medion Akoya MD 96420": {

                }
            },
            "OLPC": {
                "OLPC XO-1": {

                }
            },
            "Panasonic Laptop": {
                "Panasonic Toughbook CF-29": {

                }
            },
            "Samsung Laptop": {
                "Samsung Series 5 3G Chromebook": {

                }
            },
            "Sony Laptop": {
                "Sony VAIO P": {

                },
                "Sony Vaio PCG-4K1L": {

                },
                "Sony VAIO PCG-6J2L": {

                },
                "Sony VAIO PCG-7A2L": {

                },
                "Sony VAIO PCG-91111M": {

                },
                "Sony VAIO PCG-933A": {

                },
                "Sony VAIO PCG-981L": {

                },
                "Sony VAIO PCG-F360": {

                },
                "Sony VAIO PCG-F420": {

                },
                "Sony VAIO VGN T140P": {

                },
                "Sony VAIO VGN-FE880E": {

                },
                "Sony VAIO VGN-FW 590": {

                },
                "Sony VAIO VGN-FZ290": {

                },
                "Sony VAIO VGN-S260": {

                },
                "Sony VAIO VGN-UX27GN": {

                },
                "Sony VAIO VPC-EB33FM": {

                }
            },
            "Toshiba Laptop": {
                "Toshiba Equium A210": {

                },
                "Toshiba Satellite A75-S226": {

                },
                "Toshiba Satellite E105-S1602": {

                },
                "Toshiba Satellite L300 Laptop": {

                },
                "Toshiba Satellite L305-S5875": {

                },
                "Toshiba Satellite L655D-S5095": {

                },
                "Toshiba Satellite M305D-S4829": {

                },
                "Toshiba Satellite M45": {

                },
                "Toshiba Satellite M55-S135": {

                },
                "Toshiba Satellite U405D-S2902": {

                },
                "Toshiba Tecra M3": {

                }
            },
            "Averatec 3200 Laptop": {

            },
            "ThinkPad W500": {

            }
        },
        "PC Netbook": {
            "HP Netbook": {
                "HP Mini 1000": {

                },
                "HP Mini 210": {

                },
                "HP Mini 210-2070NR": {

                },
                "HP Mini 311": {

                },
                "HP Mini 311 1000NR": {

                }
            },
            "Asus Eee PC 900 Laptop": {

            }
        }
    },
    "Phone": {
        "Asus Phone": {
            "Garmin - Asus Nuvifone G60": {

            }
        },
        "Audiovox Phone": {
            "Audiovox CDM-8900": {

            },
            "Audiovox CDM-8910": {

            }
        },
        "BlackBerry Phone": {
            "BlackBerry 7100g": {

            },
            "BlackBerry 7105t": {

            },
            "BlackBerry 7130e": {

            },
            "BlackBerry 7290": {

            },
            "BlackBerry 7510": {

            },
            "BlackBerry 7520": {

            },
            "BlackBerry 8700c": {

            },
            "BlackBerry 8703e": {

            },
            "BlackBerry 8830": {

            },
            "Blackberry Bold 9000": {

            },
            "Blackberry Bold 9650": {

            },
            "BlackBerry Bold 9700": {

            },
            "BlackBerry Curve 8310": {

            },
            "Blackberry Curve 8320": {

            },
            "Blackberry Curve 8330": {

            },
            "BlackBerry Curve 8520": {

            },
            "BlackBerry Curve 8530": {

            },
            "BlackBerry Curve 8900": {

            },
            "BlackBerry Pearl 8100": {

            },
            "BlackBerry Storm": {

            },
            "BlackBerry Tour 9630": {

            },
            "BlackBerry World Edition 8830": {

            },
            "BlackBerry Z10": {

            }
        },
        "HTC Phone": {
            "HTC Aria": {

            },
            "HTC Desire": {

            },
            "HTC Desire HD": {

            },
            "HTC Droid Incredible": {

            },
            "HTC Evo 3D": {

            },
            "HTC Evo 4G": {

            },
            "HTC Evo 4G LTE": {

            },
            "HTC Excalibur": {

            },
            "HTC Fuze": {

            },
            "HTC HD2 PB81120": {

            },
            "HTC HD7": {

            },
            "HTC Hero 200": {

            },
            "HTC Magic": {

            },
            "HTC Maple 100": {

            },
            "HTC myTouch 3G": {

            },
            "HTC One": {

            },
            "HTC SMT 6175": {

            },
            "HTC Surround": {

            },
            "HTC Thunderbolt": {

            },
            "HTC Touch": {

            },
            "HTC Touch Pro 2": {

            },
            "HTC Touch Pro CDMA": {

            },
            "HTC Touch Pro CDMA Verizon": {

            },
            "HTC TouchPro MP6950": {

            },
            "HTC Warhawk": {

            },
            "HTC Wizard 100": {

            },
            "HTC Wizard 200": {

            },
            "Nexus One": {

            },
            "T-Mobile G1": {

            },
            "T-Mobile G2": {

            },
            "T-Mobile SDA (HTC Tornado)": {

            }
        },
        "Huawei Phone": {
            "Huawei u8150": {

            }
        },
        "iPhone": {
            "iPhone 1st Generation": {

            },
            "iPhone 3G": {

            },
            "iPhone 3GS": {

            },
            "iPhone 4": {

            },
            "iPhone 4 Verizon": {

            },
            "iPhone 4S": {

            },
            "iPhone 5": {

            }
        },
        "Kyocera Phone": {
            "KDDI Kyocera A5521K": {

            },
            "Kyocera Opal S14": {

            },
            "Kyocera Oystr": {

            }
        },
        "LG Phone": {
            "LG 1010": {

            },
            "LG CG180": {

            },
            "LG Chocolate": {

            },
            "LG Chocolate Touch VX-8575": {

            },
            "LG Dare": {

            },
            "LG EnV VX9900": {

            },
            "LG env2 vx9100": {

            },
            "LG GT505": {

            },
            "LG kg 195": {

            },
            "LG KP100": {

            },
            "LG KP500 Cookie": {

            },
            "LG L1200": {

            },
            "LG Lotus (LX600)": {

            },
            "LG LX150": {

            },
            "LG LX160": {

            },
            "LG Muziq LX570": {

            },
            "LG Rumor (LX260)": {

            },
            "LG TP 1100": {

            },
            "LG Versa": {

            },
            "LG Voyager": {

            },
            "LG Voyager (VX10000)": {

            },
            "LG Voyager VX10000": {

            },
            "LG VX3100": {

            },
            "LG VX3200": {

            },
            "LG VX4400": {

            },
            "LG VX4500": {

            },
            "LG VX5200": {

            },
            "LG VX5400": {

            },
            "LG VX5500": {

            },
            "LG VX6000": {

            },
            "LG VX6100": {

            },
            "LG VX7000": {

            },
            "LG VX8550": {

            },
            "LG VX8700": {

            },
            "LG VX9800": {

            },
            "LG Xenon": {

            },
            "Nexus 4": {

            }
        },
        "Motorola Phone": {
            "Motorola 120c": {

            },
            "Motorola Atrix 4G": {

            },
            "Motorola C139 Phone": {

            },
            "Motorola C168": {

            },
            "Motorola C290": {

            },
            "Motorola California Mobile Phone": {

            },
            "Motorola Clutch i465": {

            },
            "Motorola Droid": {

            },
            "Motorola Droid 2": {

            },
            "Motorola Droid 3": {

            },
            "Motorola Droid 4": {

            },
            "Motorola Droid Bionic": {

            },
            "Motorola Droid RAZR": {

            },
            "Motorola Droid RAZR Maxx": {

            },
            "Motorola Droid X (MB810)": {

            },
            "Motorola E815": {

            },
            "Motorola Flipside": {

            },
            "Motorola i265": {

            },
            "Motorola i450 Boost Mobile": {

            },
            "Motorola i710": {

            },
            "Motorola i850": {

            },
            "Motorola Krzr K1m": {

            },
            "Motorola Moto Q": {

            },
            "Motorola MOTO W755 Cell Phone": {

            },
            "Motorola Q Global": {

            },
            "Motorola Razr V3c": {

            },
            "Motorola RIZR Z3": {

            },
            "Motorola SLVR L7": {

            },
            "Motorola V180": {

            },
            "Motorola V188": {

            },
            "Motorola V276": {

            },
            "Motorola V325": {

            },
            "Motorola V3i": {

            },
            "Motorola V551": {

            },
            "Motorola V557": {

            },
            "Motorola V60c": {

            },
            "Motorola V60i": {

            },
            "Motorola V60s": {

            },
            "Motorola V710": {

            },
            "Motorola W385": {

            },
            "Motorola W490": {

            }
        },
        "Nokia Phone": {
            "Nokia 1110": {

            },
            "Nokia 2115i": {

            },
            "Nokia 2128i": {

            },
            "Nokia 2366i": {

            },
            "Nokia 2610": {

            },
            "Nokia 2630b": {

            },
            "Nokia 3300B": {

            },
            "Nokia 3360": {

            },
            "Nokia 3395": {

            },
            "Nokia 3560": {

            },
            "Nokia 5130 XpressMusic": {

            },
            "Nokia 5310b XpressMusic": {

            },
            "Nokia 6010": {

            },
            "Nokia 6030": {

            },
            "Nokia 6085h": {

            },
            "Nokia 6086": {

            },
            "Nokia 6102i": {

            },
            "Nokia 6133": {

            },
            "Nokia 6230b": {

            },
            "Nokia 6236i": {

            },
            "Nokia 6300": {

            },
            "Nokia 6310i": {

            },
            "Nokia 6560": {

            },
            "Nokia 6590i": {

            },
            "Nokia 6760 slide": {

            },
            "Nokia 8260": {

            },
            "Nokia 8265 Cell Phone": {

            },
            "Nokia 8290": {

            },
            "Nokia C5-03": {

            },
            "Nokia E61i": {

            },
            "Nokia E62": {

            },
            "Nokia E63": {

            },
            "Nokia E71": {

            },
            "Nokia E71x": {

            },
            "Nokia E72": {

            },
            "Nokia E90": {

            },
            "Nokia N70": {

            },
            "Nokia N73": {

            },
            "Nokia N8": {

            },
            "Nokia N800": {

            },
            "Nokia N9": {

            },
            "Nokia N900": {

            },
            "Nokia N95 ": {

            },
            "Nokia N95 8GB": {

            },
            "Nokia Phone 2690": {

            }
        },
        "Palm Phone": {
            "Palm Centro": {

            },
            "Palm Pre": {

            },
            "Palm Treo 600": {

            },
            "Palm Treo 650": {

            },
            "Palm Treo 680": {

            },
            "Palm Treo 700w": {

            },
            "Palm Treo 755p": {

            },
            "PalmOne Zire 72": {

            }
        },
        "Panasonic Phone": {
            "Panasonic EB TX320ASW": {

            },
            "Panasonic GU87": {

            }
        },
        "Samsung Phone": {
            "Nexus S": {

            },
            "Samsung Ace SPH-i325": {

            },
            "Samsung Alias 2": {

            },
            "Samsung BlackJack II": {

            },
            "Samsung Blackjack SGH-i607": {

            },
            "Samsung Brightside": {

            },
            "Samsung Captivate": {

            },
            "Samsung Droid Charge": {

            },
            "Samsung Epic 4G": {

            },
            "Samsung Epic 4G Touch": {

            },
            "Samsung Epix": {

            },
            "Samsung Eternity": {

            },
            "Samsung Galaxy Nexus": {

            },
            "Samsung Galaxy S 4G": {

            },
            "Samsung Galaxy S II": {

            },
            "Samsung Galaxy S III": {

            },
            "Samsung Galaxy S Vibrant": {

            },
            "Samsung Galaxy S4": {

            },
            "Samsung Glyde": {

            },
            "Samsung GT-C3300K champ": {

            },
            "Samsung GT-E2120": {

            },
            "Samsung Impression": {

            },
            "Samsung Instinct": {

            },
            "Samsung Intercept": {

            },
            "Samsung Jack": {

            },
            "Samsung Juke": {

            },
            "Samsung Propel": {

            },
            "Samsung Rant": {

            },
            "Samsung Rogue SCH-u960": {

            },
            "Samsung SCH-3500": {

            },
            "Samsung SCH-8500": {

            },
            "Samsung SCH-A310": {

            },
            "Samsung SCH-A670": {

            },
            "Samsung SCH-A890": {

            },
            "Samsung SCH-A950": {

            },
            "Samsung SCH-U340": {

            },
            "Samsung SGH A707": {

            },
            "Samsung SGH-A237": {

            },
            "Samsung SGH-C417": {

            },
            "Samsung SGH-E317": {

            },
            "Samsung SGH-E880": {

            },
            "Samsung SGH-M620": {

            },
            "Samsung SGH-X105": {

            },
            "Samsung SGH-X495": {

            },
            "Samsung SPH-A500": {

            },
            "Samsung SPH-A660": {

            },
            "Samsung SPH-A760": {

            },
            "Samsung Star": {

            }
        },
        "Sharp Phone": {
            "Microsoft Kin Two": {

            },
            "Sharp FX": {

            }
        },
        "Sidekick Phone": {
            "Sidekick II": {

            }
        },
        "Sony Ericsson Phone": {
            "Sony Ericsson  Vivaz (U5)": {

            },
            "Sony Ericsson 760a": {

            },
            "Sony Ericsson J22Oi": {

            },
            "Sony Ericsson K750i": {

            },
            "Sony Ericsson K810i": {

            },
            "Sony Ericsson s710a": {

            },
            "Sony Ericsson T68i": {

            },
            "Sony Ericsson TM506": {

            },
            "Sony Ericsson W200i": {

            },
            "Sony Ericsson W350a": {

            },
            "Sony Ericsson W518a": {

            },
            "Sony Ericsson W580i": {

            },
            "Sony Ericsson w600i": {

            },
            "Sony Ericsson W810I": {

            },
            "Sony Ericsson XPERIA X1": {

            },
            "Sony Ericsson Xperia X10": {

            },
            "Sony Ericsson Xperia X10 Mini E10i": {

            },
            "Sony Ericsson z300": {

            },
            "Sony Ericsson Z500a": {

            },
            "Sony W910i": {

            },
            "Sony Xperia Play": {

            },
            "W810i": {

            }
        },
        "Toshiba Phone": {
            "Toshiba A1304T": {

            }
        },
        "UTStarcom Phone": {
            "UTStarcom CDM8945vw": {

            },
            "Verizon Wireless CDM 7075": {

            }
        },
        "General Electric Telephone 2-9710A": {

        }
    },
    "Skills": {
        "Soldering": {
            "Through-Hole Soldering": {

            }
        }
    },
    "Sporting Goods": {
        "Alpine Skis": {

        },
        "SG 552-1 Commando": {

        },
        "Skateboards": {

        },
        "SolaDyne LED Lantern": {

        },
        "Zeal Optics iON": {

        }
    },
    "Tablet": {
        "Dell Tablet": {
            "Dell Streak": {

            },
            "Dell XPS 10": {

            }
        },
        "HP Tablet": {
            "HP TouchPad": {

            }
        },
        "iPad": {
            "iPad 2 CDMA": {

            },
            "iPad 2 GSM": {

            },
            "iPad 2 Smart Cover": {

            },
            "iPad 2 Wi-Fi EMC 2415": {

            },
            "iPad 2 Wi-Fi EMC 2560": {

            },
            "iPad 3 4G": {

            },
            "iPad 3 Wi-Fi": {

            },
            "iPad 3G": {

            },
            "iPad 4 CDMA": {

            },
            "iPad 4 GSM": {

            },
            "iPad 4 Wi-Fi": {

            },
            "iPad Mini": {

            },
            "iPad Mini CDMA": {

            },
            "iPad Wi-Fi": {

            }
        },
        "Kindle Tablet": {
            "Kindle 2": {

            },
            "Kindle DX": {

            },
            "Kindle Fire": {

            },
            "Kindle Fire HD": {

            },
            "Kindle Fire HD 8.9": {

            },
            "Kindle Fire HD 8.9\"": {

            },
            "Kindle First Generation": {

            },
            "Kindle Paperwhite": {

            }
        },
        "Motorola Tablet": {
            "Motorola Xoom": {

            }
        },
        "RIM Tablet": {
            "BlackBerry PlayBook": {

            }
        },
        "Samsung Tablet": {
            "Samsung E60 eReader": {

            },
            "Samsung Galaxy Note 10.1": {

            },
            "Samsung Galaxy Tab": {

            },
            "Samsung Galaxy Tab 2 7.0": {

            }
        },
        "Microsoft Surface": {

        },
        "Microsoft Surface Pro": {

        },
        "Motion Computing LE1600": {

        },
        "Nexus 10": {

        },
        "Nexus 7": {

        },
        "Nook Simple Touch with GlowLight": {

        },
        "Nook Tablet": {

        }
    },
    "Toy": {
        "ArduCopter": {

        },
        "Beanie Baby": {

        },
        "Big Trak": {

        },
        "Big Wheel": {

        },
        "Cabbage Patch Kid": {

        },
        "Care Bear": {

        },
        "Easy-Bake Oven": {

        },
        "Etch A Sketch": {

        },
        "Furby": {

        },
        "Inline Skates": {

        },
        "Jack-In-The-Box": {

        },
        "Kite": {

        },
        "Lionel Train": {

        },
        "Lite-Brite": {

        },
        "Mr. Potato Head": {

        },
        "My Little Pony": {

        },
        "Nerf Blaster": {

        },
        "Nerf N-Strike Maverick": {

        },
        "Parrot AR.Drone": {

        },
        "Pet Rock": {

        },
        "Pleo": {

        },
        "Pogo Stick": {

        },
        "Radio Flyer Wagon": {

        },
        "Raggedy Ann": {

        },
        "Razor Scooter": {

        },
        "RCX 1.0": {

        },
        "Red Ryder BB Gun": {

        },
        "Rubik's Cube": {

        },
        "Skateboard": {

        },
        "Slinky": {

        },
        "Speak And Spell": {

        },
        "Tamagotchi": {

        },
        "Teddy Ruxpin": {

        },
        "Tonka Truck": {

        },
        "TRON Legacy Identity Disk": {

        },
        "View-Master": {

        },
        "Water Gun": {

        },
        "Wooden Toy": {

        },
        "Yo-Yo": {

        }
    },
    "Vehicle": {
        "Aircraft Part": {
            "Bendix Magneto": {

            }
        },
        "Bicycle": {
            "Mountain Bike": {
                "Specialized Expedition": {

                }
            },
            "Cruiser Bike": {

            },
            "Giant Reign 2": {

            },
            "Raleigh M20 Mountain Bike": {

            },
            "Road Bike": {

            },
            "Trek 820": {

            }
        },
        "Motorcycle": {
            "1977 Columbia Commuter": {

            },
            "1987-1993 Kawasaki Ninja 500": {

            },
            "1994-2009 Kawasaki Ninja 500": {

            },
            "1999-2002 Suzuki SV650": {

            },
            "2004-2009 Yamaha Vino 125": {

            },
            "49 CC Gas Scooter": {

            },
            "Harley-Davidson Sportster Evolution": {

            },
            "Piaggio X9 500": {

            },
            "Suzuki FA50 Moped": {

            },
            "Vespa Large Frame": {

            }
        },
        "Tractor": {
            "John Deere 870": {

            }
        },
        "Razor A": {

        }
    }
}

GET/categories/{categoryname}

Returns a comprehensive list of attributes about a category, including the full text of the main category page and a list of all guides. The category name must be URL encoded.

Query Parameters
type — Optional — string

Possible values: JSON or XML.

Example Response
{
    "title": "MacBook Unibody Model A1278 Repair Manual",
    "locale": "en",
    "category_info": {
        "name": "MacBook Unibody Model A1278",
        "manufacturer": "",
        "introduced": "",
        "discontinued": ""
    },
    "image": {
        "id": 9157,
        "mini": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ.mini",
        "thumbnail": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ.thumbnail",
        "standard": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ.standard",
        "medium": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ.medium",
        "large": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ.large",
        "original": "https:\/\/www.ifixit.com\/igi\/RZA4ycMEKEWkohYJ"
    },
    "description": "2.0 or 2.4 GHz Core 2 Duo processor",
    "flags": [

    ],
    "categories": [
        "MacBook"
    ],
    "solutions": {
        "url": "http:\/\/www.ifixit.com\/Answers\/Device\/MacBook+Unibody+Model+A1278",
        "count": 344
    },
    "guides": [
        {
            "dataType": "guide",
            "guideid": 589,
            "revisionid": 4714,
            "modified_date": 1295983682,
            "prereq_modified_date": false,
            "url": "https:\/\/www.ifixit.com\/Teardown\/MacBook+Unibody+Model+A1278+Teardown\/589\/1",
            "type": "teardown",
            "category": "MacBook Unibody Model A1278",
            "subject": false,
            "title": "MacBook Unibody Model A1278 Teardown",
            "public": true,
            "userid": 4,
            "username": "Luke Soules",
            "image": {
                "id": 3203,
                "mini": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia.large",
                "original": "https:\/\/www.ifixit.com\/igi\/V1nTFJcctGxIq1Ia"
            }
        },
        {
            "dataType": "guide",
            "guideid": 771,
            "revisionid": 93422,
            "modified_date": 1335216339,
            "prereq_modified_date": false,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Access+Door\/771\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Access Door",
            "title": "Installing MacBook Unibody Model A1278 Access Door",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 53945,
                "mini": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke.large",
                "original": "https:\/\/www.ifixit.com\/igi\/wKgD5y4cWcQhrrke"
            }
        },
        {
            "dataType": "guide",
            "guideid": 8987,
            "revisionid": 99364,
            "modified_date": 1338323325,
            "prereq_modified_date": 1350067876,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+AirPort+Card\/8987\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "AirPort Card",
            "title": "Installing MacBook Unibody Model A1278 AirPort Card",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 164125,
                "mini": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd.large",
                "original": "https:\/\/www.ifixit.com\/igi\/MPclT4MEhSKm1rLd"
            }
        },
        {
            "dataType": "guide",
            "guideid": 754,
            "revisionid": 4871,
            "modified_date": 1253855712,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Battery\/754\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Battery",
            "title": "Installing MacBook Unibody Model A1278 Battery",
            "public": true,
            "userid": 19,
            "username": "Andrew Bookholt",
            "image": {
                "id": 7925,
                "mini": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX.large",
                "original": "https:\/\/www.ifixit.com\/igi\/WkwQip2DfR1iJLMX"
            }
        },
        {
            "dataType": "guide",
            "guideid": 762,
            "revisionid": 33658,
            "modified_date": 1275094998,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Battery+Connector\/762\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Battery Connector",
            "title": "Installing MacBook Unibody Model A1278 Battery Connector",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 53946,
                "mini": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO.large",
                "original": "https:\/\/www.ifixit.com\/igi\/jUPQ1FENAtBHffUO"
            }
        },
        {
            "dataType": "guide",
            "guideid": 8986,
            "revisionid": 99372,
            "modified_date": 1338325446,
            "prereq_modified_date": 1338329432,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Bluetooth+Board\/8986\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Bluetooth Board",
            "title": "Installing MacBook Unibody Model A1278 Bluetooth Board",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 163117,
                "mini": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q.large",
                "original": "https:\/\/www.ifixit.com\/igi\/Zekd1cUEGm5Cv15Q"
            }
        },
        {
            "dataType": "guide",
            "guideid": 9092,
            "revisionid": 99386,
            "modified_date": 1338329477,
            "prereq_modified_date": 1338329432,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Camera+Board\/9092\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Camera Board",
            "title": "Installing MacBook Unibody Model A1278 Camera Board",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 165893,
                "mini": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR.large",
                "original": "https:\/\/www.ifixit.com\/igi\/oQQAstHM6QsuK5xR"
            }
        },
        {
            "dataType": "guide",
            "guideid": 768,
            "revisionid": 59201,
            "modified_date": 1299719058,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+DC-In+Board\/768\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "DC-In Board",
            "title": "Installing MacBook Unibody Model A1278 DC-In Board",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8734,
                "mini": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk.large",
                "original": "https:\/\/www.ifixit.com\/igi\/mOI2xQ3VMuwBnxMk"
            }
        },
        {
            "dataType": "guide",
            "guideid": 781,
            "revisionid": 33659,
            "modified_date": 1328734040,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Display+Assembly\/781\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Display Assembly",
            "title": "Installing MacBook Unibody Model A1278 Display Assembly",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 53948,
                "mini": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax.large",
                "original": "https:\/\/www.ifixit.com\/igi\/xApGTopkULMQ1jax"
            }
        },
        {
            "dataType": "guide",
            "guideid": 8515,
            "revisionid": 141198,
            "modified_date": 1366053862,
            "prereq_modified_date": 1366059191,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Dual+Hard+Drive\/8515\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Dual Hard Drive",
            "title": "Installing MacBook Unibody Model A1278 Dual Hard Drive",
            "public": true,
            "userid": 315778,
            "username": "Jake Devincenzi",
            "image": {
                "id": 157489,
                "mini": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M.large",
                "original": "https:\/\/www.ifixit.com\/igi\/HnbcCsDJfVkIe16M"
            }
        },
        {
            "dataType": "guide",
            "guideid": 763,
            "revisionid": 33660,
            "modified_date": 1311790682,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Fan\/763\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Fan",
            "title": "Installing MacBook Unibody Model A1278 Fan",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 53949,
                "mini": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5.large",
                "original": "https:\/\/www.ifixit.com\/igi\/YdJAGWMqOXptYuF5"
            }
        },
        {
            "dataType": "guide",
            "guideid": 1427,
            "revisionid": 35693,
            "modified_date": 1338329432,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Front+Display+Glass\/1427\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Front Display Glass",
            "title": "Installing MacBook Unibody Model A1278 Front Display Glass",
            "public": true,
            "userid": 19,
            "username": "Andrew Bookholt",
            "image": {
                "id": 20702,
                "mini": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae.large",
                "original": "https:\/\/www.ifixit.com\/igi\/LMwiXX5MmKHXTmae"
            }
        },
        {
            "dataType": "guide",
            "guideid": 759,
            "revisionid": 4876,
            "modified_date": 1253855715,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Hard+Drive+Cable\/759\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Hard Drive Cable",
            "title": "Installing MacBook Unibody Model A1278 Hard Drive Cable",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8686,
                "mini": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo.large",
                "original": "https:\/\/www.ifixit.com\/igi\/rIGjSeHfkyYkAoLo"
            }
        },
        {
            "dataType": "guide",
            "guideid": 816,
            "revisionid": 82891,
            "modified_date": 1323384037,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/MacBook+Unibody+Model+A1278+Hard+Drive+Replacement\/816\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Hard Drive Replacement",
            "title": "MacBook Unibody Model A1278 Hard Drive Replacement",
            "public": true,
            "userid": 19,
            "username": "Andrew Bookholt",
            "image": {
                "id": 9277,
                "mini": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN.large",
                "original": "https:\/\/www.ifixit.com\/igi\/Dlw2pxsuHjMrwCmN"
            }
        },
        {
            "dataType": "guide",
            "guideid": 769,
            "revisionid": 134212,
            "modified_date": 1361485682,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Heat+Sink\/769\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Heat Sink",
            "title": "Installing MacBook Unibody Model A1278 Heat Sink",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8744,
                "mini": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM.large",
                "original": "https:\/\/www.ifixit.com\/igi\/AgxcTsotMOOlMBuM"
            }
        },
        {
            "dataType": "guide",
            "guideid": 2898,
            "revisionid": 128059,
            "modified_date": 1357242286,
            "prereq_modified_date": 1311790666,
            "url": "https:\/\/www.ifixit.com\/Guide\/Upgrading+your+2.0Ghz+13-Inch+Aluminum+Unibody+Macbook+to+a+Backlit+keyboard\/2898\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Installing the Backlit Keyboard",
            "title": "Upgrading your 2.0Ghz 13&quot; Aluminum Unibody Macbook to a Backlit keyboard",
            "public": true,
            "userid": 211251,
            "username": "Nathanael",
            "image": {
                "id": 39476,
                "mini": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD.large",
                "original": "https:\/\/www.ifixit.com\/igi\/T1Ys5ovgfknEjRTD"
            }
        },
        {
            "dataType": "guide",
            "guideid": 8988,
            "revisionid": 99388,
            "modified_date": 1338329645,
            "prereq_modified_date": 1338329432,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+iSight+Camera\/8988\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "iSight Camera",
            "title": "Installing MacBook Unibody Model A1278 iSight Camera",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 165905,
                "mini": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa.large",
                "original": "https:\/\/www.ifixit.com\/igi\/mDDTRoXnoWV5ggDa"
            }
        },
        {
            "dataType": "guide",
            "guideid": 1428,
            "revisionid": 43448,
            "modified_date": 1287422555,
            "prereq_modified_date": 1338329432,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+LCD+Panel\/1428\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "LCD Panel",
            "title": "Installing MacBook Unibody Model A1278 LCD Panel",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 20704,
                "mini": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr.large",
                "original": "https:\/\/www.ifixit.com\/igi\/sglxlKPfLVHQdbWr"
            }
        },
        {
            "dataType": "guide",
            "guideid": 9164,
            "revisionid": 99366,
            "modified_date": 1338324093,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Left+Clutch+Hinge\/9164\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Left Clutch Hinge",
            "title": "Installing MacBook Unibody Model A1278 Left Clutch Hinge",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 164926,
                "mini": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ.large",
                "original": "https:\/\/www.ifixit.com\/igi\/qr2BLGNNsDbXJISQ"
            }
        },
        {
            "dataType": "guide",
            "guideid": 767,
            "revisionid": 59206,
            "modified_date": 1299719158,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Left+Speaker\/767\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Left Speaker",
            "title": "Installing MacBook Unibody Model A1278 Left Speaker",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8740,
                "mini": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn.large",
                "original": "https:\/\/www.ifixit.com\/igi\/RZtn3Nr16aGUMoLn"
            }
        },
        {
            "dataType": "guide",
            "guideid": 765,
            "revisionid": 134211,
            "modified_date": 1361485660,
            "prereq_modified_date": 1361485682,
            "url": "https:\/\/www.ifixit.com\/Guide\/MacBook+Unibody+Model+A1278+Logic+Board+Replacement\/765\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Logic Board Replacement",
            "title": "MacBook Unibody Model A1278 Logic Board Replacement",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8746,
                "mini": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36.large",
                "original": "https:\/\/www.ifixit.com\/igi\/QIleYAXFbTJWBm36"
            }
        },
        {
            "dataType": "guide",
            "guideid": 756,
            "revisionid": 4873,
            "modified_date": 1253855713,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Lower+Case\/756\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Lower Case",
            "title": "Installing MacBook Unibody Model A1278 Lower Case",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8432,
                "mini": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i.large",
                "original": "https:\/\/www.ifixit.com\/igi\/mgYUuNTR1BjI1A6i"
            }
        },
        {
            "dataType": "guide",
            "guideid": 8985,
            "revisionid": 99572,
            "modified_date": 1338412283,
            "prereq_modified_date": 1338329432,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+LVDS+Display+Cable\/8985\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "LVDS Display Cable",
            "title": "Installing MacBook Unibody Model A1278 LVDS Display Cable",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 170327,
                "mini": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK.large",
                "original": "https:\/\/www.ifixit.com\/igi\/DSDBVcNWMgKUxIiK"
            }
        },
        {
            "dataType": "guide",
            "guideid": 770,
            "revisionid": 59223,
            "modified_date": 1299719219,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Microphone\/770\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Microphone",
            "title": "Installing MacBook Unibody Model A1278 Microphone",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8735,
                "mini": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd.large",
                "original": "https:\/\/www.ifixit.com\/igi\/1Om3piL1SWCZsAcd"
            }
        },
        {
            "dataType": "guide",
            "guideid": 760,
            "revisionid": 4877,
            "modified_date": 1253855715,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Mid+Wall\/760\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Mid Wall",
            "title": "Installing MacBook Unibody Model A1278 Mid Wall",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8691,
                "mini": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk.large",
                "original": "https:\/\/www.ifixit.com\/igi\/ZDpbs3QyQKNgqvSk"
            }
        },
        {
            "dataType": "guide",
            "guideid": 761,
            "revisionid": 83367,
            "modified_date": 1323919717,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/MacBook+Unibody+Model+A1278+Optical+Drive+Replacement\/761\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Optical Drive Replacement",
            "title": "MacBook Unibody Model A1278 Optical Drive Replacement",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 7980,
                "mini": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl.large",
                "original": "https:\/\/www.ifixit.com\/igi\/Dw1uhCFKSJdrW3nl"
            }
        },
        {
            "dataType": "guide",
            "guideid": 757,
            "revisionid": 4874,
            "modified_date": 1253855714,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+RAM\/757\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "RAM",
            "title": "Installing MacBook Unibody Model A1278 RAM",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 7948,
                "mini": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD.large",
                "original": "https:\/\/www.ifixit.com\/igi\/3IEk5vm1REYUHjWD"
            }
        },
        {
            "dataType": "guide",
            "guideid": 9163,
            "revisionid": 99368,
            "modified_date": 1338324121,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Right+Clutch+Hinge\/9163\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Right Clutch Hinge",
            "title": "Installing MacBook Unibody Model A1278 Right Clutch Hinge",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 164906,
                "mini": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6.large",
                "original": "https:\/\/www.ifixit.com\/igi\/GUXtqvkQF5I6iuo6"
            }
        },
        {
            "dataType": "guide",
            "guideid": 766,
            "revisionid": 59197,
            "modified_date": 1299718974,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Subwoofer+%26+Right+Speaker\/766\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Subwoofer & Right Speaker",
            "title": "Installing MacBook Unibody Model A1278 Subwoofer &amp; Right Speaker",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 8762,
                "mini": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2.large",
                "original": "https:\/\/www.ifixit.com\/igi\/xHFZr2VNomLCRDQ2"
            }
        },
        {
            "dataType": "guide",
            "guideid": 6898,
            "revisionid": 137208,
            "modified_date": 1363047819,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/Installing+MacBook+Unibody+Model+A1278+Trackpad\/6898\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Trackpad",
            "title": "Installing MacBook Unibody Model A1278 Trackpad",
            "public": true,
            "userid": 18,
            "username": "Walter Galan",
            "image": {
                "id": 133136,
                "mini": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K.large",
                "original": "https:\/\/www.ifixit.com\/igi\/IDK4wJwAvOGMDC6K"
            }
        },
        {
            "dataType": "guide",
            "guideid": 6029,
            "revisionid": 137199,
            "modified_date": 1363046534,
            "prereq_modified_date": 1335216339,
            "url": "https:\/\/www.ifixit.com\/Guide\/MacBook+Unibody+Model+A1278+Upper+Case+Replacement\/6029\/1",
            "type": "installation",
            "category": "MacBook Unibody Model A1278",
            "subject": "Upper Case Replacement",
            "title": "MacBook Unibody Model A1278 Upper Case Replacement",
            "public": true,
            "userid": 19,
            "username": "Andrew Bookholt",
            "image": {
                "id": 112144,
                "mini": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4.mini",
                "thumbnail": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4.thumbnail",
                "standard": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4.standard",
                "medium": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4.medium",
                "large": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4.large",
                "original": "https:\/\/www.ifixit.com\/igi\/XCTgNhmZibokwND4"
            }
        }
    ],
    "contents": "<h2 id=\"Section_Troubleshooting\">Troubleshooting<a class=\"anchor\" href=\"#Section_Troubleshooting\" title=\"Link to this section\">&nbsp;&para;&nbsp;<\/a><\/h2>\n\n<p>Track down a number of hardware problems using the <a href=\"\/Wiki\/MacBook_Unibody_Model_A1278_Troubleshooting\">MacBook Unibody Model A1278 Troubleshooting Guide<\/a>.<\/p>\n\n<h2 id=\"Section_Upgrades\">Upgrades<a class=\"anchor\" href=\"#Section_Upgrades\" title=\"Link to this section\">&nbsp;&para;&nbsp;<\/a><\/h2>\n\n<p>There are a number of components in the MacBook Unibody that can be cost effectively upgraded.<\/p>\n\n<ul><li><strong>Memory:<\/strong> The MacBook Unibody comes with <a href=\"\/Apple-Parts\/PC3-8500-1-GB-RAM-Chip\/IF111-030?utm_source=ifixit_guide&amp;utm_medium=wiki_text&amp;utm_term=if111-030&amp;utm_content=product_link\">2 GB<\/a> RAM standard. If your MacBook is still running with only the stock RAM, upgrading will provide a dramatic performance boost. <a href=\"\/Guide\/Installing+MacBook+Unibody+Model+A1278+RAM\/757\/1\">Upgrading<\/a> to the maximum of 8 GB ( One <a href=\"\/Apple-Parts\/PC3-8500-4-GB-RAM-Chip\/IF111-036?utm_source=ifixit_guide&amp;utm_medium=wiki_text&amp;utm_term=if111-036&amp;utm_content=product_link\">4 GB<\/a> stick and one <a href=\"\/Apple-Parts\/PC3-8500-4-GB-RAM-Chip\/IF111-036?utm_source=ifixit_guide&amp;utm_medium=wiki_text&amp;utm_term=if111-036&amp;utm_content=product_link\">4 GB<\/a> stick) can be done very easily.<\/li><li><strong>Hard Drive:<\/strong> 160 or 250 GB hard drives came standard with the MacBook Unibody. You can <a href=\"\/Guide\/MacBook+Unibody+Model+A1278+Hard+Drive+Replacement\/816\/1\">upgrade<\/a> the drive up to <a href=\"\/Apple-Parts\/750-GB-7200-RPM-Seagate-SATA-Hard-Drive-New\/IF107-099?utm_source=ifixit_guide&amp;utm_medium=wiki_text&amp;utm_term=if107-099&amp;utm_content=product_link\">750 GB<\/a>.<\/li><li><strong>Battery:<\/strong> Replacing the battery no longer requires a coin or a flat-edge tool to release the battery latch, which can be opened with a finger. The <a href=\"\/MacBook-Parts\/MacBook-Unibody-Model-No-A1278-Battery\/IF160-005?utm_source=ifixit_guide&amp;utm_medium=wiki_text&amp;utm_term=if160-005&amp;utm_content=product_link\">battery<\/a> can be <a href=\"\/Guide\/Installing+MacBook+Unibody+Model+A1278+Battery\/754\/1\">replaced<\/a> in less than 30 seconds.<\/li><\/ul>\n\n<h2 id=\"Section_Identification_and_Background\">Identification and Background<a class=\"anchor\" href=\"#Section_Identification_and_Background\" title=\"Link to this section\">&nbsp;&para;&nbsp;<\/a><\/h2>\n\n<p>It updated the look of the MacBook laptop line by mimicking the look of the more expensive, aluminum-cased MacBook Pro. Apple released the new design on October 14, 2008, about two and a half years after the MacBook line was introduced.<\/p>\n\n<p>Significant changes to the MacBook line occurred with the introduction of the MacBook Unibody. A new Nvidia chipset and GeForce 9400M graphics provided much faster video processing capability. The polycarbonate MacBook's mini-DVI port was replaced with Mini DisplayPort. Apple also switched to LED-backlit LCDs to the MacBook Unibody. An innovative glass trackpad replaced the stock trackpad and enabled the tracking area itself to function as a mouse button. Apple also removed the FireWire 400 port, unfortunately eliminating the useful Target Disk Mode feature. Target Disk Mode allowed you to mount the laptop as an external drive in another computer, and was extremely useful for troubleshooting older MacBooks. There is no equivalent technique with the MacBook Unibody.<\/p>\n\n<p>The MacBook Unibody is clearly differentiated from other MacBooks by its aluminum case. However, it does resemble its larger siblings, the <a href=\"\/topic\/MacBook_Pro_15%22_Unibody\">MacBook Pro 15&quot; Unibody<\/a> and the <a href=\"\/category\/MacBook_Pro_17%22_Unibody\">MacBook Pro 17&quot; Unibody<\/a>. You can find out for sure whether you have the MacBook or MacBook Pro by looking at the writing below your laptop's screen.<\/p>\n\n<p>Use the <a href=\"\/info\/ID-your-Mac\">laptop identification system<\/a> to help you identify your machine. MacBooks tend to look very similar, and it's important to know which machine you have before ordering any replacement parts.<\/p>\n\n<h2 id=\"Section_Additional_Information\">Additional Information<a class=\"anchor\" href=\"#Section_Additional_Information\" title=\"Link to this section\">&nbsp;&para;&nbsp;<\/a><\/h2>\n\n<ul><li><a href=\"\/Wiki\/Troubleshoot\">iFixit: List of Troubleshooting Guides<\/a><\/li><li><a href=\"\/Wiki\/Mac_OS_X_HD_Reinstallation_Tips\">iFixit: Mac OS X HD Reinstallation Tips<\/a><\/li><li><a href=\"\/Wiki\/DIY_Laptop_Upgrades\">iFixit: DIY Laptop Upgrades<\/a><\/li><li><a href=\"http:\/\/en.wikipedia.org\/wiki\/MacBook\">Wikipedia: MacBook<\/a><\/li><li><a href=\"http:\/\/mactracker.dreamhosters.com\/\" rel=\"nofollow\">Mactracker: Application with Apple Product Specs<\/a><\/li><li><a href=\"http:\/\/www.everymac.com\/\" rel=\"nofollow\">EveryMac: Online Apple Product Specs<\/a><\/li><li><a href=\"http:\/\/www.ifixit.com\/blog\/2008\/10\/we-took-apart-the-macbook-unibody\/\" rel=\"nofollow\">iFixit Blog: MacBook Unibody Model A1278 Teardown<\/a><\/li><li><a href=\"http:\/\/www.ifixit.com\/blog\/2009\/03\/macbook-unibody-backlit-keyboard-upgrade\/\" rel=\"nofollow\">iFixit Blog: MacBook Unibody Backlit Keyboard Upgrade<\/a><\/li><\/ul>"
}

More Information

Simplified HTML

Where specified, formatted text within the standard may use simplified XHTML. The text must validate and should not be escaped via CDATA. Simplified HTML is defined as these HTML tags:

<p><a><strong><em><h1><h2><h3><h4><h5><h6><tt><pre><code><br><ul><li><sub><sup><del><ins><div>

With these attributes:

id, class, href, style, rel, title, target

Allowed Paths

Paths can be either an URI to a web resource or a local path, absolute from the base of the package. Local paths are only allowed for offline packages. Fully qualified URIs are always allowed.

Design Paradigms

Design content for display. Yes, you can stuff really long paragraphs into a single step. But it won't look good!

Make life easy for programmers. The most efficient file package will only have a single copy of each image, but providing urls to pre-rendered thumbnails makes designing mobile applications fast.