Tellus Official API Reference
The following are the official APIs provided by Tellus.
- Tellus Satellite Data Traveler API
- This API allows you to search and download satellite data stored in Tellus Satellite Data Traveler.
You can check how to use the API in the User Guide. Code samples are also available as examples. - View API Reference
How to use the APIs
Sign up for Tellus in advance and make sure you can log in after the registration. To use APIs, you need to issue an API token as well.
- REST API
- APIs are REST-based.
- SSL Only
- APIs can be accessed only through https.
- UTF-8
- The character encoding used is UTF-8.
- Note
-
- - Please refrain from concentrated access within a short period.
- - Please read the Tellus Terms of Use carefully.
- Response
- The APIs return the HTTP response codes listed below. Specific details of the response from each API are provided in their respective descriptions.
-
200 OK Successfully processed, and some response has returned. 401 Unauthorized Authentication failed. 403 Forbidden Permission denied for resource. 500 Internal Server Error An internal error has occurred. 503 Service Unavailable Service is unavailable for some reason.