Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Apache Spark Monitoring REST Applications Version API
version: '1.0'
description: Minimal OpenAPI for the Apache Spark monitoring REST API exposed by the Spark UI and the History Server. All endpoints are mounted under /api/v1.
servers:
- url: http://localhost:4040/api/v1
description: Spark application UI
- url: http://localhost:18080/api/v1
description: Spark History Server
tags:
- name: Version
paths:
/version:
get:
summary: Spark version
responses:
'200':
description: OK
tags:
- Version
x-generated-from: https://spark.apache.org/docs/latest/monitoring.html
x-generated-by: claude-crawl-2026-05-08