List of commits:
Subject Hash Author Date (UTC)
Revert "Add sponsor" 2c1c58ad99c33230cc44a87e2172bfdc66a5ed77 One Lispy Boi 2019-02-04 16:34:37
add RIDB API(open data section) (#855) 6b19dddaaf6322da5922f12ad1d8f32d0809c0e7 Semal Patel 2019-01-28 02:32:03
Add Evil Insult Generator (#847) 0b44927be233d1ce8042e87ccaef72570930be50 Evil Insult Generator 2019-01-28 02:30:05
Remove Qriusity 2c8a459ae0f1266dd05d104b4b83042e00faa9e8 Dave Machado 2019-01-27 18:50:55
Update mywot link f04714234672a8ec802a7a2709df116df5338e29 Dave Machado 2019-01-27 18:45:42
Add CoinGecko API (Cryptocurrency) (#850) f9e48b5a9fd32fe7f19503069d130199d034a086 TM Lee 2019-01-27 18:36:33
Update EPA Link 8ac28f4d5879b58dad8cde228a17c5e1a3eee22c Raymond Berger 2019-01-06 06:59:06
Update README.md 2fa9341779c302890fb83c40b49259f7b4d41719 Hugo Torzuoli 2019-01-05 23:43:19
Update README.md (#837) 659c5630ca73ab0fc54ee787f6a60172abbaadb8 Timothée Jeannin 2018-12-28 01:06:23
Added API (#840) 015b89cbc526c5498a21ed2c5b64d84a024affcd gozames 2018-12-28 01:05:48
Add Age of Empires II API (#841) 345c0db65652cce381ec00328de8b5d036e8d89d Albert Alises 2018-12-28 01:04:24
bratabase api (#844) 4ec38edda9f508a3db9b1874bdb4d86b107fcbd2 bittricky 2018-12-28 01:02:35
Added Football Prediction API 3a26ee97dbf20b0de3b5879c99a8974083bd7d3c boggio-analytics 2018-12-20 19:00:20
add Openwhyd to list of music APIs (#833) b72386aedb6326db990e247eadd9206f51def1c8 Adrien Joly 2018-12-09 20:04:39
Adding Geocod.io to the Geocoding APIs list (#839) b751e44633ce35167d124419956fbed17a4e1a6d Amir Iskander 2018-12-09 20:03:34
Added tfgm api in transport (#835) 26ac67519a020cad58176b0a6e1b6e6a5c45c1d9 Donald Ty Lam 2018-12-09 19:56:10
more cryptocurrency apis (#819) 033f3787ce5af73c2d52104e87ce404db43c4cb6 bittricky 2018-12-05 02:07:02
Add libgen API (#834) 8dfd7ac538822a9aef2a52cb7d91557f3e7b345a s-nirali 2018-12-05 02:05:38
Added Zipcode API from zipcodeapi.com (#831) 47132355f622565609a2c6e704d4307319367a8f Vinoth G 2018-12-05 02:04:33
Dicebar seems to enforce CORS (#829) 74fdbaa7ed4fb240c073f0539566b91d5aef876e Gavin Stark 2018-12-05 02:03:51
Commit 2c1c58ad99c33230cc44a87e2172bfdc66a5ed77 - Revert "Add sponsor"
This reverts commit 8991cdd5e1b8c2b679f6a9077f91776d4f9199e4.
Author: One Lispy Boi
Author date (UTC): 2019-02-04 16:34
Committer name: One Lispy Boi
Committer date (UTC): 2019-02-04 16:34
Parent(s): 6b19dddaaf6322da5922f12ad1d8f32d0809c0e7
Signing key:
Tree: 6a4846023773cdbcc08119ff1883b100787aac76
File Lines added Lines deleted
README.md 0 4
File README.md changed (mode: 100644) (index 775b3f5..e9ca9ae)
2 2
3 3 A collective list of free APIs for use in software and web development. A collective list of free APIs for use in software and web development.
4 4
5 Sponsor:
6
7 <a href="https://ultimatecourses.com?utm_source=github.com"><img src="https://ultimatecourses.com/assets/img/banners/uc-leader.svg" style="width:100%;max-width:100%"></a>
8
9 5 A public API for this project can be found [here](https://github.com/davemachado/public-api) - thanks to [DigitalOcean](https://www.digitalocean.com/) for helping us provide this service! A public API for this project can be found [here](https://github.com/davemachado/public-api) - thanks to [DigitalOcean](https://www.digitalocean.com/) for helping us provide this service!
10 6
11 7 For information on contributing to this project, please see the [contributing guide](.github/CONTRIBUTING.md). For information on contributing to this project, please see the [contributing guide](.github/CONTRIBUTING.md).
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