# API Info

Info about various API's from our own to other organizations.

# FullBuff API/Dataset

# Dolthub

### FullBuff currently uses Dolthub to store its datasets for easy collaboration and api access. Find our databases here:  
[https://www.dolthub.com/organizations/fullbuff](https://www.dolthub.com/organizations/fullbuff)  
  
  
Here is a quick intro to using Dolthub for your projects:  
  
<iframe allowfullscreen="allowfullscreen" height="415" src="https://www.youtube.com/embed/beGVUFeo7Fk" style="width: 740px; height: 415px;" width="740"></iframe>

# ETF2L

https://etf2l.org/#

# v2 API

### It seems ETF2L's v2 api docs dont actually exist, and they want you to just use the v1 docs for the most part.   
No idea what they are doing over there, we will probably add our own abstraction on top of theirs if we run into issues with it  
  
v2: [https://api-v2.etf2l.org/#](https://api-v2.etf2l.org/)  
v1: [https://api.etf2l.org/](https://api.etf2l.org/)  
  
From some initial testing, it looks to be leagues better than RGL's, things like getting all seasons is super easy, and even returns them in descending order with the latest seasons coming first.