About 6,940,000 results
Open links in new tab
  1. json - Searching Wikipedia using the API - Stack Overflow

    Actually, the Wikipedia JSON API works with a right query only, so I recommend to use the Wikipedia search and crawl the actual article and parse it with Beautiful Soup.

  2. Is there a Wikipedia API just for retrieve the content summary?

    I need just to retrieve the first paragraph of a Wikipedia page. Content must be HTML formatted, ready to be displayed on my website (so no BBCode, or Wikipedia special code!)

  3. How can I get Wikipedia content using Wikipedia's API?

    Aug 25, 2011 · I want to get the first paragraph of a Wikipedia article. What is the API query to do so?

  4. Using wikipedia module in python - Stack Overflow

    Sep 1, 2020 · I am using wikipedia module in my python code. I would like to have an input from user to search from wikipedia and get 2 lines from its summary. Since there might be many …

  5. mediawiki api - Is there a Wikipedia API? - Stack Overflow

    On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity, etc.). I'd like to put this information on my blog. ...

  6. What is wikipedia pageid? how to change it into real page url?

    May 29, 2011 · I'm studying the wikipedia API, some demo api call What is the pageid? How do I change it into a real page url? I mean <page pageid="18630637" ns="0" title="Translation" …

  7. Wikipedia API: how to search for a term in a specific category

    Oct 18, 2015 · Wikipedia API: how to search for a term in a specific category Asked 14 years, 9 months ago Modified 10 years, 2 months ago Viewed 8k times

  8. How to get plain text out of Wikipedia - Stack Overflow

    Here are a few different possible approaches; use whichever works for you. All my code examples below use requests for HTTP requests to the API; you can install requests with pip install …

  9. html - How can I get a Wikipedia article's text using Python 3 with ...

    Dec 17, 2018 · There is a much, much more easy way to get information from wikipedia - Wikipedia API. There is this Python wrapper, which allows you to do it in a few lines only with …

  10. Limits of the Wikipedia API - Stack Overflow

    Jan 14, 2021 · I read that wikipedia's API is called MediaWiki. My question is regarding this API. Does this API have a maximum of calls per day/ hours / minutes ? I can't seem to find it.