How To Use owner_project In The growthepie API

Use owner_project correctly in growthepie project coverage and app-detail endpoints.

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

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

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.

Last updated