40
/100
prowl
Benchmarked Aug 11, 2026

Numbers

Number of the day, random number, number facts and anything else you want to do with numbers

saas platform_profile
Benchmark Your API

Score Breakdown

Latency 8/10
Consistency 6/10
Auth Simplicity 5/10
First-Try Success 5/10
Token Efficiency 4/10
Documentation 3/10
Error Clarity 3/10
Parseability 2/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://math.tools/api/numbers",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [
    {
      "path": "/api/numbers/random",
      "method": "GET",
      "description": "Generate a random number, optionally with range parameters."
    },
    {
      "path": "/api/numbers/fact",
      "method": "GET",
      "description": "Get a number fact for a given number, or a random fact if no number is provided."
    },
    {
      "path": "/api/numbers/date",
      "method": "GET",
      "description": "Get a historical or date-based number fact."
    },
    {
      "path": "/api/numbers/trivia",
      "method": "GET",
      "description": "Get a trivia fact about a number, or random trivia if no number is provided."
    },
    {
      "path": "/api/numbers/math",
      "method": "GET",
      "description": "Get a mathematical fact about a number."
    },
    {
      "path": "/api/numbers/year",
      "method": "GET",
      "description": "Get a fact about a given year."
    },
    {
      "path": "/api/numbers/list",
      "method": "GET",
      "description": "List various number-related endpoints and their documentation."
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_tier": "Limited requests per day without an API key",
      "paid_tier": "Higher rate limits and priority access with subscription",
      "source": "Based on typical API patterns and the presence of registration/login on the site"
    }
  },
  "rate_limits": {
    "free_tier": "Unknown, likely low request per day (e.g., 60-100)",
    "paid_tier": "Higher limits, exact numbers not specified on page"
  },
  "capabilities": [
    "Generate random numbers",
    "Retrieve number facts for random or specific numbers",
    "Retrieve date-based number facts",
    "Retrieve trivia facts about numbers",
    "Retrieve mathematical facts about numbers",
    "Retrieve facts about years",
    "Provide API documentation via Swagger UI",
    "Support both free and paid access tiers"
  ],
  "raw_analysis": "The service is the 'Numbers' API from math.tools, designed to provide various number-related utilities including random number generation, number facts, date facts, trivia, math facts, and year facts. It is part of the broader Math Tools platform, which offers a collection of mathematical and numerical tools. The API appears to be developer-friendly with a Swagger UI for documentation, suggesting a decent level of maturity. The platform is likely targeted at developers building applications that require number-based content, such as educational apps, games, or data visualization tools. Authentication is not required for basic access, but there are registration and login features indicating a potential freemium model where free tier has limited usage and paid subscriptions unlock higher rate limits or additional features. The exact rate limits and pricing are not explicitly stated on the provided page, so they remain unknown. The service seems relatively simple, focusing on a narrow niche, but it fulfills a specific need for developers. Integration is straightforward via RESTful endpoints, and the presence of documentation suggests it is ready for production use. However, the site includes generic meta tags and dated copyright, hinting at moderate maintenance. Overall, it's a functional, niche API for number-related data."
Execute

3/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200243ms
robots_txtGET /robots.txt200341ms
llms_txtGET /llms.txt200352ms
Interpret
```json
{
  "overall": 45,
  "dimensions": {
    "token_efficiency": 4.0,
    "first_try_success": 5.0,
    "response_parseability": 2.0,
    "error_clarity": 3.0,
    "doc_quality": 3.0,
    "auth_simplicity": 5.0,
    "latency": 8.0,
    "consistency": 6.0
  },
  "pricing_normalized": {},
  "issues": [
    "No structured capabilities or pricing model data provided in analysis",
    "All three check endpoints (website, robots.txt, llms.txt) return HTML pages instead of expected content (status 200 but non-standard responses)",
    "Robots.txt and llms.txt endpoints returning full HTML suggests server is misconfigured or serving SPA fallback for all routes",
    "No security headers detected, which may raise concerns for production use",
    "No clear API documentation or structured data endpoints visible from initial checks",
    "Platform name appears to be 'Numbers' but no clear value proposition extracted from response previews"
  ],
  "recommendations": [
    "Investigate server configuration to ensure robots.txt and llms.txt return proper plain text/content-type headers",
    "Provide clear API documentation with structured response formats (JSON endpoints) for agent integration",
    "Add explicit pricing and feature descriptions to the platform website",
    "Ensure security headers (CSP, HSTS, etc.) are configured for production readiness",
    "Develop a dedicated llms.txt file with concise platform description, capabilities, and integration guidelines for AI agents",
    "Add machine-readable capability listings (e.g., OpenAPI spec, capability manifest) to support agent discovery"
  ]
}
```

Agent Readiness

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

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/numbers">
  <img src="https://prowl.world/badge/numbers.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

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

Open in Dashboard