Skip to content
shahar603 edited this page Oct 4, 2019 · 8 revisions

Queries that supply information about the API

API Info

Get readable information about Launch Dashboard API

curl --request GET "https://api.launchdashboard.space"

V1 Information

JSON Information about version 1 of Launch Dashboard API

curl --request GET "http://api.launchdashboard.space/v1"

Example Response
{
  "project_name": "Launch Dashboard API",
  "version": "1.0.0",
  "project_link": "https://github.com/shahar603/Launch-Dashboard-API",
  "docs": "https://github.com/shahar603/Launch-Dashboard-API/wiki",
  "organization": "r/SpaceX",
  "organization_link": "https://github.com/r-spacex",
  "description": "Open Source REST API for SpaceX webcast telemetry created by u/Shahar603"
}
Clone this wiki locally