# Document basic-info api endpoint

**URL:** https://meta.discourse.org/t/document-basic-info-api-endpoint/302109
**Category:** Bug
**Tags:** rest-api
**Created:** [February 6, 2024, 6:48pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109 "2024-02-06T18:48:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Lancelotbronner](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lancelotbronner/32/361183_2.png) [@Lancelotbronner](https://meta.discourse.org/u/Lancelotbronner)
#### Post date: [February 6, 2024, 6:48pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109/1 "2024-02-06T18:48:22Z")

</div>

The documentation (and `openapi.json`) is missing `/site/basic-info.json`.

Trying with `https://meta.discourse.org/site/basic-info.json` gives the following response:

```plaintext
{
	"logo_url": "https://global.discourse-cdn.com/meta/original/3X/a/d/ad2526334012b2ad0c3421f9b6dd94bae2ede52f.svg",
	"logo_small_url": "https://global.discourse-cdn.com/meta/original/3X/9/a/9af9456df3a40537038643d987ffcbd553ad3296.svg",
	"apple_touch_icon_url": "https://global.discourse-cdn.com/meta/optimized/4X/4/0/1/401423f1ccfa41fdbdafcc45f7107e29cd9f1125_2_180x180.jpeg",
	"favicon_url": "https://global.discourse-cdn.com/meta/optimized/3X/b/3/b33be9538df3547fcf9d1a51a4637d77392ac6f9_2_32x32.png",
	"title": "Discourse Meta",
	"description": "Discussion about the next-generation open source Discourse forum software",
	"header_primary_color": "333333",
	"header_background_color": "ffffff",
	"login_required": false,
	"mobile_logo_url": "https://global.discourse-cdn.com/meta/original/3X/a/d/ad2526334012b2ad0c3421f9b6dd94bae2ede52f.svg"
}

```

---

<div class="post-metadata">

### Author: ![Lancelotbronner](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lancelotbronner/32/361183_2.png) [@Lancelotbronner](https://meta.discourse.org/u/Lancelotbronner)
#### Post date: [April 1, 2024, 7:38pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109/2 "2024-04-01T19:38:28Z")

</div>

I’m using the OpenAPI spec to generate a client so I was wondering when will the docs/specs be updated with the missing endpoints?

@blake I’m guessing you’re the one to tag?

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [April 1, 2024, 8:52pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109/3 "2024-04-01T20:52:59Z")

</div>

> [@Contributing to the Discourse API documentation](https://meta.discourse.org/t/contributing-to-the-discourse-api-documentation/56693/6):
>
> OpenAPI spec to generate a client

Oh cool! That was one reason we started using the OpenAPI spec for the docs.

> [@Lancelotbronner](#):
>
> is missing `/site/basic-info.json`

I’ll add it this week.

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [April 3, 2024, 4:53pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109/5 "2024-04-03T16:53:42Z")

</div>

> [@blake](#):
>
> I’ll add it this week.

Okay, added: [Discourse API Docs](https://docs.discourse.org/#tag/Site/operation/getSiteBasicInfo)

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [April 6, 2024, 2:00pm UTC](https://meta.discourse.org/t/document-basic-info-api-endpoint/302109/6 "2024-04-06T14:00:48Z")

</div>

This topic was automatically closed after 2 days. New replies are no longer allowed.
