Australian Trade Mark Search API icon

Australian Trade Mark Search API

(0 reviews)
The Australian Trade Mark Search API allows for the searching of Australian Trade Mark data.

home

Overview

The Australian Trade Mark Search API allows you to search for Australian Trade Marks and retrieve data displayed on Australian Trade Mark Search.

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.

Quick Search

There are currently two quick search endpoints:

/search/quick - NEW

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.

Method: POST
Request Path: /search/quick

/quick/search - DEPRECATED

The /quick/search endpoint has been replaced by /search/quick, as such it has been deprecated and will not receive future updates, and will be removed in due course. Please use the /search/quick endpoint for all quick search requests.

Method: POST
Request Path: /quick/search

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.

Method: GET
Request Path: /trade-mark/{ipRightIdentifier}

Response Format

All responses are in JSON.


Reviews