# Open source select API

The data used in [OpenText Core SCA's open source select](/product/open-source-select.md) database can be very useful to consume in other applications, through the APIs.

The following endpoints are available:

```
/select/do-search

/select/search-suggestions

/select/filter-values

/select/get-osh-data/{dependencyId}

/select/get-repository-and-package-data/{dependencyId}

​/select​/get-practice-plot-data​/{dependencyId}
```

Have a look at the [API documentation](https://debricked.com/api/doc/opensourceselect) and more API Resources to read about the rate limits and see all parameters and responses.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.debricked.com/tools-and-integrations/debricked-apis/open-source-select-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
