# HD Bodygraph (HTML)

`GET https://api.astroway.info/v1/embed/bodygraph`

Type/strategy/authority/profile + center status.

Group: Embeddable Widgets. Auth: none, this endpoint answers without a key. Operation ID: `embed_bodygraph_get`.

## Parameters

| Name | In | Required | Type | Description |
|---|---|---|---|---|
| `date` | query | no | string | Calendar date `YYYY-MM-DD`. Defaults to today (UTC). |
| `time` | query | no | string | Local birth time `HH:mm:ss`. Defaults to 12:00:00. |
| `tz` | query | no | number | UTC offset in hours, e.g. `2` or `-5.5`. Defaults to 0. |
| `lat` | query | no | number | Latitude in decimal degrees. Defaults to 0. |
| `lng` | query | no | number | Longitude in decimal degrees. Defaults to 0. |
| `lang` | query | no | "uk" \| "en" \| "de" \| "ru" \| "pl" \| "es" \| "pt" \| "fr" \| … | Widget language. Also accepts the Accept-Language header. |
| `theme` | query | no | "dark" \| "light" \| "console" | Colour scheme. Unknown values fall back to dark. |
| `fields` | query | no | string | Comma-separated dotted paths, relative to `data`, to keep in the response. A path is applied to every element of an array, so `planets.name` means the name of each planet. Paths that match nothing come back in `_fields_unmatched`; a list where nothing matches at all is a 400, because an empty object would be a confident wrong answer. |
| `precision` | query | no | integer | Round every non-integer number in the response to this many decimal places. Integers are left alone, because an id is not a measurement. Ecliptic longitudes ship with fourteen decimals by default; 2 is about a tenth of an arcminute. |

## Responses

| Status | Meaning |
|---|---|
| 200 | Rendered widget markup, ready to drop into an iframe. |
| 400 | Validation error |
| 401 | Missing or invalid API key |

## Example

```bash
curl -X GET https://api.astroway.info/v1/embed/bodygraph \
  -H "Content-Type: application/json"
```

---

Rendered from https://api.astroway.info/v1/openapi.json. HTML page: https://api.astroway.info/docs/api/operations/embed_bodygraph_get/
