About 9,980,000 results
Open links in new tab
  1. 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?

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

    MediaWiki's API is running on Wikipedia (docs). You can also use the Special:Export feature to dump data and parse it yourself. More information.

  3. 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!)

  4. Wikipedia API: How to get article on a specific date?

    May 23, 2024 · 1 I want to find a way to get the contents of a Wikipedia article on a specific date. For example, I'd like to see an article in the version it was on January 1 2022.

  5. 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.

  6. json - Wikipedia API - get random page (s) - Stack Overflow

    I'm trying to get a JSON result with a set of random pages from Wikipedia, including their titles, content and images. I've played around with their API sandbox, and so far the best I've got is t...

  7. How to get a Wikipedia page URL in another languages via the …

    Aug 15, 2025 · To close voters, please note that this is asking how to do something via an API, so it is absolutely a question about programming that is on-topic here.

  8. c# - How do you use the Wikipedia API? - Stack Overflow

    How does the Wikipedia API work, and how the endpoints are created? Is the Wikipedia API the same as other APIs or has special differences? I am trying to grab the introduction of a …

  9. 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 …

  10. How to use Wikipedia API to get the page view statistics of a ...

    Mar 16, 2011 · The stats.grok.se tool provides the pageview statistics of a particular page in wikipedia. Is there a method to use the wikipedia api to get the same information? What does …