Datamuse · JSON Structure

Datamuse Suggestion Structure

Structural overview of a Suggestion object returned by the Datamuse /sug autocomplete endpoint.

Type: Properties: 0
Word FindingLexical SearchNatural LanguageVocabularySynonymsAntonymsRhymesPhoneticsSemantic SearchReverse DictionaryAutocompleteWordplayCreative WritingVocabulary AppsWord GamesLinguisticsOpen Source ProjectsPublic APIs

DatamuseSuggestion is a JSON Structure definition published by Datamuse.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DatamuseSuggestion",
  "description": "Structural overview of a Suggestion object returned by the Datamuse /sug autocomplete endpoint.",
  "version": "1.0.0",
  "fields": [
    {
      "name": "word",
      "type": "string",
      "required": true,
      "description": "The suggested word or completion."
    },
    {
      "name": "score",
      "type": "integer",
      "required": false,
      "description": "Popularity score; higher means more likely."
    }
  ]
}