Products

Products_code_retrieve

GET
/api/v1/products/code/{code}

Path Parameters

codestring
Match^\d+$

Response Body

curl -X GET "https://loading/api/v1/products/code/string"
{
  "id": 0,
  "code": "string",
  "source": "off",
  "source_last_synced": "2019-08-24T14:15:22Z",
  "product_name": "string",
  "image_url": "string",
  "product_quantity": -2147483648,
  "product_quantity_unit": "string",
  "categories_tags": [
    "string"
  ],
  "brands": "string",
  "brands_tags": [
    "string"
  ],
  "labels_tags": [
    "string"
  ],
  "nutriscore_grade": "string",
  "ecoscore_grade": "string",
  "nova_group": 2147483647,
  "unique_scans_n": 2147483647,
  "price_count": 2147483647,
  "price_currency_count": 2147483647,
  "location_count": 2147483647,
  "location_type_osm_country_count": 2147483647,
  "user_count": 2147483647,
  "proof_count": 2147483647,
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}