RESTful API · Monthly updates · JSON
NavXD Data API
& Insights Service
Tap into NavXD's independent benchmark data: real-time AI tool rankings, full score breakdowns, and trend history — to power your products and decisions.
GET
api.navxd.com/v1/tools?category=video&limit=5
{
"status": "ok",
"total": 86,
"data": [
{
"rank": 1,
"name": "Runway Gen-4",
"score": 94.2,
"category": "video",
"price_type": "freemium"
}
]
}
"status": "ok",
"total": 86,
"data": [
{
"rank": 1,
"name": "Runway Gen-4",
"score": 94.2,
"category": "video",
"price_type": "freemium"
}
]
}
API Features
Real-time Rankings
Full rankings across every AI tool category, with scores, rank deltas, pricing tier, and core metadata.
Score Breakdown
Fetch full score breakdowns by tool ID — raw values for output quality, capability depth, ease of use, and value.
Historical Trends
12 months of rank-change history. Build trend charts and competitive intelligence dashboards.
High-performance REST
Standard REST endpoints, JSON responses, CORS-enabled. Average <200ms response, 99.9% SLA.
Token Authentication
Bearer token auth with usage-based metering. Pro subscribers get an API key automatically — no separate application.
Batch Queries
Batch up to 100 tools per request. Cut request count and simplify integration on your side.
API Endpoints
GET
https://api.navxd.com/v1/tools?category=video&sort_by=score&limit=10
Request Parameters
category
string
Category: video / image / text / code / audio / office
sort_by
string
Sort field: score / rank / date / hot
limit
integer
Items returned (default 10, max 100)
page
integer
Page number, starting from 1
Authorization
header
Bearer {your_api_key}
Required
Response Example
{
"status": "ok",
"total": 86,
"data": [
{
"rank": 1,
"name": "Runway Gen-4",
"score": 94.2,
"rank_change": +2,
"category": "video",
"price_type": "freemium"
}
]
}
"status": "ok",
"total": 86,
"data": [
{
"rank": 1,
"name": "Runway Gen-4",
"score": 94.2,
"rank_change": +2,
"category": "video",
"price_type": "freemium"
}
]
}
Core Fields
score
float
Aggregate score on a 0-100 scale. Weighted: output quality (40%), capability depth (30%), ease of use (20%), value (10%).
Example: 94.2
rank_change
integer
Rank delta vs last month. Positive = up, negative = down, 0 = unchanged, null = new entrant.
Example: +2 / -1 / 0 / null
price_type
string
Pricing tier enum: free / freemium / paid / one_time.
Example: "freemium"
updated_at
string
Last updated timestamp (YYYY-MM-DD). Full dataset refreshes on the first business day of each month.
Example: "2026-03-01"
Update Frequency
Rankings Data
Monthly
Full ranking refresh on the first business day of each month. New entrants pushed via webhook (Pro).
Score Data
Monthly
Per-dimension scores update with each monthly ranking. Historical scores retained for 12 months.
Trend Data
Monthly
End-of-month aggregates: hotness shifts, search trends, and new-entrant signals — released with the next ranking.
Pricing Plans
Free
Free with registration
$0 / mo
Free forever
✓100 API calls / month
✓Top 3 ranking data
✓JSON responses
–Full Top 10 data
–Score breakdown fields
–Trend history data
Pro
Included with Pro subscription
$29 / mo
or $290 / yr (save $58)
✓10,000 API calls / month
✓Full Top 10 across all categories
✓4-dimension score breakdown
✓12-month trend history
✓Batch queries (100 / call)
✓99.9% SLA