Implementation of the API

Installing the be quiet! API

  • The be quiet! API is RESTful
  • Accessing the API is done by using a URL that looks like this: Protocol://Host/Version/Method?Parameter
  • The API’s base URL is: https://www.bequiet.com/api/v1.0

Requesting all product data

https://www.bequiet.com/api/v1.0/products{?Parameter}

 

Parameter:
country: global or two letter short country code
language: de, en, fr, pl, tw, cz, ru, ua
fields: Name,ArticleNumber,MarketingText,TechnicalData,Downloads,DeepLink,Category,EAN

 

Access examples:
https://www.bequiet.com/api/v1.0/products?fields=Name,ArticleNumber,MarketingText&language=en&country=en
https://www.bequiet.com/api/v1.0/products?fields=Name,ArticleNumber,MarketingText,TechnicalData,Downloads,Category,EAN&language=fr&country=ca

 


Requesting single product data files:

https://www.bequiet.com/api/v1.0/products/id/{id}{?Parameter}

 

Parameter:
country: global or two letter short country code
language: de, en, fr, pl, tw, cz, ru, ua
fields: Name,ArticleNumber,MarketingText,TechnicalData,Downloads,DeepLink,Category,EAN

 

Access examples:
https://www.bequiet.com/api/v1.0/products/id/bn255?fields=Name,ArticleNumber,MarketingText,Category,EAN&language=fr&country=global