Australian Patent Search API

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

home

Overview

The Australian Patent Search API allows you to search for Australian Patents and retrieve data related to that Patent.

Base URL

TEST

The base URL for the Test instance of Australian Patent Search API is:

https://test.api.ipaustralia.gov.au/public/australian-patent-search-api/v1/

PRODUCTION

The base URL for the Production instance Australian Patent Search API is:

https://production.api.ipaustralia.gov.au/public/australian-patent-search-api/v1/

Requests

Australian Patent Search API has two endpoints, a quick search and a get by Patent Number.

Quick Search

There are currently two quick search endpoints:

/search/quick

The quick search endpoint enables a user to search for a list of Patents that match the given criteria. The request allows users to return either a list of Patent Numbers based on the search, or basic details for each Patent returned.

Method: POST
Request Path: /search/quick

Get By Patent Number

This endpoint allows users to get all of the information about a given Patent. The response contains all publicly available information about the Patent.

Method: GET
Request Path: /patent/{ipRightIdentifier}

Response Format

All responses are in JSON


Reviews