Description

Returns lists of all brands in the database, with Brand Names and BrandIDs.

URL

https://api.watchbase.com/v1/brands

Parameters

key Your WatchBase API Key
format (optional) Possible values: xml, json. Defaults to: xml

Output

List of all brands, with their names and IDs.

Example API Call

Click to see the output:
https://api.watchbase.com/v1/brands?key=B4PMCSMEXeGo1c0Lpk5HmEQw2bKhSqaIwzhuJ9cy

Example output

<response>
	<num_results>115</num_results>
	<brands>
		<brand>
			<id>59</id>
			<name>Audemars Piguet</name>
		</brand>
		<brand>
			<id>8</id>
			<name>Breitling</name>
		</brand>
		<brand>
			<id>69</id>
			<name>Hublot</name>
		</brand>
		<brand>
			<id>1</id>
			<name>IWC</name>
		</brand>
		<brand>
			<id>62</id>
			<name>Jaeger-LeCoultre</name>
		</brand>
		<brand>
			<id>20</id>
			<name>Omega</name>
		</brand>
		<brand>
			<id>58</id>
			<name>Panerai</name>
		  </brand>
		<brand>
			<id>52</id>
			<name>Patek Philippe</name>
		</brand>
		<brand>
			<id>37</id>
			<name>SevenFriday</name>
		</brand>
	</brands>
</response>

Need more help with this?
Don’t hesitate to contact us here.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.