Australian Trade Mark Search API
Getting Started
The Australian Trade Mark Search API allows you to search for Australian Trade Marks.
For more details, and to request access to the API please visit the IP Australia Developer Portal.
Key Information
Base URL
TEST
The base URL for the Test instance of Australian Trade Mark Search API is:
https://test.api.ipaustralia.gov.au/public/australian-trade-mark-search-api/v1/
PRODUCTION
The base URL for the Production instance Australian Trade Mark Search API is:
https://production.api.ipaustralia.gov.au/public/australian-trade-mark-search-api/v1/
Requests
Australian Trade Mark Search API has two endpoints, a quick search and a get by Trade Mark Number.
Basic details about each endpoint have been outlined below, for full details, including example request and response payloads, please view the Australian Trade Mark Search API on the IP Australia Developer Portal.
Quick Search
The quick search endpoint enables a user to search for a list of Trade Mark Numbers that match the given critera. Users can search by type, status, and a given query. The request also supports limiting the search to only Trade Marks that have been updated since a given date.
Request Path: /search/quick Method: POST Request Payload Example:
{
"query": "TEST",
"sort": {
"field": "NUMBER",
"direction": "ASCENDING"
},
"filters": {
"quickSearchType": [
"WORD"
],
"status": [
"REGISTERED"
]
},
"changedSinceDate": "2019-01-15"
}
Get By Trade Mark Number
This endpoint allows users to get all of the information about a given Trade Mark. The response contains all publicly available information about the Trade Mark.
Request Path: /trade-mark/{ipRightIdentifier} Method: GET
Response Format
All responses are in JSON
Contact Us
If you require further information or assistance regarding IP Australia’s APIs, please contact us via:
- Email: MDB-TDS@ipaustralia.gov.au
- Website: https://www.ipaustralia.gov.au/api-transaction-channel
- Phone: 1300 65 10 10
- International Phone: +61 2 6283 2999
Contact Us
If you require further information or assistance regarding IP Australia’s APIs, please contact us via:
- Email: MDB-TDS@ipaustralia.gov.au
- Website: https://www.ipaustralia.gov.au/api-transaction-channel
- Phone: 1300 65 10 10
- International Phone: +61 2 6283 2999