From e42011c6fa7eaf00af16a8f60d6e96b365dc293e Mon Sep 17 00:00:00 2001 From: Arun Pattni Date: Mon, 2 Oct 2017 18:06:09 +0100 Subject: [PATCH 1/2] Added Words API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2805e01a..922f3c54 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ API | Description | Auth | HTTPS | Link | | 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) | +| Words API | Definitions for more than 150,000 words. | `apiKey` | Yes | [Go!](https://www.wordsapi.com/) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | | Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers/documentation/v3) | From e0cf63dc9a781b531eb8a00394462d5d4af6abda Mon Sep 17 00:00:00 2001 From: Arun Pattni Date: Mon, 2 Oct 2017 18:15:57 +0100 Subject: [PATCH 2/2] Added DomainDB info API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 922f3c54..91b1797c 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ API | Description | Auth | HTTPS | Link | | Changelogs.md | Structured changelog metadata from open source projects | No | Yes | [Go!](https://changelogs.md) | | Count.io | Persistent counting and A/B testing | No | Yes | [Go!](https://count.io) | | DigitalOcean Status | Status of all DigitalOcean services | No | Yes | [Go!](https://status.digitalocean.com/api/v1) | +| DomainDb Info | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | [Go!](https://domainsdb.info/apidomainsdb/index.php) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | [Go!](https://genderize.io) | | Github - User Data | Pull public information for a user's github | No | Yes | [Go!](https://api.github.com/users/hackeryou) |