1
mirror of https://github.com/public-apis/public-apis synced 2024-12-12 06:43:55 +01:00

Merge pull request #544 from navanchauhan/patch-1

Added IPinfo
This commit is contained in:
Dave Machado 2017-11-10 09:31:08 -05:00 committed by GitHub
commit d7a9057cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ API | Description | Auth | HTTPS | Link |
| HackerRank | Compile source code and run against a set of provided test cases | `apiKey` | Yes | [Go!](https://www.hackerrank.com/api/docs) |
| import.io | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | [Go!](http://api.docs.import.io/) |
| IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) |
| IPinfo | Another simple IP Address API | No | Yes | [Go!](https://ipinfo.io/developers) |
| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) |
| JSONbin.io | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | [Go!](https://jsonbin.io) |
| Judge0 API | Compile and run source code | No | Yes | [Go!](https://api.judge0.com/) |