# Korean Government Procurement Award Results Stream

> Korean Government Procurement Award Results Stream is a paid API for AI agents from dartapi.ljaysk.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a cursor-based delta feed of Korean government procurement contract award results, including winner, amount, and bid notice reference.

## Facts

- Endpoint: GET https://dartapi.ljaysk.com/v1/awards
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korean-government-procurement-award-results-stream-05585580
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gm_u57NswjP46hpr1cNSN

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability korean-government-procurement-award-results-stream-05585580
```

Example prompt: Pull the latest batch of Korean government procurement contract award results — give me the newest awards since cursor 9000, showing who won each contract and for how much.

## When to prefer this

Use this endpoint when you need a real-time or near-real-time delta feed of Korean government contract award outcomes — specifically to monitor who won which contracts and at what price. Prefer this over the company-specific award history endpoint when you want a broad market feed rather than one company's history, and over bid-notice endpoints when you need post-award confirmation rather than pre-award signals.

## Known failure modes

- Invalid or stale cursor returns an error or empty result set
- Missing payment header results in 402 Payment Required
- Rate limiting if called too frequently without valid x402 payment
- Empty awards array when no new awards exist since provided cursor
- Service unavailability if upstream Korean G2B data source is down

## How this service works

Korean government procurement award results (who won which contract, at what amount), cursor-based delta.

## Output

Returns a JSON object with a count of awards, an array of award records (each with title, winning company name, award datetime, bid notice number, and award amount in KRW), and a cursor value for fetching the next delta page.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "count": 1,
  "awards": [
   {
    "title": "청사 경비용역",
    "winner": "OO시큐리티(주)",
    "award_dt": "2026-07-21 14:00",
    "bid_ntce_no": "20260701000456",
    "award_amount_krw": 210000000
   }
  ],
  "cursor": 9012
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-government-procurement-award-results-stream-05585580/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dartapi.ljaysk.com](https://www.zero.xyz/host/dartapi.ljaysk.com/llms.txt)
