Product-Images Schema

Schema definition for Product-Images

GET
/product_images

Response Body

curl -X GET "https://world.openfoodfacts.net/product_images"
{
  "images": {
    "front": {
      "angle": 0,
      "coordinates_image_size": "full",
      "geometry": "0x0--1--1",
      "imgid": "121",
      "normalize": null,
      "rev": "420",
      "sizes": {
        "100": {
          "h": 400,
          "w": 255
        },
        "200": {
          "h": 400,
          "w": 255
        },
        "400": {
          "h": 400,
          "w": 255
        },
        "full": {
          "h": 400,
          "w": 255
        }
      },
      "white_magic": null,
      "x1": "-1",
      "x2": "-1",
      "y1": "-1",
      "y2": "-1"
    },
    "property1": {
      "imgid": 123456789,
      "sizes": {
        "full": {
          "h": 400,
          "w": 255
        }
      },
      "uploaded_t": "1457680652",
      "uploader": "openfoodfacts-contributors"
    },
    "property2": {
      "imgid": 123456789,
      "sizes": {
        "full": {
          "h": 400,
          "w": 255
        }
      },
      "uploaded_t": "1457680652",
      "uploader": "openfoodfacts-contributors"
    }
  },
  "last_image_dates_tags": [
    "string"
  ],
  "last_image_t": 0,
  "selected_images": {
    "front": {
      "display": {},
      "small": {},
      "thumb": {}
    }
  },
  "image_small_url": "string",
  "image_thumb_url": "string",
  "image_url": "string"
}