API Documentation
The BrandColor.dev API offers developers and designers free, unlimited access to up-to-date brand color information. Each entry includes hex codes and timestamps of updates, ensuring you have the most current data available.
- Up-to-Date Data: Access the latest brand colors with precise hex codes.
- Timestamps of Updates: Each color entry includes the last updated timestamp for accuracy.
- Unlimited Access: Enjoy unrestricted use of the API for all your projects.
- Free of Charge: Utilize the API without any cost.
Endpoints
Get All Brands
https://api.brandcolor.dev/brands.json
Returns a list of all brands.
Get Brand by Slug
https://api.brandcolor.dev/brands/{slug}.json
Replace {slug}
with the brand's slug to retrieve its colors.
Example: Airbnb
https://api.brandcolor.dev/brands/airbnb.json
This request returns the color palette for Airbnb. The response includes the brand's name, slug, and an array of colors with their respective hex codes.