CodePulse API – GitHub Repository License Lookup is a paid API for AI agents from codepulse-api.hahavoid0.workers.dev, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Looks up the open-source license (e.g. MIT, Apache-2.0) for a given GitHub repository by owner/name slug.
Scrapes and parses repository license configurations from GitHub.
Returns a JSON object containing the detected license identifier (e.g. 'MIT', 'Apache-2.0'), a confidence level (e.g. 'high'), the date the data was collected (e.g. '2026-06'), any warnings, a boolean indicating whether the repo is supported, and a disclaimer noting the result is informational only and not legal advice.
POSThttps://codepulse-api.hahavoid0.workers.dev/registry/github/licenseUse this endpoint when you need a fast, pay-per-call license lookup for a specific GitHub repository without setting up OAuth or a GitHub API key. Ideal for AI agents doing automated dependency audits, OSS compliance checks, or legal due diligence pipelines where USDC micropayments via x402 are acceptable. Prefer this over GitHub's native API when you want a no-auth, agent-friendly interface with a structured confidence score and disclaimer built in.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"result": {
"license": "MIT"
},
"warnings": [],
"supported": true,
"confidence": "high",
"data_as_of": "2026-06",
"disclaimer": "Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting."
}
}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"