2s.io GitHub Repository Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.0012/call, status unknown (last checked 2026-09-13).
Look up metadata for a public GitHub repository by owner/name slug, returning stars, forks, language, license, topics, and timestamps.
Look up a public GitHub repository by "owner/name" slug. Returns full name, owner, description, homepage, default branch, primary language, topics, license (SPDX key + name), counts (stars / forks / watchers / open issues / subscribers / network), size, timestamps (created/updated/pushed), visibility, has-issues/projects/wiki/discussions flags. Unauthenticated GitHub access is rate-limited to 60 req/hour per server IP — returns 429 UPSTREAM_RATE_LIMIT when the bucket is empty.
Returns a JSON object with the repository's full name, owner, description, homepage URL, default branch, primary programming language, topics array, license (SPDX key and name), numeric counts (stars, forks, watchers, open issues, subscribers, network), size in KB, ISO timestamps (created, updated, pushed), visibility string, and boolean flags for issues/projects/wiki/discussions features. Returns 429 with UPSTREAM_RATE_LIMIT code if GitHub's unauthenticated rate limit (60 req/hour per server IP) is exhausted.
GEThttps://2s.io/api/code/repo-lookupUse this endpoint when you need structured metadata about a public GitHub repository without setting up your own GitHub API credentials or OAuth token. Ideal for agents that need quick one-off repo lookups (stars, language, license, topics) and can tolerate the shared rate limit of 60 requests/hour. Not suitable for high-volume batch lookups or private repository access.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"repo": "facebook/react"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"items": [
{
"repo": "react",
"size": 994209,
"owner": "react",
"isFork": false,
"topics": [
"declarative",
"frontend",
"javascript",
"library",
"react",
"ui"
],
"hasWiki": false,
"htmlUrl": "https://github.com/react/react",
"license": {
"key": "mit",
"name": "MIT License"
},
"fullName": "react/react",
"homepage": "https://react.dev",
"language": "JavaScript",
"pushedAt": "2026-06-11T22:44:35Z",
"createdAt": "2013-05-24T16:15:54Z",
"hasIssues": true,
"isPrivate": false,
"updatedAt": "2026-06-12T03:55:28Z",
"forksCount": 51053,
"isArchived": false,
"isDisabled": false,
"isTemplate": false,
"starsCount": 245768,
"visibility": "public",
"description": "The library for web and native user interfaces.",
"hasProjects": false,
"networkCount": 51053,
"defaultBranch": "main",
"watchersCount": 245768,
"hasDiscussions": false,
"openIssuesCount": 1286,
"subscribersCount": 6693
}
],
"total": 1,
"source": {
"url": "https://docs.github.com/en/rest",
"license": "Public registry metadata (GitHub Terms; 60 req/hr/IP unauthenticated).",
"provider": "GitHub REST API (unauthenticated)"
}
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "code.repo-lookup",
"settlement": {
"txHash": "0x4091737d699406fb5b9e16cf600b24f019efc1d090bce23e3f1b26dbb63b8fca",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"