diff --git a/Existing_API_Collection/GiphyAPI/README.md b/Existing_API_Collection/GiphyAPI/README.md
new file mode 100644
index 0000000..798f8d9
--- /dev/null
+++ b/Existing_API_Collection/GiphyAPI/README.md
@@ -0,0 +1,21 @@
+GIPHY API:
+-This API allows developers to integrate Giphy's vast library of GIFs into their own applications, websites, and services.
+-Each GIF in the Giphy library comes with rich metadata, including titles, tags, source URLs, and user information.
+
+Future Scope:
+-Future iterations of the Giphy API may support more interactive GIFs that allow users to interact with elements within the GIF itself.
+- Developers may have access to more detailed analytics and insights related to the usage of GIFs through the API.
+
+Implementation:
+-The JavaScript code contains an HTTP request to the GIPHY API's and authenticated api key, it fetches list of gifs from api and show it to users with downloading it functionality.
+
+Tech Stacks used:
+ - HTML (frontend)
+ - CSS (styling)
+ - Javascript (API Implementation)
+
+Output :
+![Output](image.png)
+
+Reference:
+https://developers.giphy.com/dashboard/
\ No newline at end of file
diff --git a/Existing_API_Collection/GiphyAPI/image.png b/Existing_API_Collection/GiphyAPI/image.png
new file mode 100644
index 0000000..bd0f701
Binary files /dev/null and b/Existing_API_Collection/GiphyAPI/image.png differ
diff --git a/Existing_API_Collection/GiphyAPI/index.html b/Existing_API_Collection/GiphyAPI/index.html
new file mode 100644
index 0000000..d0d455c
--- /dev/null
+++ b/Existing_API_Collection/GiphyAPI/index.html
@@ -0,0 +1,26 @@
+
+
+