# Product Data (Open Data)

For the `/get_products_open_api` endpoint in the 2050 Materials API, the following filter options and output fields are included

#### Filter Options

Filter options are the same as for the [/get\_products](/readme/using-the-2050-materials-api/available-endpoints/product-data-full.md) endpoint.

#### Output Fields

1. **name**: The name of the product.
2. **company**: The name of the company manufacturing the product.
3. **product\_type**: The type of product.
4. **material\_type**: The type of material used in the product.
5. **manufacturing\_location**: The location where the product is manufactured.
6. **country**: The country of the manufacturing location.
7. **city**: The city of the manufacturing location.
8. **manufacturing\_continent**: The continent of the manufacturing location.
9. **product\_url**: The URL of the product.
10. **material\_facts**: A dictionary containing:
    1. **declared\_unit**: This field likely represents the unit in which material facts are declared, providing a standardized measure for comparisons or calculations.
    2. **manufacturing**: This field likely contains information related to the manufacturing phase of the product's lifecycle. It could include data such as the carbon emissions (CO2e) associated with the manufacturing process, but the exact details depend on the data structure of the `MaterialFact` model.

### Rate limits

The open API has a rate limit of 100 calls per hour. For unlimited rate calls and the full product data, please use the [get\_products](/readme/using-the-2050-materials-api/available-endpoints/product-data-full.md) endpoint. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2050-materials.com/readme/using-the-2050-materials-api/available-endpoints/product-data-open-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
