List of commits:
Subject Hash Author Date (UTC)
geoPlugin IP geolocation (#817) 66ced1c7e071463ea0934543a464582dfbff2033 inputsprocket 2018-11-26 20:04:47
CORS available for JSONBin.io (#816) 1cdeec74ee132e8659e9e110349201ca8f591f04 Vaibhav Mehta 2018-11-26 20:03:15
Add APIXU API for weather (#814) 669b332b48bef4ee03a3774776b438bdac465036 s-nirali 2018-11-26 20:00:58
IPGeolocationAPI.com a free geolocation service (#812) 7b369ec48d6673b453c70fd2f15ce0bf245ad364 Madis Väin 2018-11-26 20:00:28
Add 24 Pull requests API 83388d82d13863170b1c65e8056e7152e07e88c0 s-nirali 2018-11-20 02:30:54
Update CORS for Oxford Dictionary API (#811) 93861995df2cee4281b44dd7fc975efacf737676 Wilson Guo 2018-11-09 03:35:59
mac address vendor lookup api added (#807) b4160f39bbeae0aba849fd6eef88837afea9dd04 fooisnotbar 2018-11-09 03:33:52
Add Postman APIs (#805) d6a6dd30721075438744e0c9f2210161f6f4a82b s-nirali 2018-11-09 03:28:59
Mixcloud Accepts CORS (#800) 664a405c4004cf8eea0446c8740992f29e95c26f Grey 2018-10-31 17:25:13
Added information on the Gemini API (#797) 5ba575cb9b02229cc3d6eac83e00440385e0d5c7 Denny Cao 2018-10-31 17:20:25
Add coinpaprika API (#796) a6305e1b4c16e28c115b0b25e7a582b530e33a3f Wojciech Rybicki 2018-10-31 17:19:42
change auth for cats api (#795) 5b79de467b6b9bcb1b4d80d192d3fa109f29f1b7 Juri Strumpflohner 2018-10-31 17:18:56
adding Merriam-Webster dictionary & thesaurus data (#794) 02a01518d542b6946b69b21fe24c661c021ba13c jtdewitt 2018-10-31 17:18:41
Updated Transport for Boston, US (#793) 57ec644665f74e023cfea5d4945069059357dbee Ryan J. Dumais 2018-10-19 20:45:49
Add cats facts and advice generator APIs (#778) 0cff85e91214e94a36a06ff36bb115e21b5f145c Niko Solihin 2018-10-19 00:46:03
Add Pusher's Beam Api (#791) 708ca5259b69940beee866769e8f18d7281ec762 Naveen 2018-10-19 00:44:50
Update Eve Online URL a0865ddb4aac362dd68d727cb7186e2de20970b9 Naveen 2018-10-17 14:01:27
Updated CONTRIBUTING.md e4bc45e96d4b76dd4bfc8f07a070f710752c56ad gitoct 2018-10-16 04:49:51
Correct the format for IBM Text to Speech b3498893c27f78b854a004fb87fb4ef278adb004 Naveen 2018-10-16 16:06:36
Remove Registered sign 01aa492c0ce5c3430d18b8a88dc706ff19d25c06 Naveen 2018-10-16 08:00:48
Commit 66ced1c7e071463ea0934543a464582dfbff2033 - geoPlugin IP geolocation (#817)
* adding geoplugin to the geocoding section

geoPlugin - the original and largest free IP geolocation web service API
geoplugin.com offers multiple geocoding APIs, including IP geolocation, currency conversion, reverse geocoding since 2004

We were the first free IP geolocation web service on the net and handle around 1/10 of the global traffic that google.com handles (live stats available on geoplugin.com)

All this for free (limit 120 requests a minute).

No API key or registration required to use the API.

* Update README.md
Author: inputsprocket
Author date (UTC): 2018-11-26 20:04
Committer name: Dave Machado
Committer date (UTC): 2018-11-26 20:04
Parent(s): 1cdeec74ee132e8659e9e110349201ca8f591f04
Signing key:
Tree: 276788d3775ead469d6cc73fa8d4708acc840249
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index a8b07f6..fe31441)
... ... API | Description | Auth | HTTPS | CORS |
391 391 | [GeoApi](https://api.gouv.fr/api/geoapi.html) | French geographical data | No | Yes | Unknown | | [GeoApi](https://api.gouv.fr/api/geoapi.html) | French geographical data | No | Yes | Unknown |
392 392 | [Geocode.xyz](https://geocode.xyz/) | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | Unknown | | [Geocode.xyz](https://geocode.xyz/) | Provides worldwide forward/reverse geocoding, batch geocoding and geoparsing | No | Yes | Unknown |
393 393 | [GeoNames](http://www.geonames.org/export/web-services.html) | Place names and other geographical data | No | No | Unknown | | [GeoNames](http://www.geonames.org/export/web-services.html) | Place names and other geographical data | No | No | Unknown |
394 | [geoPlugin](https://www.geoplugin.com) | IP geolocation and currency conversion | No | Yes | Yes |
394 395 | [Google Earth Engine](https://developers.google.com/earth-engine/) | A cloud-based platform for planetary-scale environmental data analysis | `apiKey` | Yes | Unknown | | [Google Earth Engine](https://developers.google.com/earth-engine/) | A cloud-based platform for planetary-scale environmental data analysis | `apiKey` | Yes | Unknown |
395 396 | [Google Maps](https://developers.google.com/maps/) | Create/customize digital maps based on Google Maps data | `apiKey` | Yes | Unknown | | [Google Maps](https://developers.google.com/maps/) | Create/customize digital maps based on Google Maps data | `apiKey` | Yes | Unknown |
396 397 | [GraphLoc](https://www.graphloc.com) | Free GraphQL IP Geolocation API | No | Yes | Unknown | | [GraphLoc](https://www.graphloc.com) | Free GraphQL IP Geolocation API | No | Yes | Unknown |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/onelispyboi/public-apis

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/onelispyboi/public-apis

Clone this repository using git:
git clone git://git.rocketgit.com/user/onelispyboi/public-apis

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main