> For the complete documentation index, see [llms.txt](https://docs.growthepie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.growthepie.com/use-cases/use-cases/how-to-use-owner-project-in-the-growthepie-api.md).

# 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)
