# TruthPulse International FOI Search

> TruthPulse International FOI Search is a paid API for AI agents from truthpulse-five.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Search for public records and find freedom of information request portals across 15+ countries including UK, Canada, Australia, Germany, France, Brazil, India, Japan, and the EU

## Facts

- Endpoint: GET https://truthpulse-five.vercel.app/api/truth/international-foia
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truthpulse-international-foi-search-4e8c5ec1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pOxnAlLMkBNS3YUYHpXIM

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 truthpulse-international-foi-search-4e8c5ec1
```

Example prompt: Can you search TruthPulse's international FOI database for any public records or freedom of information releases about pharmaceutical regulatory approvals in the UK, Canada, and Australia?

## When to prefer this

Choose this endpoint when you need to search for publicly available government records or FOI releases across multiple international jurisdictions simultaneously, especially outside the US. Prefer this over US-specific FOIA endpoints when the subject involves foreign governments, international regulatory bodies, or cross-border comparisons. Best used when the goal is discovery — finding what records exist — rather than drafting a new FOI request letter.

## Known failure modes

- No records found for the given query in the specified country — returns empty result set
- Unsupported jurisdiction specified — only 15+ listed countries are covered
- Vague or overly broad query returns too many low-relevance results
- Network or upstream government portal unavailability causing partial results
- Rate limiting or payment failure for the $0.15 per-call fee

## How this service works

International FOI search for researcher and FOIA agents. Finds public records and files freedom-of-information requests in 15+ countries: UK, Canada, Australia, Germany, France, Brazil, India, Japan, and EU.

## Output

Returns a list of matching public records, FOI releases, government document references, and links to relevant freedom of information portals across the queried countries, covering 15+ jurisdictions including UK, Canada, Australia, Germany, France, Brazil, India, Japan, and the EU.

## 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 | de | ja | pt | it | nl | ko | zh | ar (default: en)"
      },
      "topic": {
       "type": "string",
       "description": "subject of the records you want — e.g. \"Thalidomide cover-up\" | \"nuclear tests\" | \"colonial records\" (required)"
      },
      "country": {
       "type": "string",
       "description": "UK | CA | AU | DE | NZ | IE | IN | BR | FR | JP | EU | NL | ZA | NG | all (required)"
      },
      "include_draft": {
       "type": "string",
       "description": "yes | no — whether to include a ready-to-submit request letter (default: yes)"
      }
     }
    }
   },
   "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": {
  "fee": "Free up to £600 cost threshold",
  "topic": "British nuclear tests in Australia",
  "country": "UK",
  "foi_portal": "https://www.whatdotheyknow.com",
  "appeal_body": "Information Commissioner's Office (ICO)",
  "sources_note": "FOI portal and statutory details current as of 2026",
  "deadline_days": 20,
  "draft_request": "Dear FOI Officer,\n\nI write under the Freedom of Information Act 2000...",
  "known_releases": [
   "Cabinet papers on Maralinga tests released 2001",
   "MOD medical records partially released 2009"
  ],
  "cross_reference": "Australia also holds records — see Archives Act 1983, NAA series MP729",
  "records_held_by": [
   "UK National Archives (Kew)",
   "Ministry of Defence",
   "DSMA"
  ],
  "statutory_basis": "Freedom of Information Act 2000",
  "relevant_records_exist": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truthpulse-international-foi-search-4e8c5ec1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from truthpulse-five.vercel.app](https://www.zero.xyz/host/truthpulse-five.vercel.app/llms.txt)
