Skip to main content

API, Python, R and Matlab examples

General API information

Figlinq offers access to many of it's functionalities via an application programming nterface (API). The API is a RESTful, which means that it uses HTTP requests to GET, PUT, POST, PATCH and DELETE data. The API has mostly predictable, resource-oriented URLs, accepts form-encoded or JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

General API documentation

Please visit this link to see the live API documentation.

Python, R and Matlab API examples.

We have created a few examples in Python, R and MATLAB to help you get started with the API. You can find them in subsequent sections for Python, R and Matlab.