Wikipedia / MediaWiki · JSON Structure

Rest V1 Morelike Result Structure

the prioritized list of Wikidata IDs recommended for creation as Wikipedia articles

Type: array Properties: 0
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

morelike_result is a JSON Structure definition published by Wikipedia / MediaWiki. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/rest-v1-morelike-result-structure.json",
  "name": "morelike_result",
  "description": "the prioritized list of Wikidata IDs recommended for creation as Wikipedia articles",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "wikidata_id": {
        "type": "string",
        "description": "Wikidata ID for the item"
      },
      "score": {
        "type": "double",
        "description": "Score of the recommendation. The higher the score, the more important the recommendation is."
      },
      "source_language": {
        "type": "string",
        "description": "Source of the recommendation -- which wiki is recommending the current article."
      }
    }
  }
}