Skip to content

Commit 6c62e1b

Browse files
authored
Create README.md
1 parent 6c721c1 commit 6c62e1b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Datamuse_apiWord-
2+
The Datamuse API is a word-finding query engine for developers.
3+
You can use it in your apps to find words that match a given set of constraints and that are likely in a given context.
4+
You can specify a wide variety of constraints on meaning, spelling, sound, and vocabulary in your queries, in any combination.
5+
The API gives you programmatic access to most of the functionality of Datamuse's websites, including OneLook,
6+
RhymeZone, Rimar.io, and WikSearch.
7+
8+
A query string contains additional information to be sent with a request.
9+
The Datamuse API allows us to retrieve more specific data with query strings attached to the request URL.
10+
11+
Wiki: query string
12+
A query string is separated from the URL using a ? character.
13+
After ?, you can then create a parameter which is a key value pair joined by a =. Examine the example below:
14+
15+
'https://api.datamuse.com/words?key=value'
16+
If you want to add an additional parameter you will have to use the & character to separate your parameters. Like so:
17+
18+
'https://api.datamuse.com/words?key=value&anotherKey=anotherValue'

0 commit comments

Comments
 (0)