diff --git a/Existing_API_Collection/NasaAPI/README.md b/Existing_API_Collection/NasaAPI/README.md
new file mode 100644
index 0000000..253369d
--- /dev/null
+++ b/Existing_API_Collection/NasaAPI/README.md
@@ -0,0 +1,21 @@
+NASA APOD(Astronomy Picture of The Day) API:
+-The APOD API provides access to the Astronomy Picture of the Day, which showcases a different astronomical image or photograph each day along with a brief explanation written by a professional astronomer.
+
+Future Scope:
+-Enhance the API with additional educational content, such as interactive lessons, quizzes, and facts related to each APOD image.
+- Implement AI algorithms to provide personalized content recommendations based on users' interests and viewing history.
+
+Implementation:
+-The JavaScript code fetch response from api and cache is used for fast access,store it in list for later accessing previous and next APOD image and information.
+
+Tech Stacks used:
+ - HTML (frontend)
+ - CSS (styling)
+ - Javascript (API Implementation)
+
+Output :
+![Output](image-1.png)
+
+
+Reference:
+https://api.nasa.gov/
diff --git a/Existing_API_Collection/NasaAPI/image-1.png b/Existing_API_Collection/NasaAPI/image-1.png
new file mode 100644
index 0000000..4fc7129
Binary files /dev/null and b/Existing_API_Collection/NasaAPI/image-1.png differ
diff --git a/Existing_API_Collection/NasaAPI/index.html b/Existing_API_Collection/NasaAPI/index.html
new file mode 100644
index 0000000..d75a8b5
--- /dev/null
+++ b/Existing_API_Collection/NasaAPI/index.html
@@ -0,0 +1,30 @@
+
+
+