Skip to content
scrapeatlas.Dashboard

User repositories

Try in Playground

List public repositories with owners, descriptions, stars, forks, topics, licenses and timestamps. Choose native, normalized or camelCase fields with format; paginate with cursor or page.

GET/v1/github/user/repositoriesx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
10
handlestringquery

GitHub handle, optionally beginning with @; 1–39 characters excluding @.

Exampleexample
urlstringquery

Canonical HTTPS github.com URL of the user, repository or issue required by this route.

max 2048 chars

cursorstringquery

One-based page cursor; activity cursors step backward by month.

pagestringquery

Native one-based API page, alternative to cursor.

limitstringquery

Page size 1–100, alternative to per_page.

per_pagestringquery

Native page size 1–100.

typeenumquery

Resource type selected by this operation.

one of: owner, all, member

sortenumquery

Search: issues use reactions/comments/created/updated; repositories use stars/forks/help-wanted-issues/updated; users use followers/repositories/joined. Repository lists use created/updated/pushed/full_name.

one of: created, updated, pushed, full_name

directionenumquery

Ascending or descending order.

one of: asc, desc

formatenumquery

Response projection: native (default), normalized or camelCase where listed.

one of: native, normalized, camelCase

Response fields
64
platformstringoptional

Optional.

endpointstringoptional

Optional.

successboolean

Whether retrieval returned usable data.

statusenum

success, partial, failed or challenged.

one of: success, partial

requestIdstring

Request correlation UUID.

sourceUrlstring

Public source URL.

absolute HTTPS URL

fetchedAtstring

UTC fetch time.

Completeness of this bounded response, not complete account enumeration.

coverage.sourceenum

Always included.

one of: public_api, public_html

coverage.completeboolean

Always included.

coverage.warningsstring[]

Always included.

Combined upstream attempts, decoded bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

Always included.

up to 100 items

repositories.idinteger

Always included.

≥ 0

repositories.node_idstring

Always included.

repositories.namestring

Always included.

repositories.full_namestring

Always included.

Always included.

repositories.owner.idinteger

Always included.

≥ 0

repositories.owner.loginstring

Always included.

repositories.owner.avatar_urlstring

Always included.

absolute HTTPS URL

repositories.owner.urlstring

Always included.

absolute HTTPS URL

repositories.owner.typestring

Always included.

repositories.privateboolean

Always included.

repositories.descriptionstringnullable

Always included.

repositories.forkboolean

Always included.

repositories.homepagestringnullable

Always included.

repositories.languagestringnullable

Always included.

repositories.forks_countinteger

Always included.

≥ 0

repositories.watchers_countinteger

Always included.

≥ 0

repositories.sizeinteger

Always included.

≥ 0

repositories.default_branchstring

Always included.

repositories.open_issues_countinteger

Always included.

≥ 0

repositories.topicsstring[]

Always included.

Always included.

repositories.license.keystring

Always included.

repositories.license.namestring

Always included.

repositories.license.spdx_idstringnullable

Always included.

repositories.archivedboolean

Always included.

repositories.disabledboolean

Always included.

repositories.visibilitystring

Always included.

repositories.pushed_atstringnullable

Always included.

repositories.created_atstring

Always included.

repositories.updated_atstring

Always included.

repositories.urlstring

Always included.

absolute HTTPS URL

repositories.stars_countinteger

Always included.

≥ 0

repositories.subscriberCountintegernullableoptional

Optional.

repositories.networkCountintegernullableoptional

Optional.

repositories.hasIssuesbooleannullableoptional

Optional.

repositories.hasDiscussionsbooleannullableoptional

Optional.

repositories.hasWikibooleannullableoptional

Optional.

repositories.hasPagesbooleannullableoptional

Optional.

repositories.isTemplatebooleannullableoptional

Optional.

Optional.

repositories.parentRepository.fullNamestring

Always included.

repositories.parentRepository.urlstring

Always included.

absolute HTTPS URL

Optional.

repositories.sourceRepository.fullNamestring

Always included.

repositories.sourceRepository.urlstring

Always included.

absolute HTTPS URL

cursorintegernullable

One-based page cursor; activity cursors step backward by month.

has_moreboolean

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
8
HTTPfailure.codeMeaning
400invalid_requestInvalid, duplicate or unsupported parameters.
401unauthorizedInvalid worker key.
404not_foundPublic source record unavailable; SocialFetch aliases return data.lookupStatus=not_found with HTTP 200.
429upstream_rate_limitedGitHub throttled retrieval.
502upstream_error upstream_challenged unsupported_pageSource retrieval failed or the source contract changed.
502unsafe_redirect response_too_large payload_too_complex request_limitA fixed safety or resource boundary was reached.
503busyAll worker slots are occupied.
504timeoutTotal deadline expired.