Fetch public metadata for any GitHub repository — stars, forks, open issues, lan
Fetch public metadata for any GitHub repository — stars, forks, open issues, language breakdown, license, contributors, last commit date, topics, and an activity/health score — so agents can evaluate dependencies, research projects, and assess open source health without the GitHub API complexity. Pass repo as ?repo=owner/repo (GET) or {"repo":"owner/repo"} (POST).
Answeringour last check, 2026-09-24
1 of 1checks answered this week
937 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://netintel.dev/github-intel/analyze
| Category | Search and research |
|---|---|
| Provider host | netintel.dev |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 937 ms |
Example input (from the provider)
{
"body": {
"repo": "expressjs/express"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"repo": {
"description": "GitHub repository in owner/repo format or full GitHub URL",
"type": "string"
}
},
"required": [
"repo"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"contributor_count": {
"type": "number"
},
"created_at": {
"type": "string"
},
"days_since_last_push": {
"type": "number"
},
"default_branch": {
"type": "string"
},
"description": {
"type": [
"string",
"null"
]
},
"findings": {
"type": "array"
},
"forks": {
"type": "number"
},
"grade": {
"type": "string"
},
"homepage": {
"type": [
"string",
"null"
]
},
"is_archived": {
"type": "boolean"
},
"is_fork": {
"type": "boolean"
},
"languages": {
"description": "Language \u2192 bytes breakdown",
"type": "object"
},
"last_pushed_at": {
"type": "string"
},
"latest_release": {
"type": [
"string",
"null"
]
},
"latest_release_date": {
"type": [
"string",
"null"
]
},
"license": {
"type": [
"string",
"null"
]
},
"license_spdx": {
"type": [
"string",
"null"
]
},
"open_issues": {
"type": "number"
},
"parent_repo": {
"type": [
"string",
"null"
]
},
"primary_language": {
"type": [
"string",
"null"
]
},
"repo": {
"type": "string"
},
"score": {
"type": "number"
},
"stars": {
"type": "number"
},
"topics": {
"type": "array"
},
"url": {
"type": "string"
},
"watchers": {
"type": "number"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}