You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/developer-resources/rest-apis/index.mdx
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,19 @@ title: 'REST APIs'
3
3
description: 'NocoDB REST API Overview'
4
4
---
5
5
6
-
Once you've created the schemas, you can manipulate the data or invoke actions using the REST APIs. We provide several types of APIs for different usages. Refer to the following links for more details:
6
+
NocoDB provides a comprehensive set of REST APIs that allow you to interact programmatically with your data, metadata, and workspace resources. These APIs make it possible to integrate NocoDB with external applications, automate workflows, build custom tools, or manage your bases at scale.
7
7
8
-
-[Meta APIs](https://meta-apis-v2.nocodb.com/)
8
+
Whether you want to query records, update fields, manage tables, or retrieve metadata, NocoDB exposes clear and consistent API surfaces designed for both simple and advanced use cases. This document outlines the available API types, explains how to construct endpoints, and guides you through locating the required IDs for making requests.
9
9
10
-
-[Data APIs](https://data-apis-v2.nocodb.com/)
10
+
Use this reference as your starting point for building reliable, API-driven integrations with NocoDB.
11
11
12
-
You will need an API key and endpoint to use the API. The endpoint URL for hosted instances of NocoDB is in the format `https://app.nocodb.com/api/v2/tables/TABLEID/records` and `https://app.nocodb.com/api/v2/meta/bases/BASEID/info`.
12
+
-[Data APIs](https://data-apis-v3.nocodb.com/)
13
+
-[Meta APIs](https://meta-apis-v3.nocodb.com/)
13
14
14
-
- You can find a TABLEID by going to any table in NocoDB > Details > API Snippets.
15
-
- You can find your BASEID by clicking the menu icon next to any database, rest APIs > and seeing the BASEID in the url.
16
15
17
-
Additional information on the REST APIs is provided below.
16
+
<Callouttype="info">**Advanced** Meta APIs related to Views and Collaboration features are available only on NocoDB Cloud Business+ plans and Self-hosted Enterprise editions.</Callout>
18
17
19
-
-When querying using v3 apis, see [v3 Where Clause](/docs/product-docs/developer-resources/rest-apis#v3-where-query-parameter) for a slight difference between the two version's where clause.
18
+
When querying using v3 apis, see [v3 Where Clause](/docs/product-docs/developer-resources/rest-apis#v3-where-query-parameter) for a slight difference between the two version's where clause.
0 commit comments