Many-Api is essentially a gathering of multiple RESTful Api's which can be used by all.
For the documentation and the usage of these api's, check it out here
Implementation is here
Currently it has
- ATLA Quotes
- Jokes
- Donald Trump Tweets from 8/12/20
- Coronavirus Data from Our World in Data -> Deprecated
- Coronavirus Graphical Data -> Deprecated
- Marvel Cinematic Universe Quotes
- Pokemon Stats
- Garfield Comic Strips
We are always looking to add more api's!
Due to the file storing the data exceeding over Github's 100mb limit, this api path is currently turned off. Although LFS may be a potential option in the future
Please note that all documentation can be found in the examples/
folder. If you would like to contribute to the docuementation in a different language, please do so by submitting a pull request
- Commenting the code base and making it more readable overall
- Editing the documentation and perhaps providing more examples
- Edit the Pokémon scraping script to make it more efficient
- Updating valid paths and documenting them
Let me know so we can add that. Please do so by creating an issue with the Feature Request
template so we can add it
If you would like to help, submit a pull request and edit the .csv files located in the data/csv/
directory, since that will then update the corresponding json file
- project-name (repo (if applicable) ): description
Pull requests adding more projects to this list are welcome, just a few rules:
- Make sure the project cites this repo as an api source (with a link)
- Follow this order
- [project-name](your-project-url) ([repo ](repo-url)): description
- Try not to add extra blank lines, it breaks the formatting