Skip to content
scrapeatlas.Dashboard

Repository

Try in Playground

Retrieve repository identity, owner, stars, forks, subscribers, topics, license and feature flags. Choose native, normalized or camelCase fields with format.

GET/v1/github/repositoryx-api-key
x-api-keystringrequiredheader

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

Query parameters
2
urlstringrequiredquery

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

max 2048 chars

Examplehttps://github.com/example/repo
formatenumquery

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

one of: native, normalized, camelCase

Response fields
62
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.

repository.idinteger

Always included.

≥ 0

repository.node_idstring

Always included.

repository.namestring

Always included.

repository.full_namestring

Always included.

Always included.

repository.owner.idinteger

Always included.

≥ 0

repository.owner.loginstring

Always included.

repository.owner.avatar_urlstring

Always included.

absolute HTTPS URL

repository.owner.urlstring

Always included.

absolute HTTPS URL

repository.owner.typestring

Always included.

repository.privateboolean

Always included.

repository.descriptionstringnullable

Always included.

repository.forkboolean

Always included.

repository.homepagestringnullable

Always included.

repository.languagestringnullable

Always included.

repository.forks_countinteger

Always included.

≥ 0

repository.watchers_countinteger

Always included.

≥ 0

repository.sizeinteger

Always included.

≥ 0

repository.default_branchstring

Always included.

repository.open_issues_countinteger

Always included.

≥ 0

repository.topicsstring[]

Always included.

Always included.

repository.license.keystring

Always included.

repository.license.namestring

Always included.

repository.license.spdx_idstringnullable

Always included.

repository.archivedboolean

Always included.

repository.disabledboolean

Always included.

repository.visibilitystring

Always included.

repository.pushed_atstringnullable

Always included.

repository.created_atstring

Always included.

repository.updated_atstring

Always included.

repository.urlstring

Always included.

absolute HTTPS URL

repository.stars_countinteger

Always included.

≥ 0

repository.subscriberCountintegernullableoptional

Optional.

repository.networkCountintegernullableoptional

Optional.

repository.hasIssuesbooleannullableoptional

Optional.

repository.hasDiscussionsbooleannullableoptional

Optional.

repository.hasWikibooleannullableoptional

Optional.

repository.hasPagesbooleannullableoptional

Optional.

repository.isTemplatebooleannullableoptional

Optional.

Optional.

repository.parentRepository.fullNamestring

Always included.

repository.parentRepository.urlstring

Always included.

absolute HTTPS URL

Optional.

repository.sourceRepository.fullNamestring

Always included.

repository.sourceRepository.urlstring

Always included.

absolute HTTPS URL

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.