Skip to content

RESTful API

Definition

RESTful1 API (or REST-API, or Representational State Transfer Application Programming Interface) is a layer allows to access and manipulate textual representation of the web resources (eg. Entities) by using a uniform and predefined set of stateless operations.

In other words, REST-API provides programmatic access to data and functionality for data scientists and engineers, and anyone else who prefers coding to the user interface.

Authentication

Authentication section explains how to authenticate and access the API.

Query Structure

Query Structure section provides information about REST-API requests and responses.

Endpoints

Endpoints section contains information about different API versions and how to access endpoints under a particular one.

API Client

API client section explains how to access REST-API via Python.

API Examples

API examples section contains examples of performing the most common tasks.