From 3426e5c8a6d5a4978e779c60f7f4878542983b43 Mon Sep 17 00:00:00 2001 From: Yana Agun Siswanto Date: Fri, 4 Aug 2017 12:07:00 +0700 Subject: [PATCH] Add wikidata link Wikidata is a collaboratively edited knowledge base operated by the Wikimedia Foundation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7daee6f7..1872003b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ API | Description | Auth | HTTPS | Link | ### Anti-Malware API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| AlienVault Open Threat Exchange (OTX) | IP/domain/URL reputation | `apiKey` | Yes | [Go!](https://otx.alienvault.com/api/) | +| AlienVault Open Threat Exchange (OTX) | IP/domain/URL reputation | `apiKey` | Yes | [Go!](https://otx.alienvault.com/api/) | | Certly | Certly Link/Domain Flagging | `apiKey` | Yes | [Go!](https://guard.certly.io/) | | Google Safe Browsing | Google Link/Domain Flagging | `apiKey` | Yes | [Go!](https://developers.google.com/safe-browsing/) | | Metacert | Metacert Link Flagging | `apiKey` | Yes | [Go!](https://metacert.com/) | @@ -147,6 +147,7 @@ API | Description | Auth | HTTPS | Link | | Scoop.it | Content Curation Service | `apiKey` | No | [Go!](http://www.scoop.it/dev) | | Teleport | Quality of Life Data | No | Yes | [Go!](https://developers.teleport.org/) | | UPC database | More than 1.5 million barcode numbers from all around the world | `apiKey` | Yes | [Go!](https://upcdatabase.org/api) | +| Wikidata | Collaboratively edited knowledge base operated by the Wikimedia Foundation | `OAuth` | Yes | [Go!](https://www.wikidata.org/w/api.php?action=help) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers/documentation/v3) |