diff --git a/New_APIs/Carbon Footprint API/Readme.md b/New_APIs/Carbon Footprint API/Readme.md
new file mode 100644
index 0000000..b3dbcf1
--- /dev/null
+++ b/New_APIs/Carbon Footprint API/Readme.md
@@ -0,0 +1,61 @@
+# 🌍 Carbon Footprint API
+
+## Overview
+
+The **Carbon Footprint API** provides data on carbon emissions for various activities, helping users calculate and track their environmental impact. This API is designed to support applications that aim to raise awareness about environmental issues, promote sustainability, and help users reduce their carbon footprint.
+
+## Features
+
+- **Emissions Data**: Access detailed carbon emissions data for a wide range of activities, such as transportation, energy usage, and waste management.
+- **Custom Calculations**: Calculate carbon footprints for specific activities based on user input.
+- **Tracking & Reporting**: Track and report on users' carbon emissions over time, providing insights into their environmental impact.
+- **Data Export**: Export carbon footprint data for further analysis or reporting purposes.
+
+## Getting Started
+
+### Prerequisites
+
+- **API Key**: You will need an API key to access the Carbon Footprint API. You can request an API key by [signing up](#) on our website.
+
+### Installation
+
+To use the Carbon Footprint API, you can install it via npm (if you are building a Node.js application):
+
+```bash
+npm install
+```
+## API Endpoints
+
+### 1. Get Emissions Data
+
+Retrieve carbon emissions data for a specific activity.
+
+**Endpoint**: `/api/v1/emissions`
+
+**Method**: `GET`
+
+**Parameters**:
+
+- `activity`: The type of activity (e.g., `transportation`, `energy`, `waste`).
+- `value`: The value associated with the activity (e.g., miles driven, kWh of electricity used).
+
+**Example Request**:
+
+```bash
+GET /api/v1/emissions?activity=transportation&value=100
+```
+
+## Contributing
+
+We welcome contributions to the Carbon Footprint API! If you'd like to contribute, please follow these steps:
+
+1. Fork the repository.
+2. Create a new branch (`git checkout -b feature/your-feature`).
+3. Make your changes.
+4. Commit your changes (`git commit -am 'Add new feature'`).
+5. Push to the branch (`git push origin feature/your-feature`).
+6. Create a new Pull Request.
+
+
+## Contributor
+### Sree Vidya
diff --git a/New_APIs/Carbon Footprint API/index.html b/New_APIs/Carbon Footprint API/index.html
new file mode 100644
index 0000000..4c708dd
--- /dev/null
+++ b/New_APIs/Carbon Footprint API/index.html
@@ -0,0 +1,37 @@
+
+
+