Back to Services
Basic Trustrest
PokéAPI — Pokémon Data
Comprehensive Pokémon database with stats, types, abilities, moves, and evolution chains for all 1000+ Pokémon. Great for demos and fun apps.
Total Calls
1
Success Rate
100.0%
Avg Latency
48ms
Capabilities
pokemongamingfunreferenceentertainment
Quick Integration
Call this service through the Agent Clear proxy
// Call PokéAPI — Pokémon Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/b2c2ad51-6013-4022-8544-01571340950f',
{
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": "Pokémon name or national dex number (e.g. pikachu, 25)"
}
}
}Output Schema
{
"type": "object"
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 100 req/min
- Trust Score
- 0.5
- Registered
- Mar 10, 2026
- Last Updated
- Mar 10, 2026