From 7f99541be4b516c2d4fe92efb22a4d3c371df030 Mon Sep 17 00:00:00 2001 From: tigercosmos Date: Mon, 14 Aug 2017 11:24:50 +0800 Subject: [PATCH 1/3] add patent --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00c7cd03..738d99db 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Please note a passing build status indicates all listed APIs are available since * [News](#news) * [Open Data](#open-data) * [Open Source projects](#open-source-projects) +* [Patent](#patent) * [Personality](#personality) * [Photography](#photography) * [Science](#science) @@ -370,6 +371,13 @@ API | Description | Auth | HTTPS | Link | | Drupal.org | Drupal.org | No | Yes | [Go!](https://www.drupal.org/drupalorg/docs/api) | | Libraries.io | Open source software libraries | `apiKey` | Yes | [Go!](https://libraries.io/api) | +### Patent +API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| TIPO | Taiwan patent search system api | `apiKey` | Yes | [Go!](https://tiponet.tipo.gov.tw/Gazette/OpenData/OD/OD01_104_API.aspx) | +| EPO | European patent search system api | Yes | Yes | [Go!](https://developers.epo.org/) | +| USPTO | USA patent api services | No | Yes | [Go!](https://www.uspto.gov/learning-and-resources/open-data-and-mobility) | + ### Personality API | Description | Auth | HTTPS | Link | |---|---|---|---|---| From eb904c3f129fabc038a88c295287fddb6b6355ea Mon Sep 17 00:00:00 2001 From: tigercosmos Date: Mon, 14 Aug 2017 20:00:46 +0800 Subject: [PATCH 2/3] fix Auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738d99db..026ac16d 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ API | Description | Auth | HTTPS | Link | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | TIPO | Taiwan patent search system api | `apiKey` | Yes | [Go!](https://tiponet.tipo.gov.tw/Gazette/OpenData/OD/OD01_104_API.aspx) | -| EPO | European patent search system api | Yes | Yes | [Go!](https://developers.epo.org/) | +| EPO | European patent search system api | `OAuth` | Yes | [Go!](https://developers.epo.org/) | | USPTO | USA patent api services | No | Yes | [Go!](https://www.uspto.gov/learning-and-resources/open-data-and-mobility) | ### Personality From 29ed12a1526052e89386b7e1151aad20b3e02f11 Mon Sep 17 00:00:00 2001 From: tigercosmos Date: Mon, 14 Aug 2017 20:09:37 +0800 Subject: [PATCH 3/3] update link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 026ac16d..f59c5516 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ API | Description | Auth | HTTPS | Link | ### Patent API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| TIPO | Taiwan patent search system api | `apiKey` | Yes | [Go!](https://tiponet.tipo.gov.tw/Gazette/OpenData/OD/OD01_104_API.aspx) | +| TIPO | Taiwan patent search system api | `apiKey` | Yes | [Go!](https://tiponet.tipo.gov.tw/Gazette/OpenData/OD/OD05.aspx?QryDS=API00) | | EPO | European patent search system api | `OAuth` | Yes | [Go!](https://developers.epo.org/) | | USPTO | USA patent api services | No | Yes | [Go!](https://www.uspto.gov/learning-and-resources/open-data-and-mobility) |