Wiki Briefs

ÜCRETSİZ
Verified
Taraf dfskGT | Güncelleyen 4 days ago | Search
Popülerlik

9.5 / 10

Gecikme

1,020ms

Hizmet Düzeyi

99%

Health Check

N/A

README

API Documentation


GET /search

Search anything on Wikipedia and returns top K summarized information and similar items. Images and coordinates with map link are provided when available.

Parameters

Name In Type Required Description
q query string true Query string, can be anything.
topk query integer false Return top k summarized information. Default to 5. Must be greater than 0.

Example responses

{
  "title": "Lionel Messi",
  "url": "https://en.wikipedia.org/wiki/Lionel_Messi",
  "image": "https://upload.wikimedia.org/wikipedia/commons/c/c1/Lionel_Messi_20180626.jpg",
  "summary": [
    "A prolific goalscorer and creative playmaker, Messi holds the records for most goals in La Liga (474), a La Liga and European league season (50), most hat-tricks in La Liga (36) and the UEFA Champions League (8), and most assists in La Liga (192), a La Liga season (21) and the Copa América (17).",
    "The following two seasons, Messi finished second for the Ballon d'Or behind Cristiano Ronaldo (his perceived career rival), before regaining his best form during the 2014–15 campaign, becoming the all-time top scorer in La Liga and leading Barcelona to a historic second treble, after which he was awarded a fifth Ballon d'Or in 2015.",
    "Often considered the best player in the world and widely regarded as one of the greatest players of all time, Messi has won a record seven Ballon d'Or awards, a record six European Golden Shoes, and in 2020 was named to the Ballon d'Or Dream Team."
  ],
  "similar": [
    {
      "title": "Messi–Ronaldo rivalry",
      "url": "https://en.wikipedia.org/wiki/Messi%E2%80%93Ronaldo_rivalry"
    },
    ...
  ]
}

GET /howto

Search ‘how-to’ question on WikiHow, summarize the methods and steps. For detailed steps, visit the ‘url’ given in the response.

Parameters

Name In Type Required Description
q query string true Any how-to question to ask. For example, ‘find meaning in life’, ‘learn any language’, ‘play soccer’, ‘change an oil filter’…

Example responses

{
  "title": "Be Thankful",
  "url": "https://www.wikihow.com/Be-Thankful",
  "summary": "There is good reason to believe that people who cultivate thankfulness tend to be happier and healthier than those who don't. Thankful people appreciate what they have instead of obsessing over what they lack. They express gratitude to others and often receive more gratitude in return as a result. They see each day as a new opportunity for happiness, rather than another challenge to struggle through. While some people may naturally be more thankful, don’t assume that you cannot nurture a more thankful perspective in your own life. It may not be easy, but you’ll be thankful that you made the effort!",
  "how": [
    {
      "index": 1,
      "title": "Being Thankful in the Moment",
      "steps": [
        "Take a minute to be thankful for your life.",
        "Tell someone you appreciate them.",
        "Talk about gratitude with family.",
        "Send thank you notes.",
        "Give back as part of giving thanks.",
        "Focus on the intention behind kindness shown to you.",
        "Make sure to say “thank you” regularly.",
        "Find reasons to be thankful, even when it’s difficult."
      ]
    },
    ...
  ],
  "similar": [
    {
      "title": "Teach Kids to Be More Thankful People",
      "url": "https://www.wikihow.com/Teach-Kids-to-Be-More-Thankful-People"
    },
    ...
  ]
}
Takipçi Sayısı: 8
API Üreticisi:
Rapid account: Dfsk GT
dfskGT
dfskGT
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 5 - Oy Sayısı: 1