Skip to main content

Introduction

The Sintetic GeoDB provides a web-based API (Application Programming Interface) to programmatically interact with and access its data. The GeoDB API follows common REST practices. The API uses resource-oriented URLs, accepts and returns JSON-encoded responses, and uses standard HTTP verbs, response codes, and authentication.

info

The GeoDB API can be used only by members of the Sintetic Project. If you're a member and need access, please send an email to the leader of Task 3.1 from an institutional email address.

At the moment, the GeoDB API is only available in the staging environment, in order to implement the necessary data workflows of subsequent tasks.

The API is available at:

All endpoints are available only via HTTPS, for encrypted transport of data.

After an administrator has created your GeoDB API account, you can manage your access tokens at:

warning

Data stored in staging might be subject to deletion, as the environment is intended for feature and consistency verification. When interacting with staging, make sure your workflows and data are reproducible.