# GovSpendPulse Development Bank & Multilateral Tender Intelligence

> GovSpendPulse Development Bank & Multilateral Tender Intelligence is a paid API for AI agents from govspendpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Retrieves international development bank procurement opportunities and multilateral tender intelligence from World Bank, ADB, AfDB, and the UN system (UNGM), covering $200B+ in annual procurement across 100+ countries.

## Facts

- Endpoint: GET https://govspendpulse.theaslangroupllc.com/api/govspend/development-bank
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govspendpulse-development-bank-multilateral-tender-intelligence-4738f310
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZBr6o46DJ1AIejX5u_rHl

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 govspendpulse-development-bank-multilateral-tender-intelligence-4738f310
```

Example prompt: Can you search for active World Bank and AfDB procurement opportunities in the infrastructure and civil works sector across Sub-Saharan Africa, and include vendor registration guidance for our company?

## When to prefer this

Use this endpoint when the target procurement opportunity is from a multilateral development bank (World Bank, ADB, AfDB) or the UN system (UNGM), rather than a national government. Prefer this over the global government tender search endpoint specifically when the funding source is a development bank or when vendor registration with multilateral institutions is required. Best for international business development teams pursuing ODA-funded or MDB-financed projects across developing markets.

## Known failure modes

- No tenders found for specified sector or country — returns empty result set
- Invalid or unsupported development bank filter — returns 400 with list of supported institutions
- Query too broad — may return truncated results with pagination token
- Upstream development bank data source unavailable — returns 503 with retry guidance
- Payment not processed — returns 402 requiring USDC payment via x402 protocol

## How this service works

International development-bank procurement and multilateral tender intelligence. Covers World Bank, ADB, AfDB, and the UN system (UNGM): $200B+ in annual multilateral procurement across 100+ countries, with a vendor registration guide — for business-development and international-sourcing agents.

## Output

A structured intelligence report containing active multilateral tender notices, procurement opportunities, and contract awards from World Bank, ADB, AfDB, and UNGM; filtered by country, sector, or keyword; plus vendor registration guidance for qualifying and bidding on development bank contracts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | pt | ar | zh | hi (default: en)"
      },
      "country": {
       "type": "string",
       "description": "optional borrower country — e.g. \"Nigeria\" | \"Bangladesh\" | \"Indonesia\" | \"Egypt\""
      },
      "keyword": {
       "type": "string",
       "description": "sector or service — e.g. \"health systems\" | \"road construction\" | \"education\" | \"water sanitation\" | \"digital government\""
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "world_bank": {
   "top_sectors": [
    "Health",
    "Nutrition",
    "Primary Care"
   ],
   "active_projects": [
    {
     "name": "Nigeria Primary Health Care Strengthening",
     "sector": "Health",
     "status": "Active",
     "country": "Nigeria",
     "project_id": "P178234",
     "procurement_url": "https://projects.worldbank.org/procurement",
     "total_value_usd": 120000000
    }
   ],
   "total_pipeline_usd": 450000000
  },
  "query_summary": {
   "as_of": "2026-06-07",
   "keyword": "health systems",
   "sources_queried": [
    "World Bank",
    "ADB",
    "AfDB",
    "UNGM"
   ]
  },
  "registration_guide": {
   "adb": "Register at procurement.adb.org — separate registration for consulting and goods/works",
   "afdb": "Register in DACON (Database of Consultants) at afdb.org/dacon",
   "ungm": "Register at ungm.org — single registration accesses 30+ UN agencies",
   "world_bank": "Register at eConsultant2.worldbank.org for consulting assignments; STEP system for goods/works procurement through borrower government"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govspendpulse-development-bank-multilateral-tender-intelligence-4738f310/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from govspendpulse.theaslangroupllc.com](https://www.zero.xyz/host/govspendpulse.theaslangroupllc.com/llms.txt)
