Log In | Sign Up

FAQ

What is an API?

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


What does Mega Nap do for me?

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.


What will I get from Mega Nap after adding my data?

You will receive endpoints - unique URIs - that you can use to fetch your data from.


I want to make a more complicated API.

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.