API stands for Application Programming Interface. Mega Nap specifically deals with web APIs. The specifics of APIs are out of the scope of this FAQ, but we encourage you to learn more about them here: MDN - APIs
Mega Nap is an easy way to create a RESTful API without manually coding it. If you are a coding newbie learning about fetching, it can be really difficult to find a simple API with fun information to use. Our boredom of the Pokemon API is what inspired this project! But, this tool is also really useful for front end developers that need to prototype as well.
You will receive endpoints - unique URIs - that you can use to fetch your data from.
We kept this tool simple, but hope it inspires you to move forward and improve your code! There are tons of great tutorials out there if you want to dive into creating your own API.