{"id":49015271,"url":"https://github.com/softkitit/strapi-plugin-deep-populate","last_synced_at":"2026-04-19T01:40:13.972Z","repository":{"id":341232856,"uuid":"1169404986","full_name":"softkitit/strapi-plugin-deep-populate","owner":"softkitit","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-13T23:54:12.000Z","size":88,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T01:39:49.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softkitit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-28T16:33:22.000Z","updated_at":"2026-02-28T16:52:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/softkitit/strapi-plugin-deep-populate","commit_stats":null,"previous_names":["softkitit/strapi-plugin-deep-populate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softkitit/strapi-plugin-deep-populate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Fstrapi-plugin-deep-populate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Fstrapi-plugin-deep-populate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Fstrapi-plugin-deep-populate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Fstrapi-plugin-deep-populate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softkitit","download_url":"https://codeload.github.com/softkitit/strapi-plugin-deep-populate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softkitit%2Fstrapi-plugin-deep-populate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-19T01:40:13.314Z","updated_at":"2026-04-19T01:40:13.959Z","avatar_url":"https://github.com/softkitit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @softkit/strapi-plugin-populate-deep\nThis plugin allows for easier population of deep content structures using the rest API.\n\n# Installation\n\n`pnpm add @softkit/strapi-plugin-populate-deep`\n\n\n# Usages\n\n## Examples\n\nPopulate a request with the default max depth.\n\n`/api/articles?populate=deep`\n\nPopulate a request with the a custom depth\n\n`/api/articles?populate=deep,10`\n\nPopulate a request with the a custom depth\n\n`/api/articles/1?populate=deep,10`\n\n## Good to know\n\nThe default max depth is 5 levels deep.\n\nThe populate deep option is available for all collections and single types using the findOne and findMany methods.\n\n# Configuration\n\nThe default depth can be customized via the plugin config. To do so create or edit you plugins.js file.\n\n## Example configuration\n\n`config/plugins.js`\n\n```\nmodule.exports = ({ env }) =\u003e ({\n  '@softkit/strapi-plugin-populate-deep': {\n    config: {\n      defaultDepth: 3, // Default is 5\n    }\n  },\n});\n```\n\n# Contributions\nThe original idea for getting the populate structure was created by [tomnovotny7](https://github.com/tomnovotny7) and can be found in [this](https://github.com/strapi/strapi/issues/11836) github thread\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftkitit%2Fstrapi-plugin-deep-populate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftkitit%2Fstrapi-plugin-deep-populate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftkitit%2Fstrapi-plugin-deep-populate/lists"}