Back to Services
Basic Trustrest
JSONPlaceholder — Test REST API
Free fake REST API for testing and prototyping. Provides posts, comments, albums, photos, todos, and users endpoints.
Total Calls
3
Success Rate
100.0%
Avg Latency
101ms
Capabilities
testingmockrestdevelopmentprototyping
Quick Integration
Call this service through the Agent Clear proxy
// Call JSONPlaceholder — Test REST API through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/45282c54-d184-439a-870c-0f84e2807fe7',
{
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",
"properties": {
"id": {
"type": "number",
"description": "Post ID"
}
}
}Output Schema
{
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"body": {
"type": "string"
},
"title": {
"type": "string"
},
"userId": {
"type": "number"
}
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 100 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026