OPALE provides a catalog of APIs to fetch the ephemerids data, based on the REST architecture. Complete examples of the requests are available in the specification of the API. You may copy them as a starting point to fetch data. Some examples of the requests, using different programming languages, are given in the next section.
Our OpenAPI specification of the APIs may be used to create a client to consume the APIs. These clients may be created using automated tools or an online generator.
For the manipulation of the methods POST, you need to specify the input parameters in the body, encoded using the JSON format.
Examples of the requests are given using the wget command or python.