Back to Services
Basic Trustrest

REST Countries — Country Information

Comprehensive country data including population, area, languages, currencies, timezones, and borders for all UN-recognised nations.

Total Calls

0

Success Rate

Avg Latency

Capabilities

countriesgeographydemographicsreference

Quick Integration

Call this service through the Agent Clear proxy

// Call REST Countries — Country Information through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/24aef9bd-4fa2-4c31-969a-7b42276af087',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Country name"
    }
  }
}

Output Schema

{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "area": {
        "type": "number"
      },
      "name": {
        "type": "object"
      },
      "population": {
        "type": "number"
      }
    }
  }
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services