日本の官公需(入札)案件の応募要件を構造化JSONで返す: 応募資格、全省庁統一資格の等級、必須認証、提出書類一覧、締切、入札方式。Structured bid...
https://5.75.142.199.sslip.io/paid/requirements/Z292L2phZWFfZ28vMjAyNi8yMDI2MDYzMF8wNTA0NAo%3DOverview
日本の官公需(入札)案件の応募要件を構造化JSONで返す: 応募資格、全省庁統一資格の等級、必須認証、提出書類一覧、締切、入札方式。Structured bidding requirements for a Japanese government tender (qualifications, rank, documents, deadlines).
Protocol
x402
Price
$0.02
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
5
Source
bazaar
Indexed
2026-07-03 19:14:44
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"type": "http"
}
Output Schema
{
"additionalProperties": false,
"properties": {
"bid_method": {
"description": "入札方式(一般競争入札等)",
"type": [
"string",
"null"
]
},
"contact": {
"description": "問い合わせ先",
"type": [
"string",
"null"
]
},
"deadlines": {
"items": {
"additionalProperties": false,
"properties": {
"label": {
"description": "何の期限か(入札書提出、質問受付等)",
"type": "string"
},
"value": {
"description": "日時(原文表記)",
"type": "string"
}
},
"required": [
"label",
"value"
],
"type": "object"
},
"type": "array"
},
"performance_period": {
"description": "履行期間(原文表記のまま)",
"type": [
"string",
"null"
]
},
"qualifications": {
"description": "応募資格・参加資格の要件一覧(全省庁統一資格の等級・地域要件を含む)",
"items": {
"type": "string"
},
"type": "array"
},
"required_certifications": {
"description": "必須認証(ISO27001, ISMS, プライバシーマーク等)",
"items": {
"type": "string"
},
"type": "array"
},
"required_documents": {
"description": "提出書類一覧",
"items": {
"type": "string"
},
"type": "array"
},
"unified_qualification_rank": {
"description": "全省庁統一資格の等級要件(例: 'A,B,C' )。なければnull",
"type": [
"string",
"null"
]
}
},
"required": [
"qualifications",
"unified_qualification_rank",
"required_certifications",
"required_documents",
"performance_period",
"deadlines",
"contact",
"bid_method"
],
"type": "object"
}