Overview
This area exposes a stable, structured view of key Serpro data for programmatic access and ingestion by AI systems, search engines, retrieval tools, and custom knowledge pipelines.
Base datasets provide clean canonical records. Linked datasets add discovered relationships. The unified knowledge graph provides a graph-friendly merged view for advanced AI consumers.
Base datasets
These files contain complete canonical snapshots of the product catalogue, Journal3 technical guides, and OpenCart information pages.
- Products
/ai-index/products.json - Guides
/ai-index/guides.json - Information
/ai-index/information.json
GZIP datasets
Compressed versions are provided for efficient crawler, RAG, and search-pipeline ingestion.
- Products GZIP
/ai-index/products.json.gz - Guides GZIP
/ai-index/guides.json.gz - Information GZIP
/ai-index/information.json.gz
Linked datasets
These datasets include relationship intelligence such as related products, related guides, and related information pages. They are intended for richer retrieval and context-aware indexing.
- Products linked
/ai-index/products-linked.json - Guides linked
/ai-index/guides-linked.json - Information linked
/ai-index/information-linked.json
Linked GZIP datasets
- Products linked GZIP
/ai-index/products-linked.json.gz - Guides linked GZIP
/ai-index/guides-linked.json.gz - Information linked GZIP
/ai-index/information-linked.json.gz
Knowledge graph
This dataset merges products, guides, information pages, and their relationships into a single graph-friendly structure with nodes and edges.
- Knowledge graph
/ai-index/knowledge-graph.json - Knowledge graph GZIP
/ai-index/knowledge-graph.json.gz
Missing pages report
The missing-pages report identifies internal references and likely topic gaps found in exported body text. It supports new information-page creation and helps complete the internal knowledge circle.
- Missing pages
/ai-index/missing-pages.json - Missing pages GZIP
/ai-index/missing-pages.json.gz
Index API
For incremental or streaming ingestion, use the paginated API endpoints.
- Products API
/ai-index/index.php?type=products - Guides API
/ai-index/index.php?type=guides - Information API
/ai-index/index.php?type=information