URL Scheme for child screentime profile

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:

  1. ⁠Sign into iCloud .com on desktop.
  2. ⁠Open Dev Tools → Network and refresh the page.
  3. ⁠Filter/search for a request to a url with this text: “getFamilyDetails”
  4. ⁠Examine the JSON response body for familyMembers[ ].dsid and 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