Git Changelog Generator
Git Changelog Generator: Diff git commits and generate a structured breaking-change changelog. Provide repository_url, base_commit, and optional target_commit. Pay per call in USDC on Base via x402 — POST https://x402.freeq.one/tools/changelog_git.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
900 msmedian answer time
$0.005listed price per call
$0.005price 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://x402.freeq.one/tools/changelog_git
| Category | Code and developer |
|---|---|
| Provider host | x402.freeq.one |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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.005 | 900 ms |
Example input (from the provider)
{
"body": {
"base_commit": "04bb13b6c5a17b8c07aaac20a9ea4b1cbafa0e0d",
"repository_url": "https://github.com/expressjs/express",
"target_commit": "v4.21.2"
},
"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": {
"description": "JSON request body. See GET /tools for the parameter catalog.",
"properties": {
"base_commit": {
"description": "Base commit SHA",
"example": "04bb13b6c5a17b8c07aaac20a9ea4b1cbafa0e0d",
"type": "string"
},
"repository_url": {
"description": "Git repo URL (https)",
"example": "https://github.com/expressjs/express",
"type": "string"
},
"target_commit": {
"description": "Head commit SHA (optional, defaults to repo HEAD)",
"example": "v4.21.2",
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"description": {
"type": "string"
},
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"mcpServerUrl": {
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"toolName": {
"type": "string"
},
"transport": {
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"result": {
"description": "Tool output (JSON)"
}
},
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}