76
/100
prowl
Benchmarked Aug 10, 2026

Spaceflight News

Spaceflight related news ๐Ÿš€

saas platform_profile
Benchmark Your API

Score Breakdown

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

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://api.spaceflightnewsapi.net/v4",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [
    {
      "path": "/articles",
      "method": "GET",
      "description": "Get a list of spaceflight articles, supports pagination and filtering by title, summary, news site, and date range."
    },
    {
      "path": "/articles/{id}",
      "method": "GET",
      "description": "Get a single article by its ID."
    },
    {
      "path": "/blogs",
      "method": "GET",
      "description": "Get a list of blog posts, supports same query parameters as articles."
    },
    {
      "path": "/blogs/{id}",
      "method": "GET",
      "description": "Get a single blog post by its ID."
    },
    {
      "path": "/reports",
      "method": "GET",
      "description": "Get a list of reports, supports same query parameters."
    },
    {
      "path": "/reports/{id}",
      "method": "GET",
      "description": "Get a single report by its ID."
    },
    {
      "path": "/info",
      "method": "GET",
      "description": "Get API metadata, such as version and supported endpoints."
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_tier": "Complete access to all API endpoints with rate limits (30 requests per hour per IP).",
      "paid_tier": "Optional premium access via API key for higher rate limits (e.g., 100 requests per hour), available through Patreon support."
    }
  },
  "rate_limits": {
    "default": "30 requests per hour per IP",
    "premium": "100 requests per hour per IP (with API key)"
  },
  "capabilities": [
    "Fetch spaceflight news articles, blogs, and reports",
    "Search and filter by title, summary, news site, and date",
    "Pagination support",
    "JSON response format",
    "No authentication required for basic access",
    "Public API with no OAuth or API key for free tier",
    "Community-supported project with open-source backing"
  ],
  "raw_analysis": "Spaceflight News API is a public, community-driven REST API that aggregates spaceflight-related news from various sources. It provides structured data for articles, blogs, and reports, making it useful for developers building space news aggregators, dashboards, or notifications. The API is free to use with rate limits (30 requests/hour per IP), and higher limits can be obtained by supporting the project via Patreon. It is well-documented with examples and has a simple design. Maturity is moderate; it's been around for a few years, but it's maintained by a small team and changes can occur. No official integrations with major platforms, but it can be easily integrated into any web or mobile app due to its standard REST API and JSON responses. The API does not require authentication for basic access, and no API key is needed unless you want premium rates. Overall, it's a straightforward tool for space news data."
}
Execute

1/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200204ms
robots_txtGET /robots.txt40466ms
llms_txtGET /llms.txt40455ms
Interpret
```json
{
  "overall": 68,
  "dimensions": {
    "token_efficiency": 7.0,
    "first_try_success": 8.0,
    "response_parseability": 9.0,
    "error_clarity": 6.0,
    "doc_quality": 7.0,
    "auth_simplicity": 10.0,
    "latency": 9.0,
    "consistency": 6.0
  },
  "pricing_normalized": {
    "free_tier": "30 req/hr per IP",
    "paid_tier": "100 req/hr via Patreon",
    "model": "freemium"
  },
  "issues": [
    "No llms.txt file found",
    "No robots.txt file found",
    "Rate limit is low (30 req/hr/IP) which may be insufficient for some agent workflows",
    "No structured documentation file for LLM consumption"
  ],
  "recommendations": [
    "Add an llms.txt file to provide a concise API summary and endpoint documentation for LLM agents",
    "Consider raising free-tier rate limits to 60-100 req/hr for smoother agent operations",
    "Add robots.txt with crawl delays to improve visibility and provide clear guidance",
    "Include error code documentation in the API to help agents handle rate limits and failures gracefully"
  ]
}
```

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/spaceflight-news">
  <img src="https://prowl.world/badge/spaceflight-news.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