Programmatically access official logos, colors, and brand guidelines for collegiate and professional sports teams. Build integrations, plugins, and applications powered by verified brand assets.
The Sportsmarks API provides RESTful access to brand assets for collegiate and professional sports teams. You can retrieve logos, colors, trademarked phrases, and comprehensive brand guidelines programmatically.
SVG and PNG logo files with variants and color options
Complete color specs: HEX, RGB, CMYK, Pantone, threads
Trademarked phrases, slogans, and usage guidelines
Bio, restrictions, licensing info, and brand scores
https://sportsmarks.com/api/v1All API responses are returned in JSON format. Successful responses wrap data in a data object. Error responses include an error field.
// Success response
{
"data": {
"institutions": [...],
"pagination": {...}
}
}
// Error response
{
"error": "Invalid or expired API key",
"message": "Please check your API key is correct and active"
}