friendly-words

API for the friendly-words npm package by Glitch.

Endpoints

https://friendlywords.now.sh/api/predicates

{
    "predicates": [ "thorn" ] 
}

https://friendlywords.now.sh/api/objects

{
    "objects": [ "glitter" ]
}

https://friendlywords.now.sh/api/teams

{
    "teams": [ "conglomerate" ]
}

https://friendlywords.now.sh/api/collections

{
    "collections": [ "nest" ]
}

https://friendlywords.now.sh/api/word-pairs

{
  "paired_words": [
    "boatneck-emperor"
  ]
}

https://friendlywords.now.sh/api/team-pairs

{
  "paired_teams": [
    "positive-lineup"
  ]
}

https://friendlywords.now.sh/api/collection-pairs

{
  "paired_words": [
    "flicker-playlist"
  ]
}

All the above endpoints return one word each. If you want more than one word or word pairs, append ?num=NUMBER_OF_WORDS to the URL.

Example:

https://friendlywords.now.sh/api/collections?num=20

{
  "collections": [
    "supply",
    "potpourri",
    "pack",
    "batch",
    "list",
    "bouquet",
    "troupe",
    "assembly",
    "stockpile",
    "cumulation",
    "herd",
    "jumble",
    "organization",
    "mix",
    "miscellany",
    "florilegium",
    "album",
    "compilation",
    "store",
    "selection"
  ]
}

Built with love code by Khaleel Gibran.