-
Notifications
You must be signed in to change notification settings - Fork 5
Machine Metadata
Greg Stein edited this page Mar 20, 2021
·
2 revisions
Fetch the metadata using:
$ curl https://apis.cricut.com/materials/MachineFamilies
This returns a JSON format response, which you can store and then beautify. See the capture for what this looks like.
The capture below has no parameters. However, it has been observed that
a client generates a URL such as:
https://apis.cricut.com/materials/MachineFamilies?machineTypeIdsToInclude=7%2C%0A8%2C%0A9%2C%0A10%2C%0A11%2C%0A12%2C%0A14%2C%0A15
That parameter reads: 7,8,9,10,11,12,14,15 (note that 13 is absent)
In the capture, observe includedMachineTypeIDs for possible correlation.
On March 20, 2021, the response looks like:
{
"machineFamilies": [{
"id": "5db737d6e7179a022452a75b",
"machineFamilyType": "CUPID_FAMILY",
"name_i18n": "Joy",
"nameLong_i18n": "Cricut Joy",
"nameLongLegal_i18n": "Cricut Joy™",
"displayOrder": 1,
"includedMachineTypeIDs": [12],
"supportedArtTypes": ["CUT", "DRAW"],
"supportedCalibrationTypes": [],
"machineFeatures": {
"canResumeFromBeginning": false,
"canEditMaterialSettings": true,
"canCutMatlessMaterials": true,
"hasVirtualButtons": true,
"hasSimplePause": true,
"canSaveMatLayout": true,
"hasDial": false,
"canAutoLoad": true,
"canUploadPattern": false,
"hasNoFiducial": false,
"shouldUploadInsteadOfCut": false,
"hasServiceSkus": false,
"shouldAutoMirror": false
},
"printThenCutPadding": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"matTypes": [{
"name_i18n": "Without Mat",
"type": "MATLESS",
"category": "MATLESS",
"materialMargin": {
"top": 36.0,
"left": 36.0,
"right": 36.0,
"bottom": 36.0
},
"materialBorder": {
"top": 72.0,
"left": 36.0,
"right": 36.0,
"bottom": 32.4
},
"materialPadding": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"materialSizes": [{
"materialSizeID": "CUPIDMATLESS55X240",
"metricName_i18n": "13.97 cm x 609.6 cm",
"imperialName_i18n": "5.5\" x 240\"",
"width": 396.0,
"height": 17280.0,
"displayOrder": 5,
"isCustomizableHeight": true,
"isPreferred": true,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false,
"maxGroupHeight": 3456.0,
"minHeight": 288.0
}],
"supportedArtTypes": ["CUT", "DRAW"]
}, {
"name_i18n": "On Mat",
"type": "MATTED",
"category": "MATTED",
"materialMargin": {
"top": 72.0,
"left": 36.0,
"right": 36.0,
"bottom": 72.0
},
"materialBorder": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"materialPadding": {
"top": 9.0,
"left": 9.0,
"right": 9.0,
"bottom": 9.0
},
"materialSizes": [{
"materialSizeID": "CUPIDMAT45X65",
"metricName_i18n": "11.43 cm x 16.51 cm",
"imperialName_i18n": "4.5\" x 6.5\"",
"width": 324.0,
"height": 468.0,
"displayOrder": 3,
"isCustomizableHeight": false,
"isPreferred": true,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "CUPIDMAT45X12",
"metricName_i18n": "11.43 cm x 30.5 cm",
"imperialName_i18n": "4.5\" x 12\"",
"width": 324.0,
"height": 864.0,
"displayOrder": 4,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}],
"supportedArtTypes": ["CUT", "DRAW"]
}, {
"name_i18n": "On Card Mat",
"type": "CARD_MAT",
"category": "MATTED",
"materialMargin": {
"top": 72.0,
"left": 36.0,
"right": 36.0,
"bottom": 72.0
},
"materialBorder": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"materialPadding": {
"top": 9.0,
"left": 9.0,
"right": 9.0,
"bottom": 9.0
},
"materialSizes": [{
"materialSizeID": "CUPIDCARDMAT35X49",
"metricName_i18n": "8.89 cm x 12.45 cm",
"imperialName_i18n": "3.5\" x 4.9\"",
"width": 252.0,
"height": 352.8,
"displayOrder": 0,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "CUPIDCARDMAT425X55",
"metricName_i18n": "10.8 cm x 13.97 cm",
"imperialName_i18n": "4.25\" x 5.5\"",
"width": 306.0,
"height": 396.0,
"displayOrder": 1,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "CUPIDCARDMAT45X625",
"metricName_i18n": "11.43 cm x 15.89 cm",
"imperialName_i18n": "4.5\" x 6.25\"",
"width": 324.0,
"height": 450.0,
"displayOrder": 2,
"isCustomizableHeight": false,
"isPreferred": true,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}],
"supportedArtTypes": ["CUT", "DRAW"]
}]
}, {
"id": "5d8db37de7179a02244346cc",
"machineFamilyType": "MAKER_FAMILY",
"name_i18n": "Maker",
"nameLong_i18n": "Cricut Maker",
"nameLongLegal_i18n": "Cricut Maker®",
"displayOrder": 3,
"includedMachineTypeIDs": [11],
"supportedArtTypes": ["CUT", "SCORE", "DRAW", "PRINTCUT", "ENGRAVE", "DEBOSS", "DEBOSS_FINE", "DEBOSS_BROAD", "PERF_BASIC", "PERF_STITCH", "WAVE", "MIDAS_FINE", "MIDAS_REGULAR", "MIDAS_BOLD"],
"supportedCalibrationTypes": ["PRINT_CALIBRATION", "KNIFE_BLADE_CALIBRATION", "ROTARY_BLADE_CALIBRATION"],
"machineFeatures": {
"canResumeFromBeginning": true,
"canEditMaterialSettings": true,
"canCutMatlessMaterials": false,
"hasVirtualButtons": false,
"hasSimplePause": false,
"canSaveMatLayout": true,
"hasDial": false,
"canAutoLoad": false,
"canUploadPattern": true,
"hasNoFiducial": false,
"shouldUploadInsteadOfCut": false,
"hasServiceSkus": false,
"shouldAutoMirror": false
},
"printThenCutPadding": {
"top": 61.8519672,
"left": 61.8519672,
"right": 61.8519672,
"bottom": 61.8519672
},
"matTypes": [{
"name_i18n": "Mat",
"type": "MATTED",
"category": "MATTED",
"materialMargin": {
"top": 72.0,
"left": 36.0,
"right": 36.0,
"bottom": 72.0
},
"materialBorder": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"materialPadding": {
"top": 18.0,
"left": 18.0,
"right": 18.0,
"bottom": 18.0
},
"materialSizes": [{
"materialSizeID": "0",
"metricName_i18n": "10.2 cm x 15.2 cm",
"imperialName_i18n": "4\" x 6\"",
"width": 288.0,
"height": 432.0,
"displayOrder": 0,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "1",
"metricName_i18n": "14.8 cm x 21 cm (A5)",
"imperialName_i18n": "5.8\" x 8.3\" (A5)",
"width": 417.6,
"height": 597.6,
"displayOrder": 1,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "2",
"metricName_i18n": "15.2 cm x 15.2 cm",
"imperialName_i18n": "6\" x 6\"",
"width": 432.0,
"height": 432.0,
"displayOrder": 2,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "3",
"metricName_i18n": "21 cm x 25.4 cm",
"imperialName_i18n": "8.25\" x 10\"",
"width": 594.0,
"height": 720.0,
"displayOrder": 3,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "4",
"metricName_i18n": "21 cm x 29.7 cm (A4)",
"imperialName_i18n": "8.3\" x 11.7\" (A4)",
"width": 597.6,
"height": 842.4,
"displayOrder": 4,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "5",
"metricName_i18n": "21.6 cm x 27.9 cm (Letter)",
"imperialName_i18n": "8.5\" x 11\" (Letter)",
"width": 612.0,
"height": 792.0,
"displayOrder": 5,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": true,
"isPrintMetricPreferred": true,
"isPrintImperialPreferred": true
}, {
"materialSizeID": "6",
"metricName_i18n": "21.5 cm x 35.6 cm (Legal)",
"imperialName_i18n": "8.5\" x 14\" (Legal)",
"width": 612.0,
"height": 1008.0,
"displayOrder": 6,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "7",
"metricName_i18n": "22.8 cm x 30.5 cm",
"imperialName_i18n": "9\" x 12\"",
"width": 648.0,
"height": 864.0,
"displayOrder": 7,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "8",
"metricName_i18n": "27.9 cm x 27.9 cm",
"imperialName_i18n": "11\" x 11\"",
"width": 792.0,
"height": 792.0,
"displayOrder": 8,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "9",
"metricName_i18n": "27.9 cm x 43.2 cm (Tabloid)",
"imperialName_i18n": "11\" x 17\" (Tabloid)",
"width": 792.0,
"height": 1224.0,
"displayOrder": 9,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "10",
"metricName_i18n": "29.7 cm x 42 cm (A3)",
"imperialName_i18n": "11.7\" x 16.5\" (A3)",
"width": 842.4,
"height": 1188.0,
"displayOrder": 10,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "11",
"metricName_i18n": "30.5 cm x 30.5 cm",
"imperialName_i18n": "12\" x 12\"",
"width": 864.0,
"height": 864.0,
"displayOrder": 11,
"isCustomizableHeight": false,
"isPreferred": true,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "12",
"metricName_i18n": "30.5 cm x 48.26 cm",
"imperialName_i18n": "12\" x 19\"",
"width": 864.0,
"height": 1368.0,
"displayOrder": 12,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "13",
"metricName_i18n": "30.5 cm x 61 cm",
"imperialName_i18n": "12\" x 24\"",
"width": 864.0,
"height": 1728.0,
"displayOrder": 13,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}],
"supportedArtTypes": ["CUT", "SCORE", "DRAW", "PRINTCUT", "ENGRAVE", "DEBOSS", "DEBOSS_FINE", "DEBOSS_BROAD", "PERF_BASIC", "PERF_STITCH", "WAVE", "MIDAS_FINE", "MIDAS_REGULAR", "MIDAS_BOLD"]
}]
}, {
"id": "5d8db3a0e7179a02244346d6",
"machineFamilyType": "EXPLORE_FAMILY",
"name_i18n": "Explore",
"nameLong_i18n": "Cricut Explore Family",
"nameLongLegal_i18n": "Cricut Explore® Family",
"displayOrder": 5,
"includedMachineTypeIDs": [7, 8, 9, 10],
"supportedArtTypes": ["CUT", "SCORE", "DRAW", "PRINTCUT", "MIDAS_FINE", "MIDAS_REGULAR", "MIDAS_BOLD"],
"supportedCalibrationTypes": ["PRINT_CALIBRATION"],
"machineFeatures": {
"canResumeFromBeginning": false,
"canEditMaterialSettings": true,
"canCutMatlessMaterials": false,
"hasVirtualButtons": false,
"hasSimplePause": false,
"canSaveMatLayout": true,
"hasDial": true,
"canAutoLoad": false,
"canUploadPattern": true,
"hasNoFiducial": false,
"shouldUploadInsteadOfCut": false,
"hasServiceSkus": false,
"shouldAutoMirror": false
},
"printThenCutPadding": {
"top": 61.8519672,
"left": 61.8519672,
"right": 61.8519672,
"bottom": 61.8519672
},
"matTypes": [{
"name_i18n": "Mat",
"type": "MATTED",
"category": "MATTED",
"materialMargin": {
"top": 72.0,
"left": 36.0,
"right": 36.0,
"bottom": 72.0
},
"materialBorder": {
"top": 0.0,
"left": 0.0,
"right": 0.0,
"bottom": 0.0
},
"materialPadding": {
"top": 18.0,
"left": 18.0,
"right": 18.0,
"bottom": 18.0
},
"materialSizes": [{
"materialSizeID": "0",
"metricName_i18n": "10.2 cm x 15.2 cm",
"imperialName_i18n": "4\" x 6\"",
"width": 288.0,
"height": 432.0,
"displayOrder": 0,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "1",
"metricName_i18n": "14.8 cm x 21 cm (A5)",
"imperialName_i18n": "5.8\" x 8.3\" (A5)",
"width": 417.6,
"height": 597.6,
"displayOrder": 1,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "2",
"metricName_i18n": "15.2 cm x 15.2 cm",
"imperialName_i18n": "6\" x 6\"",
"width": 432.0,
"height": 432.0,
"displayOrder": 2,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "3",
"metricName_i18n": "21 cm x 25.4 cm",
"imperialName_i18n": "8.25\" x 10\"",
"width": 594.0,
"height": 720.0,
"displayOrder": 3,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "4",
"metricName_i18n": "21 cm x 29.7 cm (A4)",
"imperialName_i18n": "8.3\" x 11.7\" (A4)",
"width": 597.6,
"height": 842.4,
"displayOrder": 4,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "5",
"metricName_i18n": "21.6 cm x 27.9 cm (Letter)",
"imperialName_i18n": "8.5\" x 11\" (Letter)",
"width": 612.0,
"height": 792.0,
"displayOrder": 5,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": true,
"isPrintMetricPreferred": true,
"isPrintImperialPreferred": true
}, {
"materialSizeID": "6",
"metricName_i18n": "21.5 cm x 35.6 cm (Legal)",
"imperialName_i18n": "8.5\" x 14\" (Legal)",
"width": 612.0,
"height": 1008.0,
"displayOrder": 6,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "7",
"metricName_i18n": "22.8 cm x 30.5 cm",
"imperialName_i18n": "9\" x 12\"",
"width": 648.0,
"height": 864.0,
"displayOrder": 7,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "8",
"metricName_i18n": "27.9 cm x 27.9 cm",
"imperialName_i18n": "11\" x 11\"",
"width": 792.0,
"height": 792.0,
"displayOrder": 8,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "9",
"metricName_i18n": "27.9 cm x 43.2 cm (Tabloid)",
"imperialName_i18n": "11\" x 17\" (Tabloid)",
"width": 792.0,
"height": 1224.0,
"displayOrder": 9,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "10",
"metricName_i18n": "29.7 cm x 42 cm (A3)",
"imperialName_i18n": "11.7\" x 16.5\" (A3)",
"width": 842.4,
"height": 1188.0,
"displayOrder": 10,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "11",
"metricName_i18n": "30.5 cm x 30.5 cm",
"imperialName_i18n": "12\" x 12\"",
"width": 864.0,
"height": 864.0,
"displayOrder": 11,
"isCustomizableHeight": false,
"isPreferred": true,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "12",
"metricName_i18n": "30.5 cm x 48.26 cm",
"imperialName_i18n": "12\" x 19\"",
"width": 864.0,
"height": 1368.0,
"displayOrder": 12,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": false,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}, {
"materialSizeID": "13",
"metricName_i18n": "30.5 cm x 61 cm",
"imperialName_i18n": "12\" x 24\"",
"width": 864.0,
"height": 1728.0,
"displayOrder": 13,
"isCustomizableHeight": false,
"isPreferred": false,
"isLayoutContainer": true,
"isPrintThenCut": false,
"isPrintMetricPreferred": false,
"isPrintImperialPreferred": false
}],
"supportedArtTypes": ["CUT", "SCORE", "DRAW", "PRINTCUT", "MIDAS_FINE", "MIDAS_REGULAR", "MIDAS_BOLD"]
}]
}]
}