> For the complete documentation index, see [llms.txt](https://anticode.gitbook.io/templates/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anticode.gitbook.io/templates/plugins/bubble-words-api-plugin.md).

# Bubble - Words API Plugin

### Overview

This Plugin allows you to find definitions ,related words and much for more than 150,000 words. Features include: ,Definitions, Synonyms, Antonyms, Example of a Sentence, Type of Word, Similar Words and more! You can get your API Key from <https://rapidapi.com/wordsapi/api/wordsapi> .You can have 2500 calls a day for free. For further documentation please visit:<https://www.wordsapi.com/docs/>

### Instructions

Head over to <https://rapidapi.com/> and create an account. Then go to the Words API page <https://rapidapi.com/wordsapi/api/wordsapi> and Sign up for one of the Tier Levels (basic,pro,ultra,mega). Once signed up, click "Endpoints" and copy the X-RapidAPI-Key and paste it into the API key field of this plugin within your Bubble App. You can monitor your API calls via the RapidAPI dashboard. In order to fetch the data, create a text element (or another kind of element) in your Bubble App and Click on Dynamic Data -> Get data from external API-> Choose the kind of Data you want to fetch and just enter the word you want to fetch data about.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://anticode.gitbook.io/templates/plugins/bubble-words-api-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
