TMview global trademark search API: access card
What is the TMview multi-register search?
TMview global trademark search API is the EU Intellectual Property Office's cross-register search — one query covers USPTO, EUIPO, WIPO and dozens of national trademark offices, published by EUIPO — TMDN network. Coverage: Global; scale: national and international registers combined — 5,122 records match ACME across all offices, according to the catalog manifest. In our data — the Aidenix Atlas catalog of verified sources — this endpoint was last probed on 2026-07-24 and returned HTTP 200. What the card gives you:
- The exact endpoint and a working request you can copy.
- Authentication and rate limits: none — no API key required.
- The query keys the source accepts and the fields it returns, verified against the live endpoint.
How do you query it?
A working query is one plain HTTP GET — in our data this exact request form was verified on 2026-07-24:
curl -X POST "https://www.tmdn.org/tmview/api/search/results" \
-H "Content-Type: application/json" \
-d '{"page":"1","pageSize":"30","criteria":"C","basicSearch":"acme"}'
The catalog recipe records these endpoints, all verified:
POST /tmview/api/search/results— body{"basicSearch": "<name>", "page": "1", "pageSize": "30", "criteria": "C"}.totalResultsandtotalPagesin the response — page through 30 records per call.- Per-mark images at
/tmview/api/trademark/thumbnail/{id}and/tmview/api/trademark/image/{id}.
What does it accept and return?
The interface contract is a short one: 3 query facets in, 8 field groups out. The table is generated from the catalog manifest, according to the probe of 2026-07-24 — every row below was checked against the live endpoint, not copied from vendor marketing:
| Facet | Value |
|---|---|
| Endpoint | https://www.tmdn.org/tmview/api/search/results |
| Auth | none — no API key required |
| Query by | trademark name, brand name, company name (free text) |
| Returns | trademark name, IP office, applicant name, Nice class, status, application number, registration number, dates |
| Provider | EUIPO — TMDN network |
| Coverage | Global |
| Last probe | 2026-07-24 — HTTP 200 |
Related sources
A related source is a dataset that joins to the TMview multi-register search through shared keys, according to the join map of our catalog. In our data, each of the 2 cards below was probed on 2026-07-24 and is live:
- USPTO trademark full-text search API — United States (federal).
- UK Companies House API — United Kingdom.
The workflow this source belongs to is covered in the full guide: Free trademark search API — USPTO and global registers.
Source card generated from the Aidenix Atlas catalog; facts as probed on 2026-07-24.
Find these guides useful? Add Aidenix as a preferred source on Google — our pages will surface in your AI Overviews.