> For the complete documentation index, see [llms.txt](https://docs.sparkloop.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sparkloop.app/api-v3/objects-schema/free-recommendation-object.md).

# Free Recommendation Object

## Free Recommendation Object

A directory entry in the free-recommendations catalog — a publication you can recommend for free.

| Field                         | Type           | Description                                                                                                             |
| ----------------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `uuid`                        | String         | The directory publication's UUID.                                                                                       |
| `name`                        | String         | Publication name.                                                                                                       |
| `description`                 | String \| null | Short description.                                                                                                      |
| `logo_url`                    | String         | URL of the publication's logo.                                                                                          |
| `url`                         | String         | The publication's public URL.                                                                                           |
| `already_recommended`         | Boolean        | Whether the viewing publication already recommends this one. Present only on the single-entry `show`.                   |
| `partnership_request_pending` | Boolean        | Whether the viewing publication has a pending partnership request to this one. Present only on the single-entry `show`. |

**Example**

```json
{
  "uuid": "pub_9ac1f2",
  "name": "The Morning Brew",
  "description": "Business news you'll actually enjoy.",
  "logo_url": "https://assets.sparkloop.app/logos/pub_9ac1f2.png",
  "url": "https://morningbrew.com",
  "already_recommended": false,
  "partnership_request_pending": false
}
```
