---
title: "GET /children/{sha1}/{count}/{cursor}"
method: GET
path: "/children/{sha1}/{count}/{cursor}"
tags: ["default"]
---

# GET /children/{sha1}/{count}/{cursor}

`GET /children/{sha1}/{count}/{cursor}`

Return children from a given SHA1.  A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over. The starting cursor is 0.

## Response `200`

Success

## Other responses

- `400` — SHA1 value incorrect, expecting a SHA1 value in hex format
- `404` — The SHA1 value has no known child.

---

[API](https://skmtc.net/circl/apis/hashlookup-circl-api.md) · [All operations](https://skmtc.net/circl/apis/hashlookup-circl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circl/hashlookup-circl-api/versions/4094c80be8b5/schema)
