# Body Position

The `body-position` end point calculates the position of one or more bodies (e.g. the Sun, and/or Moon) at a given time, or over a given time range and interval.

The general form of a call to this end point is as follows:

{% code lineNumbers="true" %}

```javascript
axios({
	"method": "GET",
	"url": "https://api.radiantdrift.com/body-position/DATE_TIME_FROM",
 	"params": {
		"body": "[BODIES]"
	},
})
```

{% endcode %}

{% code overflow="wrap" %}

```bash
curl "https://api.radiantdrift.com/body-position/DATE_TIME_FROM/?body=BODIES"
```

{% endcode %}

Specific examples are given in the following sections.

### Supported Bodies

The following values are accepted for the `body` parameter:

* `sun`
* `moon`
* `gc` (the Galactic Center)
