← Back to directory

Structured bidding requirements for a Japanese government tender (kkj.go.jp): qu...

https://5.75.142.199.sslip.io/paid/requirements/latest

Overview

Structured bidding requirements for a Japanese government tender (kkj.go.jp): qualifications, unified qualification rank (A-D), required certifications, document checklist, deadlines, bid method — as validated JSON. Use path segment 'latest' for the newest tender, or find case keys for free at https://5.75.142.199.sslip.io/cases?limit=20 (field: key). Docs: https://5.75.142.199.sslip.io/llms.txt / 日本の官公需(入札)案件の応募要件を構造化JSONで返す。

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider 5
Source bazaar
Indexed 2026-07-03 23:14:36

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

{ "discovery": { "how_to_find_keys": "GET https://5.75.142.199.sslip.io/cases?limit=20 (free, no auth) -> items[].key", "zero_knowledge_option": "GET https://5.75.142.199.sslip.io/paid/requirements/latest" }, "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" }