# How To Use owner\_project In The growthepie API

Use `owner_project` as the canonical project identifier in growthepie app-level endpoints. Start with `labels/projects.json` for the full metadata universe, then use `labels/projects_filtered.json` to find which `owner_project` values have actual datapoints and app-detail coverage.

## Explore It Live

* Live platform: <https://www.growthepie.com/>

## API Paths

* Full metadata: `https://api.growthepie.com/v1/labels/projects.json`
* Filtered subset: `https://api.growthepie.com/v1/labels/projects_filtered.json`
* App detail: `https://api.growthepie.com/v1/apps/details/uniswap.json`

## Example Request

```bash
curl -s https://api.growthepie.com/v1/labels/projects_filtered.json
```

## Caveats

* `owner_project` is not the same thing as `origin_key`.
* Not every `owner_project` in `projects.json` has an app-detail endpoint.

## Related Pages

* [What Is owner\_project?](/core-concepts/what-is-owner-project.md)
* [How To Use projects\_filtered.json](/use-cases/use-cases/how-to-use-projects-filtered-json.md)


---

# 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.growthepie.com/use-cases/use-cases/how-to-use-owner-project-in-the-growthepie-api.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.
