Description

Retrieve a list of all families of a given brand, with Family Names and FamilyIDs.

URL

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

Parameters

key Your WatchBase API Key
format (optional) Possible values: xml, json. Defaults to: xml
brand-id BrandID of the brand you want to list the families for

Output

List of all families of the given brand, with their names and IDs.

Example API Call

Retrieve a list of all families of the SevenFriday brand (BrandID = 37).

Click to see the output:
https://api.watchbase.com/v1/families?brand-id=37&key=B4PMCSMEXeGo1c0Lpk5HmEQw2bKhSqaIwzhuJ9cy

Example output


<?xml version="1.0" encoding="UTF-8"?>
<response>
	<num_results>4</num_results>
	<families>
		<family>
			<id>279</id>
			<name>M-Series</name>
		</family>
		<family>
			<id>566</id>
			<name>None</name>
		</family>
		<family>
			<id>234</id>
			<name>P-Series</name>
		</family>
		<family>
			<id>499</id>
			<name>V-Series</name>
		</family>
	</families>
</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.