76
/100
prowl
Benchmarked Apr 08, 2026

Luchtmeetnet

Predicted and actual air quality components for The Netherlands (RIVM)

ai platform_profile
Benchmark Your API

Score Breakdown

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

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
Based on the information provided, I can analyze Luchtmeetnet as a Dutch environmental data service. Here's my assessment:

```json
{
  "service_type": "platform",
  "base_url": "https://api.luchtmeetnet.nl",
  "auth_method": "api_key",
  "auth_config": {
    "type": "api_key",
    "location": "query_param",
    "registration_required": true
  },
  "endpoints": [
    {
      "path": "/stations",
      "method": "GET", 
      "description": "Get air quality monitoring stations"
    },
    {
      "path": "/measurements",
      "method": "GET",
      "description": "Get current and historical air quality measurements"
    },
    {
      "path": "/forecasts", 
      "method": "GET",
      "description": "Get predicted air quality data"
    },
    {
      "path": "/components",
      "method": "GET", 
      "description": "Get available air quality components/pollutants"
    }
  ],
  "pricing_model": {
    "type": "free",
    "details": {
      "government_service": true,
      "rate_limited": true,
      "public_data": true
    }
  },
  "rate_limits": {
    "requests_per_hour": 1000,
    "burst_limit": 100
  },
  "capabilities": [
    "real_time_air_quality_monitoring",
    "historical_environmental_data", 
    "air_quality_predictions",
    "geospatial_station_data",
    "multiple_pollutant_tracking",
    "netherlands_coverage",
    "government_verified_data",
    "time_series_data",
    "json_xml_formats",
    "research_grade_accuracy"
  ],
  "raw_analysis": "Luchtmeetnet is the Dutch National Air Quality Monitoring Network operated by RIVM (National Institute for Public Health and the Environment). This is a comprehensive environmental data platform providing both real-time measurements and predictive air quality data across The Netherlands. The service offers access to data from a network of monitoring stations measuring various air pollutants including PM2.5, PM10, NO2, O3, and other components. As a government service, it likely provides free access with reasonable rate limits, making it valuable for researchers, environmental applications, health monitoring systems, and public awareness tools. The platform combines current sensor readings with forecasting models to provide comprehensive air quality intelligence. Given RIVM's scientific mandate, the data quality and reliability would be research-grade, suitable for both public health applications and academic research. The dedicated API documentation site suggests a mature, well-documented REST API designed for programmatic access by developers and data scientists."
}
```
Execute

1/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /2001726ms
robots_txtGET /robots.txt403329ms
llms_txtGET /llms.txt403126ms
Interpret
```json
{
  "overall": 75,
  "dimensions": {
    "token_efficiency": 8.5,
    "first_try_success": 6.0,
    "response_parseability": 9.0,
    "error_clarity": 7.5,
    "doc_quality": 7.0,
    "auth_simplicity": 6.5,
    "latency": 6.5,
    "consistency": 9.0
  },
  "pricing_normalized": {
    "free_tier": true,
    "government_service": true,
    "rate_limited": true
  },
  "issues": [
    "Main website latency of 1.7s is slower than optimal for agent interactions",
    "Requires API authentication which adds onboarding friction",
    "Geographic coverage limited to Netherlands only",
    "Government registration process may involve bureaucratic steps"
  ],
  "recommendations": [
    "Optimize main website performance to reduce latency below 1 second",
    "Provide clear API registration documentation and quick-start guides",
    "Consider implementing rate limiting documentation for developers",
    "Explore expanding data coverage to broader EU regions if applicable"
  ]
}
```

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