Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This is an attempt to categorise different APIs scoured from the web which make
- [Content] (#content)
- [Data Science] (#data-science)
- [Dictionary] (#dictionary)
- [Emmissions] (#emmissions)
- [File Storage and Manipulation] (#file-storage-and-manipulation)
- [Fitness] (#fitness)
- [Google] (#google)
Expand Down Expand Up @@ -129,6 +130,10 @@ APIs
- [Glosbe API](https://glosbe.com/a-api) - Dictionary API and Translation Memory API description.
- [DictService](http://services.aonaware.com/DictService/DictService.asmx) - This Web Service allows you to access dictionary definitions from the dict.org service.

### Emmissions
- [Companies taking action](https://ditchcarbon.com/free-sbti-api-access/) - API access to the "companies taking action" list from SBTI.
- [DitchCarbon API](https://docs.ditchcarbon.com/) - DitchCarbon provides API access to their dataset of company and product carbon emissions disclosures, also includes reccommended actions for each company to decarbonise. 💸

### File Storage and Manipulation
- [Dropbox] (https://www.dropbox.com/developers) - API for accessing stored files and pictures which is easy to use and free for small amounts of data.
- [Amazon S3] (https://aws.amazon.com/de/documentation/s3/) - API that provides access to stored files and can be added easily to any service - and it's free for twelve months.
Expand Down