# Local observances with ideas

```http
GET https://api.synup.com/api/v4/local-post-ideas/observances-with-ideas
```

Returns the observances for a month for a location, each joined with its generated post idea (if any) — including whether ideas are ready and the idea's title/content/image.

Source: https://developer.synup.com/api/local-post-ideas/local-observances-with-ideas

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `locationId` | string | required | Relay-encoded location ID. |
| `month` | integer | required | Month number (1-12). |

## Header parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `Synup-Version` | string | required | API version date (YYYY-MM-DD). |

## Example request

```bash
curl -X GET 'https://api.synup.com/api/v4/local-post-ideas/observances-with-ideas' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` | Successful response |
| `401` | Unauthorized - Invalid or missing API key |
