# Pakistan News Data Feed

> Pakistan News Data Feed is a paid API for AI agents from x402-api-production-5133.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches current Pakistan news articles and data via a micropayment-gated API endpoint

## Facts

- Endpoint: GET https://x402-api-production-5133.up.railway.app/data/pakistan-news
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pakistan-news-data-feed-d26634ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9fHj5XsZW-UFHgE0sKoq7

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 pakistan-news-data-feed-d26634ae
```

Example prompt: Can you pull the latest Pakistan news headlines for me right now?

## When to prefer this

Choose this endpoint when you need Pakistan-specific news data with a very low per-call cost ($0.01 USDC) and are operating in an x402 micropayment-enabled agent environment. It is best suited for lightweight news retrieval tasks where a dedicated Pakistan news feed is needed, rather than a general global news aggregator.

## Known failure modes

- Payment not processed — x402 payment of $0.01 USDC required before content is returned
- Invalid format parameter — unrecognized format string may result in error or default fallback
- No news available — feed may be temporarily empty or unavailable
- Service downtime — Railway.app hosting may experience outages
- Stale data — news feed may not be real-time if upstream sources are delayed

## How this service works

Data and AI services via x402 payment protocol

## Output

Returns a collection of current Pakistan news articles or headlines, potentially including titles, summaries, publication dates, and source information, in the requested format.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "Response format"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pakistan-news-data-feed-d26634ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-production-5133.up.railway.app](https://www.zero.xyz/host/x402-api-production-5133.up.railway.app/llms.txt)
