List of commits:
Subject Hash Author Date (UTC)
Many APIs can be used for more than just web development (#785) 10153bffe980cf7ab6d44ec92f34677181bd79ea James Brooks 2018-10-15 17:52:18
Remove use of Oxford commas (#784) 29f4357d82aa69af78f241323e4983d91d978fd0 James Brooks 2018-10-15 14:44:38
Update README.md 9d4a1154e20958f578f5f19fdae758baf0847ab9 Raymond Camden 2018-10-14 19:05:05
Added Shodan API (#775) a5dc2bed4acfff903af777a691023637a8aac8f3 gitoct 2018-10-12 01:41:33
Removed Certly aa9eeeefa76c4da0d822355449c9c4b28cad88f3 gitoct 2018-10-10 00:30:35
Updated Clearbit Logo auth 6b914920e351e2f4d7d189a2685e19bb10eaa48b gitoct 2018-10-10 00:29:16
Removed Numspy (#769) 49b52fef8dc5132396970373fc93f4f19b02e0e2 Punit Makwana 2018-10-09 02:20:23
Add data.parliament.uk to the list (#761) 4b925b6931db6f8351120a53794079ebfd5e4dde Finn O'leary 2018-10-06 17:48:20
add FilterLists.com API (#762) ca3de265e94d397208e39e8083dcec076820f189 Collin M. Barrett 2018-10-06 17:48:04
Adding CalendarIndex Holidays API (#767) 1656e2d56899fa7cb70d10966877dd92b9142f7b lisaHein78 2018-10-06 17:46:03
Fix casing of GitHub "h" c777d15cec5b368c5f1063e0ad3899dd7ac15e05 Dominik Kundel 2018-10-04 16:22:39
Add Nager.Date Public holiday project with api (#756) e2b1439b77c59e198db04566139cd3783fc41960 Tino Hager 2018-10-01 21:08:17
Added API for AI Mastering (#757) c3f3e4cbd01fffa256a7c2a4ea075c3006f066e2 contribu 2018-09-22 00:07:35
Add Vainglory (#760) 3e180f96ec381e1e61da3b5953754e506ee0cbcb anaggh 2018-09-22 00:06:42
Google is sunsetting their URL shortener. 78fcd5be05d05b98f4246e45a3b0daf76ccdd0c4 James Brooks 2018-09-18 16:21:04
Remove Link section from Markdown tables cd23350de85e6086846bab7789d39ff098975063 davemachado 2018-09-10 01:41:01
Move links into Title section, Update build script (#754) e2b66cea263d77107000855ce66fb3554922dd02 Dave Machado 2018-09-10 01:38:36
Added API for University of Oslo (#749) 0bccc8e543edabf7143aa225bb771060f90e3813 mikaello 2018-09-10 00:51:12
RandomFox does not support CORS (#751) 42ad148792f4a2b334947d80913b64efce79ff92 Eric Lewis 2018-09-04 02:20:05
Api/chasing coins (#746) 726f3c50624c60bdb9ca7481deb454bcd5140ff1 nimblefox 2018-09-04 02:15:43
Commit 10153bffe980cf7ab6d44ec92f34677181bd79ea - Many APIs can be used for more than just web development (#785)
Author: James Brooks
Author date (UTC): 2018-10-15 17:52
Committer name: Dave Machado
Committer date (UTC): 2018-10-15 17:52
Parent(s): 29f4357d82aa69af78f241323e4983d91d978fd0
Signer:
Signing key:
Signing status: N
Tree: 9fe4f208293b48f9bdcc2dc4599c7d9d4ae63290
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 2d44731..24126ad)
1 1 # Public APIs [![Build Status](https://api.travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis) # Public APIs [![Build Status](https://api.travis-ci.org/toddmotto/public-apis.svg)](https://travis-ci.org/toddmotto/public-apis)
2 2
3 A collective list of free APIs for use in web development.
3 A collective list of free APIs for use in software and web development.
4 4
5 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!
6 6
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