Logo management

Search for logos

Search for logos detected using the universal-logo-detector model that meet some criteria (annotation status, annotated, type,...)

GET
/images/logos/search

Query Parameters

server_type?string

The server type (=project) to use, such as 'off' (Open Food Facts), 'obf' (Open Beauty Facts),...

Default"off"
Value in"off" | "obf" | "opff" | "opf" | "off_pro"
barcode?string

Filter by barcode value

count?number

Number of results to return

Default25
Range1 <= value <= 2000
type?string

Filter by logo type

value?string

Filter by annotated value

taxonomy_value?string

Filter by taxonomy value, i.e. the canonical value present is the associated taxonomy. This parameter is mutually exclusive with value, and should be used for label type.

min_confidence?number

Filter logos that have a confidence score above a threshold

random?boolean

If true, randomized result order

Defaultfalse
annotated?boolean | null

The annotation status of the logo. If not provided, both annotated and non-annotated logos are returned

Defaultnull

Response Body

curl -X GET "https://robotoff.openfoodfacts.org/api/v1/images/logos/search?server_type=off&barcode=5410041040807&count=25&type=string&value=string&taxonomy_value=string&min_confidence=0&random=false"
{
  "logos": [
    {}
  ],
  "count": 0
}