# Fetch data from Glide Tables into other apps?

**URL:** https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221
**Category:** Ask for Help
**Created:** [April 6, 2023, 2:45pm UTC](https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221 "2023-04-06T14:45:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Teentaal\_l](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teentaal_l/32/32745_2.png) [@Teentaal\_l](https://community.glideapps.com/u/Teentaal_l)
#### Post date: [April 6, 2023, 2:45pm UTC](https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221/1 "2023-04-06T14:45:07Z")

</div>

I am building an App in a different platform and wanted to use the table values that I have created in Glide Spreadsheet.

1. What is the best way to get these table data into other application
2. Is there Get API that Glide provides which can be consumed ?

Santosh

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [April 6, 2023, 2:52pm UTC](https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221/2 "2023-04-06T14:52:34Z")

</div>

> [@Teentaal\_l](#):
>
> What is the best way to get these table data into other application

Use the get all rows Glide API. I believe it’s only available for business and enterprise. If you’re simply looking to extract the data “one and done” you could export the data from your app.. settings → data → export app data

> [@Teentaal\_l](#):
>
> 1. Is there Get API that Glide provides which can be consumed ?

If you right click on your glide table in the data editor you will see an option that reveals all the API calls available. (Add row, set column, delete row and get all rows) API usage, other than get all rows, is available for PRO plans and higher.

From the legend himself..

> [@electric\_plug Glide API: Connect any platform to your Glide App!](https://community.glideapps.com/t/glide-api-connect-any-platform-to-your-glide-app/38266):
>
> [[Glide API: Connect ANY platform to your Glide App!] ](https://www.youtube.com/watch?v=bHidpKeQSAk)In this video, we take a look at Glide’s newest feature—API integration! Imagine every time you receive a new tweet, payment, calendar booking, or file share, new records get added to your Glide app. With Glide’s API, this is possible in a matter of seconds. In this video, I present one example of connecting Calendly with a Glide app, but the possibilities are endless. Note: Glide API is limited to Pro/Enterprise level apps …

> [@Use the Create JSON Module when using Make+Glide API](https://community.glideapps.com/t/use-the-create-json-module-when-using-make-glide-api/58439):
>
> Hey all! If you’re a regular user of [Make.com](https://www.make.com/en/register?pc=robert) and you’re using it to write to Glide using Glide API, be sure to use the Create JSON module to prevent your Make scenarios from failing. Here’s how: [[Use the Create JSON Module When Calling Glide API Via Make] ](https://www.youtube.com/watch?v=9AMmWDWkAJY)

[https://www.glideapps.com/docs/reference/data-sources/glide-tables-api-for-beginners](https://www.glideapps.com/docs/reference/data-sources/glide-tables-api-for-beginners)

---

<div class="post-metadata">

### Author: ![Teentaal\_l](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teentaal_l/32/32745_2.png) [@Teentaal\_l](https://community.glideapps.com/u/Teentaal_l)
#### Post date: [April 6, 2023, 4:33pm UTC](https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221/3 "2023-04-06T16:33:43Z")

</div>

Thank you for the quick response, but here is the screenshot,  
It says, Get rows requires business plan. I have Pro, is there an alternative?

 ![chrome_eUcNgsnxiu](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/7/a73b214f052685e01b7b4981a45cb84d122d08a6.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 6, 2023, 4:36pm UTC](https://community.glideapps.com/t/fetch-data-from-glide-tables-into-other-apps/60221/4 "2023-04-06T16:36:27Z")

</div>

You can export the contents of any table as CSV. You’ll find the option in the same place, eg. right-click on the table name.
