diff --git a/New_APIs/FoodPix_API/README.md b/New_APIs/FoodPix_API/README.md
new file mode 100644
index 0000000..9a0bef3
--- /dev/null
+++ b/New_APIs/FoodPix_API/README.md
@@ -0,0 +1,21 @@
+# FoodPix API
+
+**FoodPix API** provides high-quality images of various foods based on user queries. It’s ideal for visual food discovery and enhancing content with appealing food imagery.
+
+## Features
+
+- **High-Quality Food Images**: Access vibrant, high-resolution images.
+- **Food Discovery**: Search for images by food type or category.
+- **Instant Results**: Quickly retrieve images with minimal latency.
+
+## Usage
+
+1. **Endpoint**: `GET /images`
+2. **Parameters**:
+ - `query` (string): The type of food you want to search for.
+3. **Response**:
+ - Returns an array of image URLs related to the food query.
+
+## Demo Video
+
+[FoodPix_API_demo.webm](https://github.com/user-attachments/assets/1fbcc77b-619d-4299-bfb3-9a973bfe8017)
diff --git a/New_APIs/FoodPix_API/assets/FoodPix_API_demo.webm b/New_APIs/FoodPix_API/assets/FoodPix_API_demo.webm
new file mode 100644
index 0000000..f660bf6
Binary files /dev/null and b/New_APIs/FoodPix_API/assets/FoodPix_API_demo.webm differ
diff --git a/New_APIs/FoodPix_API/assets/preview.png b/New_APIs/FoodPix_API/assets/preview.png
new file mode 100644
index 0000000..da01a53
Binary files /dev/null and b/New_APIs/FoodPix_API/assets/preview.png differ
diff --git a/New_APIs/FoodPix_API/index.html b/New_APIs/FoodPix_API/index.html
new file mode 100644
index 0000000..820a64b
--- /dev/null
+++ b/New_APIs/FoodPix_API/index.html
@@ -0,0 +1,58 @@
+
+
+
`;
+ }
+ })
+ div.innerHTML = mealInfo;
+ result.appendChild(div);
+ });
+ result.innerHTML = null;
+}
diff --git a/New_APIs/README.md b/New_APIs/README.md
index 015aa72..aa8494b 100644
--- a/New_APIs/README.md
+++ b/New_APIs/README.md
@@ -22,6 +22,7 @@
|[Temperature_API](./Temperature_API/)| Real-time global temperature data via HTTP requests from reliable weather sources
|[Cryptocurrency_API](./Cryptocurrency_API/)|This demonstrates how a convert Cryptocurrency and spefic currency to dollars only|
|[Weather_Forecast_API](./Weather_Forecast_API/)|This demonstrates we can know weather report via api and spefic locactions only|
+|[FoodPix_API](./FoodPix_API/)|Your gateway to high-quality food images for any culinary inspiration.|