> For the complete documentation index, see [llms.txt](https://www.apibuilder.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.apibuilder.com/home/endpoints.md).

# Endpoints

Endpoint is a request-able URL from your Project. The base URL is the address where the API is hosted.

For example project API ToDo list has base URL <https://modi-bd1bc8.mywebapp.rocks/> with the endpoint /lists. If I make a request <https://modi-bd1bc8.mywebapp.rocks/list>s I will get back a list/lists (depending on data).

<br>

&#x20;Base URL&#x20;

1. Press button Run in your Project.&#x20;
2. Next to the API Builder tab will be open the new tab with your project.
3. Copy the link in this new tab.&#x20;
4. Use it for creating requests to the API Project.

![](https://lh7-us.googleusercontent.com/fuANSWy7LAUI4LpuXc7wpjTSi5MK03xZEBN3J2D2P7vbazcDY5lW-8qvfc6bHWRcwAgLyKGhmE-6ndRPKf-7IqEMcx1wzmMHRXL_irbOSTSPLNoEK_9SOL77BzWJvceZjY9-sBOSFH9cST32jSff9Es)

Each entity in the Project has its own endpoints listed on the Endpoints tab.

* Status: The endpoint could be Enable or Disable.

| <p>! Disable endpoints could not be used for requests. </p><p>Mistake {....}</p> |
| -------------------------------------------------------------------------------- |

* Method: a request type.

<br>

| POST   | sends data you have entered, and returns a confirmation that the data you sent was received |
| ------ | ------------------------------------------------------------------------------------------- |
| GET    | <p>returns information from the API</p><p><br></p>                                          |
| PATCH  | sends data that modifies a record that an API has access to                                 |
| DELETE | deletes a record that an API has access to                                                  |

\
Path: refers to the Endpoint that is added to the main URL
