Brand Details
GET
/brands/{brand}This endpoint allows you to return the complete details for a specific brand by passing the brand
as a path parameter.
Request
The Brand ID. List of Brand IDs can be found here
Use with=translations
to fetch list of brands with translations
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
Detailed structure of the brand model object showing its fields and data types.
A unique identifier assigned to a specific brand.
The label given to a particular company, to identify its products in the market. 🌐 Support multi-language
A brief summary of a manufacturer or company, highlighting key attributes, values, and offerings to convey its identity and purpose. 🌐 Support multi-language
A text or URL linking to a banner file, used as a visual identifier for a brand on a webpage or platform.
A text-based representation or URL link that directs to the logo file, used as a visual symbol to identify and represent a brand on a webpage or platform.
Brand represented in Arabic character
Brand represented in English character
{
"status": 200,
"success": true,
"data": {
"id": 510571718,
"name": "hayat",
"description": "Al Hayat Brand",
"banner": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"logo": "https://i.ibb.co/jyqRQfQ/avatar-male.webp",
"ar_char": "ه",
"en_char": "h",
"metadata": {
"title": "Zara brand",
"description": "Brand awareness seo",
"url": "zara/item"
}
}
}