# REST API to retrieve space information without using a space ID

**URL:** https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422
**Category:** General
**Created:** [February 13, 2025, 2:03pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422 "2025-02-13T14:03:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![poonkodi](https://avatars.discourse-cdn.com/v4/letter/p/aeb1de/32.png) [@poonkodi](https://forum.kintone.dev/u/poonkodi)
#### Post date: [February 13, 2025, 2:03pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/1 "2025-02-13T14:03:53Z")

</div>

**REST API** to retrieve space information without using a space ID. **space ID** is required for this Now. can u suggest any alternate to retrieve all space informATION.

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [February 13, 2025, 3:32pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/2 "2025-02-13T15:32:02Z")

</div>

Hello @poonkodi

Welcome to the community.

The **[Get App](https://kintone.dev/en/docs/kintone/rest-api/apps/get-app/)** or **[Get Apps](https://kintone.dev/en/docs/kintone/rest-api/apps/get-apps/)** API can retrieve general information about an app, including its related Space ID. You can use this to obtain the Space ID and then use the **[Get Space](https://kintone.dev/en/docs/kintone/rest-api/spaces/get-space/)** API to retrieve detailed information

---

<div class="post-metadata">

### Author: ![poonkodi](https://avatars.discourse-cdn.com/v4/letter/p/aeb1de/32.png) [@poonkodi](https://forum.kintone.dev/u/poonkodi)
#### Post date: [February 14, 2025, 1:04am UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/3 "2025-02-14T01:04:38Z")

</div>

Hello Chris, thanks for the reply. I can retrieve as Per your suggestion but space without apps cant be retrieved right. please suggest.

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [February 14, 2025, 3:30pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/4 "2025-02-14T15:30:29Z")

</div>

Hello @poonkodi  
You're correct. Currently, you cannot retrieve Space information if it has no apps in it.

There is a relatively new API that allows retrieving a list of Spaces in an environment, but it is still not available in the US version of Kintone. It may be introduced in the future.

For now, the only workaround I can suggest is to include at least one app in each Space and then use the method I mentioned in my previous reply.

---

<div class="post-metadata">

### Author: ![poonkodi](https://avatars.discourse-cdn.com/v4/letter/p/aeb1de/32.png) [@poonkodi](https://forum.kintone.dev/u/poonkodi)
#### Post date: [February 17, 2025, 12:04pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/5 "2025-02-17T12:04:16Z")

</div>

Hi Chris, thanks for your response. Any ETA for future release including this List all API for Space.

---

<div class="post-metadata">

### Author: ![Chris](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.kintone.dev/chris/32/44_2.png) [@Chris](https://forum.kintone.dev/u/Chris)
#### Post date: [February 17, 2025, 5:38pm UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/6 "2025-02-17T17:38:44Z")

</div>

Hello @poonkodi  
I'm not sure. I recommend checking the **Product Update** periodically for any updates regarding native features and/or APIs.

You can find updates on the **[Kintone API Update Summary](https://kintone.dev/en/news/api-updates/summary/)** or **[Kintone Product Updates](https://blog.kintone.com/company-news)** pages.

---

<div class="post-metadata">

### Author: ![poonkodi](https://avatars.discourse-cdn.com/v4/letter/p/aeb1de/32.png) [@poonkodi](https://forum.kintone.dev/u/poonkodi)
#### Post date: [February 20, 2025, 4:09am UTC](https://forum.kintone.dev/t/rest-api-to-retrieve-space-information-without-using-a-space-id/1422/7 "2025-02-20T04:09:50Z")

</div>

Thank you, Chris, I will keep check the updates on this forum as well as API Updates.
