List of commits:
Subject Hash Author Date (UTC)
Update README.md (#828) 0cf03c73df5bc1e976066606a25fb0edf303b6af Gavin Stark 2018-12-05 02:03:34
24 Pull Requests CORS (#827) 9d415bbbc6aeba4c40e5557cc91774c06e9bcbed Gavin Stark 2018-12-05 02:03:12
Update README.md d2b4a0a2a0fcccfcdc9323a1c894eff5e9b38657 Todd Motto 2018-11-26 20:11:46
Add sponsor 8991cdd5e1b8c2b679f6a9077f91776d4f9199e4 Todd Motto 2018-11-26 20:11:35
adding new item for security section (#826) 5bed75a1ea9fb3df6cc03101bc0441acd00f0273 nanoseconds 2018-11-26 20:08:59
Adding AnimeNewsNetwork API (#804) b27a2969b052b565aaa8311ed4c4009ffb18f863 hugonun 2018-11-26 20:07:14
docs: Adds streetlayer.com (#823) cccec590d737898c6840151a0a1a31894555db55 Lennon Jesus 2018-11-26 20:06:42
Add in GeoJS to public APIs (#822) 640b53cd202b1bb97d9e07d2b8021fe6ffe77edc James Loh 2018-11-26 20:05:44
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
Commit 0cf03c73df5bc1e976066606a25fb0edf303b6af - Update README.md (#828)
Author: Gavin Stark
Author date (UTC): 2018-12-05 02:03
Committer name: Dave Machado
Committer date (UTC): 2018-12-05 02:03
Parent(s): 9d415bbbc6aeba4c40e5557cc91774c06e9bcbed
Signing key:
Tree: 992c3598279a4671fd39e82a4152389080d24df5
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 6992f73..59e8571)
... ... API | Description | Auth | HTTPS | CORS |
383 383 | [Steam](https://developer.valvesoftware.com/wiki/Steam_Web_API) | Steam Client Interaction | `OAuth` | Yes | Unknown | | [Steam](https://developer.valvesoftware.com/wiki/Steam_Web_API) | Steam Client Interaction | `OAuth` | Yes | Unknown |
384 384 | [Vainglory](https://developer.vainglorygame.com/) | Vainglory Players, Matches and Telemetry | `apiKey` | Yes | Yes | | [Vainglory](https://developer.vainglorygame.com/) | Vainglory Players, Matches and Telemetry | `apiKey` | Yes | Yes |
385 385 | [Wargaming.net](https://developers.wargaming.net/) | Wargaming.net info and stats | `apiKey` | Yes | No | | [Wargaming.net](https://developers.wargaming.net/) | Wargaming.net info and stats | `apiKey` | Yes | No |
386 | [xkcd](https://xkcd.com/json.html) | Retrieve xkcd comics as JSON | No | Yes | Unknown |
386 | [xkcd](https://xkcd.com/json.html) | Retrieve xkcd comics as JSON | No | Yes | Yes |
387 387
388 388 ### Geocoding ### Geocoding
389 389 API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS |
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