GET /api/v1/index.jsongpu-cloud-price-index@1.0.0Current provider-balanced metrics, model summaries, fixed-cohort series, source hashes and limitations.
Stable public interface · v1
Use the same evidence product that powers SaaS Sentinel. The API is static-first, read-only and free to inspect: no account, cookies or client key. Responses include permissive CORS headers, explicit schema versions, generation timestamps, source hashes and interpretation limits.
Endpoints
Version 1 exposes only products that can be regenerated and validated without a stateful service. Filtering remains client-side, which keeps cost and failure modes low while the dataset is compact.
GET /api/v1/index.jsongpu-cloud-price-index@1.0.0Current provider-balanced metrics, model summaries, fixed-cohort series, source hashes and limitations.
GET /api/v1/changes.jsongpu-price-change-feed@1.0.0Distinct normalized price changes for current comparable offer identities; repeated checks are suppressed.
GET /api/v1/status.jsonpublic-status@1.0.0Catalog, benchmark, autonomous SEO and distribution readiness without exposing credentials or internal logs.
GET /api/v1/openapi.jsonopenapi@3.1.0Machine-readable endpoint discovery and license metadata.
Quick start
Cache the response and compare `generated_at` before replacing a local copy. Do not present a rate as available unless its availability evidence says so.
fetch("https://www.saassentineltools.com/api/v1/index.json")
.then((response) => response.json())
.then(({ current, models }) => {
console.log(current.index_value, models[0]);
});Terminal
curl --fail --silent --show-error "https://www.saassentineltools.com/api/v1/index.json"Stability policy
Non-breaking changes
Version 1 may add documented optional fields. Existing fields keep their meaning and normalized units. A semantic break receives a new URL namespace.
No uptime fiction
This free static API inherits the production site and CDN. It has no contractual SLA; clients should cache the last valid response and inspect timestamps.
Source responsibility
Provider pages remain the purchase authority. Preserve the evidence URL, date and limitations when republishing calculated or indexed values.