Developers
CopyMark exposes an unauthenticated JSON lookup for individual USPTO trademark serial numbers. Use it when an agent or integration needs structured data instead of the HTML record page.
GET /api/trademarks/{serialNumber}
{serialNumber} must be an 8-digit USPTO serial. No API key is required for individual lookups. Responses are publicly cacheable and include CORS headers for browser clients.
curl -sS https://getcopymark.com/api/trademarks/87654321pageUrl — the canonical CopyMark HTML pagetsdrUrl — the official USPTO TSDR recordMachine-readable specification: https://getcopymark.com/openapi.json
Every serial also has a crawlable HTML page at https://getcopymark.com/trademark/{serialNumber}. Prefer the HTML page for search indexing; use the JSON API for programmatic lookups.