printer information

get/api/v1/info

Response

OK

mmuboolean
namestring
locationstring
farm_modeboolean
nozzle_diameternumber
min_extrusion_tempinteger
serialstring
sd_readyboolean
active_cameraboolean
hostnamestring
portstring
network_error_chimeboolean

Example response

{
  "name": "MuadDib",
  "location": "Arrakis",
  "nozzle_diameter": 0.4,
  "min_extrusion_temp": 170,
  "serial": "CZPX4720X004XC34242",
  "sd_ready": true,
  "active_camera": true,
  "hostname": "prusa-mk3.lan",
  "port": "/dev/tty",
  "network_error_chime": true
}

Changes

Changed in 5 of the 49 revisions of this API.15

    • added the optional property network_error_chime to the response with the 200 status

      response-optional-property-added

    • added the optional property active_camera to the response with the 200 status

      response-optional-property-added

    • added the optional property min_extrusion_temp to the response with the 200 status

      response-optional-property-added

    • added the optional property nozzle_diameter to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog