# TruthPulse International FOI Search

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

Searches for public records and files freedom-of-information requests across 15+ countries including UK, Canada, Australia, Germany, France, Brazil, India, Japan, and EU nations.

## Facts

- Endpoint: GET https://truthpulse.theaslangroupllc.com/api/truth/international-foia
- 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/truthpulse-international-foi-search-d9c88603
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e_Kovun4_3rPICBCaQTad

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-d9c88603
```

Example prompt: Can you search for public records and FOI documents from the UK and Canada about government surveillance programs from 2015 to 2020?

## When to prefer this

Use this endpoint when you need to search for or file freedom-of-information requests across international jurisdictions beyond the US, particularly when researching government documents in UK, Canada, Australia, Germany, France, Brazil, India, Japan, or EU member states. Prefer this over US-only FOIA tools when the investigation is cross-border or specifically non-American.

## Known failure modes

- Unsupported country or jurisdiction returns an error or empty results
- Query too vague to match specific records
- FOI request filing not available for the target country
- Rate limiting or payment failure blocks the request
- No public records found matching the query in the specified jurisdiction

## 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 matched public records, FOI/FOI-equivalent filings, and government documents from the specified country or countries, including document metadata, filing status, and source references across 15+ supported jurisdictions.

## 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-d9c88603/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from truthpulse.theaslangroupllc.com](https://www.zero.xyz/host/truthpulse.theaslangroupllc.com/llms.txt)
