How To Use projects_filtered.json

Use projects_filtered.json to find which projects have real datapoints and app-detail coverage.

Use labels/projects_filtered.json when you need the subset of projects that have actual datapoints such as txcount. This is the correct discovery source for apps/details/{owner_project}.json.

Explore It Live

API Path

  • https://api.growthepie.com/v1/labels/projects_filtered.json

Example Request

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

Why It Matters

  • projects.json includes all projects with metadata

  • projects_filtered.json includes only projects with real datapoints

  • app-detail endpoints are only available for owner_project values in projects_filtered.json

Real Task Example

Last updated