This has been asked alot on various places and here it is. You can navigate directly to a child’s screen time profile with this URL:
prefs:root=SCREEN_TIME&path=CHILD_[DSID]
Note, you will need to replace [DSID] with your child’s unique DSID number. Apple exposes DSID’s in network responses on iCloud .com. To obtain:
- Sign into iCloud .com on desktop.
- Open Dev Tools → Network and refresh the page.
- Filter/search for a request to a url with this text: “getFamilyDetails”
- Examine the JSON response body for
familyMembers[ ].dsidand there you have it.
Obviously you will want to make sure you are grabbing the correct family members DSID’s so examine the JSON response carefully.
Edit:
I made a shortcut that will obtain your child’s DSID for you. https://browse.shortcuty.app/shortcut/ca11059e-2b64-4340-887b-7fe27b2f1b66