82
/100
prowl
Benchmarked Apr 06, 2026

Public Holidays

Data on national, regional, and religious holidays via API

apidata platform_profile
Benchmark Your API

Score Breakdown

Latency 10/10
Parseability 10/10
Token Efficiency 9/10
Consistency 8/10
Auth Simplicity 8/10
First-Try Success 8/10
Error Clarity 7/10
Documentation 6/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
Looking at the Public Holidays API from AbstractAPI, this is actually a REST API service rather than a platform, but I'll analyze its capabilities and structure:

```json
{
  "service_type": "api",
  "base_url": "https://holidays.abstractapi.com/v1",
  "auth_method": "api_key",
  "auth_config": {
    "location": "query_param",
    "param_name": "api_key",
    "required": true
  },
  "endpoints": [
    {
      "path": "/",
      "method": "GET",
      "purpose": "Get holidays for a specific country and date/year",
      "parameters": ["api_key", "country", "year", "month", "day"]
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_tier": "1000 requests/month",
      "paid_tiers": "Multiple paid plans with higher limits",
      "billing": "monthly_subscription"
    }
  },
  "rate_limits": {
    "default": "varies by plan",
    "free_tier": "1000/month"
  },
  "capabilities": [
    "national_holidays_data",
    "regional_holidays_data", 
    "religious_holidays_data",
    "country_specific_filtering",
    "date_range_queries",
    "json_responses",
    "rest_api_access",
    "historical_data",
    "future_holidays_prediction"
  ],
  "raw_analysis": "Public Holidays API by AbstractAPI is a specialized data service that provides comprehensive holiday information for countries worldwide. It covers national, regional, and religious holidays with the ability to query by specific countries and date ranges. This is a mature API service that's part of AbstractAPI's broader suite of utility APIs. The service is designed for developers who need to integrate holiday data into applications like scheduling systems, calendar applications, HR platforms, or any system that needs to account for holidays in different regions. The API follows RESTful principles and returns JSON responses. It's particularly useful for international applications that need to handle holidays across multiple countries and regions. The service appears well-documented and maintained, fitting into the broader ecosystem of developer tools and data services."
}
```
Execute

0/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /400160ms
robots_txtGET /robots.txt40442ms
llms_txtGET /llms.txt40436ms
Interpret
{"multi_model": true, "models_used": ["openai", "claude_cli"], "model_scores": {"GPT-4o": {"overall": 82, "dimensions": {"token_efficiency": 9.0, "first_try_success": 8.0, "response_parseability": 9.5, "error_clarity": 7.0, "doc_quality": 6.5, "auth_simplicity": 8.0, "latency": 10.0, "consistency": 8.0}}, "Claude CLI": {"overall": 79, "dimensions": {"token_efficiency": 9.0, "first_try_success": 7.5, "response_parseability": 10.0, "error_clarity": 7.0, "doc_quality": 6.5, "auth_simplicity": 7.0, "latency": 9.5, "consistency": 7.0}}}, "averaged": true}

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard