API Documentation

This documentation provides an overview of the available API endpoints for the streaming data and visual services. For the swagger please visit the following link: Swagger

Endpoints

GET https://streamer.destine.eu/api/v1/streaming/visual/overview/

Returns overview data for a visual stream.

This endpoint returns overview data for visual streams.

Query Parameters:
  • category_id ({'integer', 'null'})

Status Codes:
GET https://streamer.destine.eu/api/v1/streaming/visual/metadata/{id}

Returns metadata for a data stream in a specified time range.

This endpoint returns metadata for data streams and individual frames between start_date and end_date.

Parameters:
  • id (integer)

Status Codes:
GET https://streamer.destine.eu/api/v1/streaming/data/overview/

Returns metadata for a data stream in a specified time range.

This endpoint provides an overview of existing categories and the existing streams within the categories.

Status Codes:
GET https://streamer.destine.eu/api/v1/streaming/data/metadata/{category_name}/{short_name}/{start_date}/{end_date}

Returns metadata for a data stream in a specified time range.

This endpoint returns metadata for data streams and individual frames between start_date and end_date.

Parameters:
  • category_name (string)

  • short_name (string)

  • start_date (string)

  • end_date (string)

Status Codes: