List of commits:
Subject Hash Author Date (UTC)
Exchangeratesapi.io a free Fixer.io compatible API 0520150da74555488706ac730e6ceb7f8e7906ae Madis Väin 2018-04-11 20:23:13
Set CORS to No for MetaWeather 8d3c175f8f0e80fd27b66430685c9418cf36071e Dave Machado 2018-04-11 02:46:29
-darksky 2b0944a4e06a7bfc8d6fff068e75a733f21e3b69 technicolor1 2018-04-10 19:09:54
Jikan API has CORS enabled 0d1d48d7509749103b27f033bdf683bbf2a22ef7 Irfan 2018-04-08 16:54:59
update descriptions and CORS capabilities 28e36043aae4762a62c0eee6da2b8c9be7253ba2 Alex Perez 2018-04-01 05:44:55
Update CORS and SSL support 7adea01bcf3a832a79160d264650436f70e983d3 zag2me 2018-03-30 10:46:12
Fix backticks on Auth value 4ea8dc81bf8ddfab6dfc20c02146666428839276 Alex Perez 2018-03-29 22:18:36
Add Gitlab and edit Github APIs 7781ddfbd2f39d12a0d74216a90dff1b2d47ae7b Alex Perez 2018-03-29 22:03:58
Move archive.or to Open Data category 235fb162aa720e6d27871a75ae9c3b132ba676b9 Alex Perez 2018-03-29 04:30:38
Move Open Data Gov to Gov section c629539702e6d483b2475420db69637575264b55 davemachado 2018-03-29 01:41:50
Break up Open Data section via Governments e05818109c66e81dcafba400e258fd705afd5d16 davemachado 2018-03-29 01:37:08
Add Archive.org API + Internet Archive category 0be22718d06790bd6534d1bf7cb54d3d39b12198 Alex Perez 2018-03-28 08:21:21
Updating CORS status 547d97fb1ac56987103c4815958e5bee3f3bbd33 xinitrc 2018-03-24 15:04:37
Added backticks to apikey f502a254ebf0ed5df592b8545a255a2f0097a670 Mark Kopenga 2018-03-23 10:24:30
Placed in on the write position 31d7126e263f018eb835a110a8b26aa5557fdd1b Mark Kopenga 2018-03-23 09:31:53
Changed the discription of Wargaming.net b3edc52c2591ee7e78a32737652ed329f35e7285 Mark Kopenga 2018-03-23 08:19:26
Added Wargaming entry 5fcb47a7f6916a6abe7140166cff675e83e96418 Mark Kopenga 2018-03-23 08:15:27
Reordered the list, edited names 35effca7702a585342476ea8d5e1a388925d1ff0 xinitrc 2018-03-22 23:59:14
Added one more dog/cat/bird website 05dc7ab8aa99c530681ef2614ee7c419136a73b7 xinitrc 2018-03-22 23:52:07
reordered alphabetically 83b847e4b4ddd43848ab48582686450acd49707b xinitrc 2018-03-22 23:41:00
Commit 0520150da74555488706ac730e6ceb7f8e7906ae - Exchangeratesapi.io a free Fixer.io compatible API
Fixer.io Github page has a deprecation warning "The old, deprecated Fixer API will be discontinued on June 1st, 2018".

Exchangeratesapi.io provides a compatible free service with HTTPS and CORS support and is also open source.
Author: Madis Väin
Author date (UTC): 2018-04-11 20:23
Committer name: GitHub
Committer date (UTC): 2018-04-11 20:23
Parent(s): 8d3c175f8f0e80fd27b66430685c9418cf36071e
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 3c41c3628c337ca78aeefeaffc82572bc233895a
File Lines added Lines deleted
README.md 1 0
File README.md changed (mode: 100644) (index 0650df5..fb6a884)
... ... API | Description | Auth | HTTPS | CORS | Link |
180 180 | 1Forge | Forex currency market data | `apiKey` | Yes | Unknown | [Go!](https://1forge.com/forex-data-api/api-documentation) | | 1Forge | Forex currency market data | `apiKey` | Yes | Unknown | [Go!](https://1forge.com/forex-data-api/api-documentation) |
181 181 | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | [Go!](https://currencylayer.com/documentation) | | Currencylayer | Exchange rates and currency conversion | `apiKey` | Yes | Unknown | [Go!](https://currencylayer.com/documentation) |
182 182 | Czech National Bank | A collection of exchange rates | No | Yes | Unknown | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) | | Czech National Bank | A collection of exchange rates | No | Yes | Unknown | [Go!](https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml) |
183 | Exchangeratesapi.io | Exchange rates API with currency conversion | No | Yes | Yes | [Go!](https://exchangeratesapi.io) |
183 184 | Fixer.io | Exchange rates and currency conversion | No | Yes | Unknown | [Go!](http://fixer.io) | | Fixer.io | Exchange rates and currency conversion | No | Yes | Unknown | [Go!](http://fixer.io) |
184 185 | LabStack | Accurate and reliable live currency exchange rates for over 150 symbols | `apiKey` | Yes | Yes | [Go!](https://labstack.com/docs/api/currency) | | LabStack | Accurate and reliable live currency exchange rates for over 150 symbols | `apiKey` | Yes | Yes | [Go!](https://labstack.com/docs/api/currency) |
185 186
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