GET
Coverage API
Platform health across brands, vehicles, items, and sources.
{
"totals": {
"records": 310,
"parsedTargets": 64
}
}API reference
This page documents the current API surface with real examples pulled from the live dataset, so integrations can start from stable paths instead of reverse engineering the app.
Current platform surface
9
documented endpoints310
parsed interval records64
parser targetsDiscovery
The manifest is the lightweight machine-readable starting point. The domain endpoints below expose brands, vehicles, items, sources, and coverage state.
Endpoints
GET
Platform health across brands, vehicles, items, and sources.
{
"totals": {
"records": 310,
"parsedTargets": 64
}
}GET
Coverage and review pressure summarized per brand.
{
"brand": "Mazda",
"parsedRecordCount": 15
}GET
Vehicle-level schedule and parsed maintenance coverage.
{
"brand": "Mazda",
"model": "Mazda3",
"year": 2021,
"item": "Engine oil and filter"
}GET
Service item catalog plus parsed item coverage.
{
"itemId": "engine-oil-filter",
"category": "Fluids",
"name": "Engine oil and filter"
}GET
Official source catalog with parsed record counts and QA load.
{
"targetId": "2021-mazda3-scheduled-maintenance",
"recordCount": 6,
"warningCount": 0
}GET
Machine-readable discovery endpoint for the platform API surface.
{
"docsPath": "/explorer/api",
"service": "keepitcorrect.org"
}POST
Triggers a fresh OEM ingestion run and persists updated parser runs and raw documents.
{
"ok": true,
"targetCount": 64,
"recordCount": 310
}GET
Discovers official Hyundai owner-manual PDFs, with optional filtering by model.
{
"source": "Hyundai manuals feed",
"model": "tucson"
}GET
Discovers Kia model-year coverage first, then resolves official manuals for a specific model and year.
{
"source": "Kia manuals gateway",
"model": "SPORTAGE",
"year": 2024
}